Package | Description |
---|---|
com.google.gwt.core.ext.soyc.coderef |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<FieldDescriptor> |
ClassDescriptor.getFields() |
Modifier and Type | Method and Description |
---|---|
void |
ClassDescriptor.addField(FieldDescriptor fieldDescriptor) |