Uses of Class
com.google.gwt.core.ext.soyc.coderef.FieldDescriptor
-
Packages that use FieldDescriptor Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description java.util.Collection<FieldDescriptor>
ClassDescriptor. getFields()
Methods in com.google.gwt.core.ext.soyc.coderef with parameters of type FieldDescriptor Modifier and Type Method Description void
ClassDescriptor. addField(FieldDescriptor fieldDescriptor)
-