Uses of Interface
com.google.gwt.core.ext.soyc.Member
Packages that use 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
Subinterfaces of Member in com.google.gwt.core.ext.soycModifier and TypeInterfaceDescriptioninterfaceRepresents a reference type, such as a class or interface, in the compiled output.interfaceRepresents a field in a Java type.interfaceRepresents compiled JS code derived from a Java method.Fields in com.google.gwt.core.ext.soyc with type parameters of type MemberModifier and TypeFieldDescriptionstatic final Comparator<Member> Member.SOURCE_NAME_COMPARATORCompares Members based solely on source name.static final Comparator<Member> Compares Members based on type and source name.Methods in com.google.gwt.core.ext.soyc that return types with arguments of type MemberModifier and TypeMethodDescriptionHasDependencies.getDependencies()Story.getMembers()Gets the Members of the compilation that the Story is about.Methods in com.google.gwt.core.ext.soyc with parameters of type Member