GWT 2.7.0

Uses of Class
com.google.gwt.core.ext.soyc.coderef.EntityDescriptor.Fragment

Packages that use EntityDescriptor.Fragment
com.google.gwt.core.ext.soyc.coderef   
 

Uses of EntityDescriptor.Fragment in com.google.gwt.core.ext.soyc.coderef
 

Fields in com.google.gwt.core.ext.soyc.coderef with type parameters of type EntityDescriptor.Fragment
protected  java.util.List<EntityDescriptor.Fragment> EntityDescriptor.fragments
           
 

Methods in com.google.gwt.core.ext.soyc.coderef that return types with arguments of type EntityDescriptor.Fragment
 java.util.Collection<EntityDescriptor.Fragment> EntityDescriptor.getFragments()
          Returns the list of sizes per fragment contributed by this entity.
 

Methods in com.google.gwt.core.ext.soyc.coderef with parameters of type EntityDescriptor.Fragment
 void EntityDescriptor.addFragment(EntityDescriptor.Fragment fragment)
           
 


GWT 2.7.0