Class MemberDescriptor
java.lang.Object
com.google.gwt.core.ext.soyc.coderef.EntityDescriptor
com.google.gwt.core.ext.soyc.coderef.MemberDescriptor
- Direct Known Subclasses:
FieldDescriptor
,MethodDescriptor
Represents an abstract member, such as a field or a method. It is keep simple and will be
serialized to json.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.gwt.core.ext.soyc.coderef.EntityDescriptor
EntityDescriptor.Fragment
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ClassDescriptor
protected String
The member's type represents the type of the member value when it is accessed (fields) or when it is called (methods).Fields inherited from class com.google.gwt.core.ext.soyc.coderef.EntityDescriptor
fragments, name, obfuscatedNames
-
Constructor Summary
-
Method Summary
Methods inherited from class com.google.gwt.core.ext.soyc.coderef.EntityDescriptor
addFragment, addObfuscatedName, getFragments, getName, getObfuscatedNames
-
Field Details
-
type
The member's type represents the type of the member value when it is accessed (fields) or when it is called (methods). It is in jsni format. -
enclosingClassDescriptor
-
-
Constructor Details
-
MemberDescriptor
-
-
Method Details
-
getEnclosingClassDescriptor
-
getJsniSignature
The signature of the member.- Returns:
- The member name plus its signature
-
getType
Returns the members value type, ie. a field will return its type and a method will return its return type, in jsni format. -
getFullName
Description copied from class:EntityDescriptor
Returns the full qualified name.- Specified by:
getFullName
in classEntityDescriptor
-