|
GWT 2.0.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Member
The Member type hierarchy represents structural or logical structures in the compiled output. Members don't have a getRange() function because the bytes derived from the member are likely disjoint.
| Field Summary | |
|---|---|
static java.util.Comparator<Member> |
SOURCE_NAME_COMPARATOR
Compares Members based solely on source name. |
static java.util.Comparator<Member> |
TYPE_AND_SOURCE_NAME_COMPARATOR
Compares Members based on type and source name. |
| Method Summary | |
|---|---|
java.lang.String |
getJsName()
Returns the (possibly obfuscated) identifier used in the output. |
java.lang.String |
getSourceLocation()
Returns a description of where the source for the Member originated. |
java.lang.String |
getSourceName()
Returns the name of the Member in the original source code. |
ClassMember |
isClass()
Returns the Member if it is a ClassMember or null. |
FieldMember |
isField()
Returns the Member if it is a FieldMember or null. |
FunctionMember |
isFunction()
Returns the Member if it is a FunctionMember or null. |
MethodMember |
isMethod()
Returns the Member if it is a MethodMember or null. |
| Field Detail |
|---|
static final java.util.Comparator<Member> SOURCE_NAME_COMPARATOR
TYPE_AND_SOURCE_NAME_COMPARATOR, but is only appropriate for
use with homogeneous collections of Members.
static final java.util.Comparator<Member> TYPE_AND_SOURCE_NAME_COMPARATOR
| Method Detail |
|---|
java.lang.String getJsName()
java.lang.String getSourceLocation()
java.lang.String getSourceName()
ClassMember isClass()
null.
FieldMember isField()
null.
FunctionMember isFunction()
null.
MethodMember isMethod()
null.
|
GWT 2.0.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||