Uses of Interface
com.google.gwt.core.ext.soyc.FieldMember
-
Packages that use FieldMember Package Description com.google.gwt.core.ext.soyc This package contains interfaces that provide access to "Story of Your Compile" information. -
-
Uses of FieldMember in com.google.gwt.core.ext.soyc
Methods in com.google.gwt.core.ext.soyc that return FieldMember Modifier and Type Method Description FieldMember
Member. isField()
Returns the Member if it is a FieldMember ornull
.Methods in com.google.gwt.core.ext.soyc that return types with arguments of type FieldMember Modifier and Type Method Description java.util.SortedSet<FieldMember>
ClassMember. getFields()
Returns the fields of the ClassMember that have been retained in the compiled output.
-