Uses of Interface
com.google.gwt.core.ext.soyc.Member
Package
Description
This package contains interfaces that provide access to
"Story of Your Compile" information.
-
Uses of Member in com.google.gwt.core.ext.soyc
Modifier and TypeInterfaceDescriptioninterface
Represents a reference type, such as a class or interface, in the compiled output.interface
Represents a field in a Java type.interface
Represents compiled JS code derived from a Java method.Modifier and TypeFieldDescriptionstatic final Comparator
<Member> Member.SOURCE_NAME_COMPARATOR
Compares Members based solely on source name.static final Comparator
<Member> Compares Members based on type and source name.Modifier and TypeMethodDescriptionHasDependencies.getDependencies()
Story.getMembers()
Gets the Members of the compilation that the Story is about.