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 SummaryNested classes/interfaces inherited from class com.google.gwt.core.ext.soyc.coderef.EntityDescriptorEntityDescriptor.Fragment
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final ClassDescriptorprotected StringThe 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.EntityDescriptorfragments, name, obfuscatedNames
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.google.gwt.core.ext.soyc.coderef.EntityDescriptoraddFragment, addObfuscatedName, getFragments, getName, getObfuscatedNames
- 
Field Details- 
typeThe 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
- 
getJsniSignatureThe signature of the member.- Returns:
- The member name plus its signature
 
- 
getTypeReturns the members value type, ie. a field will return its type and a method will return its return type, in jsni format.
- 
getFullNameDescription copied from class:EntityDescriptorReturns the full qualified name.- Specified by:
- getFullNamein class- EntityDescriptor
 
 
-