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 |
---|---|
MethodMember |
Member.isMethod()
Returns the Member if it is a MethodMember or
null . |
Modifier and Type | Method and Description |
---|---|
java.util.SortedSet<MethodMember> |
ClassMember.getMethods()
Returns the methods of the ClassMember that have been retained in the
compiled output.
|