GWT 2.7.0

Uses of Class
com.google.gwt.core.ext.soyc.coderef.FieldDescriptor

Packages that use FieldDescriptor
com.google.gwt.core.ext.soyc.coderef   
 

Uses of FieldDescriptor in com.google.gwt.core.ext.soyc.coderef
 

Methods in com.google.gwt.core.ext.soyc.coderef that return FieldDescriptor
 FieldDescriptor ClassDescriptor.fieldFrom(com.google.gwt.dev.jjs.ast.JField field)
          Returns a field descriptor from a JField.
static FieldDescriptor FieldDescriptor.from(ClassDescriptor classDescriptor, com.google.gwt.dev.jjs.ast.JField jField)
          Creates a field descriptor from a JField and set its enclosing class.
 FieldDescriptor ClassDescriptor.getField(java.lang.String fieldName)
          Returns the field descriptor associated to the given field name.
 

Methods in com.google.gwt.core.ext.soyc.coderef that return types with arguments of type FieldDescriptor
 java.util.Collection<FieldDescriptor> ClassDescriptor.getFields()
           
 

Methods in com.google.gwt.core.ext.soyc.coderef with parameters of type FieldDescriptor
 void ClassDescriptor.addField(FieldDescriptor fieldDescriptor)
           
 


GWT 2.7.0