GWT 2.1.1

Uses of Interface
com.google.gwt.core.ext.soyc.Member

Packages that use Member
com.google.gwt.core.ext.soyc This package contains interfaces that provide access to "Story of Your Compile" information. 
 

Uses of Member in com.google.gwt.core.ext.soyc
 

Classes in com.google.gwt.core.ext.soyc with type parameters of type Member
 interface HasOverrides<T extends Member>
          A tag interface for Members to indicate that they override or extend another Member.
 

Subinterfaces of Member in com.google.gwt.core.ext.soyc
 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 FunctionMember
          Represents a JavaScript function in the compiled output.
 interface MethodMember
          Represents compiled JS code derived from a Java method.
 

Fields in com.google.gwt.core.ext.soyc with type parameters of type Member
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.
 

Methods in com.google.gwt.core.ext.soyc that return types with arguments of type Member
 java.util.SortedSet<Member> HasDependencies.getDependencies()
           
 java.util.SortedSet<Member> Story.getMembers()
          Gets the Members of the compilation that the Story is about.
 


GWT 2.1.1