Package | Description |
---|---|
com.google.gwt.core.ext.soyc |
This package contains interfaces that provide access to
"Story of Your Compile" information.
|
Modifier and Type | Method and Description |
---|---|
FieldMember |
Member.isField()
Returns the Member if it is a FieldMember or
null . |
Modifier and Type | Method and Description |
---|---|
java.util.SortedSet<FieldMember> |
ClassMember.getFields()
Returns the fields of the ClassMember that have been retained in the
compiled output.
|