Package | Description |
---|---|
com.google.gwt.core.ext.soyc |
This package contains interfaces that provide access to
"Story of Your Compile" information.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClassMember
Represents a reference type, such as a class or interface, in the compiled
output.
|
interface |
FieldMember
Represents a field in a Java type.
|
interface |
MethodMember
Represents compiled JS code derived from a Java method.
|
Modifier and Type | Field and Description |
---|---|
static java.util.Comparator<Member> |
Member.SOURCE_NAME_COMPARATOR
Compares Members based solely on source name.
|
static java.util.Comparator<Member> |
Member.TYPE_AND_SOURCE_NAME_COMPARATOR
Compares Members based on type and source name.
|
Modifier and Type | Method and Description |
---|---|
java.util.SortedSet<Member> |
HasDependencies.getDependencies() |
java.util.SortedSet<Member> |
Story.getMembers()
Gets the Members of the compilation that the Story is about.
|
Modifier and Type | Method and Description |
---|---|
int |
TypeAndSourceNameComparator.compare(Member o1,
Member o2) |
int |
SourceNameComparator.compare(Member o1,
Member o2) |