public abstract class MemberDescriptor extends EntityDescriptor
EntityDescriptor.Fragment
Modifier and Type | Field and Description |
---|---|
protected ClassDescriptor |
enclosingClassDescriptor |
protected java.lang.String |
type
The member's type represents the type of the member value when it is accessed (fields)
or when it is called (methods).
|
fragments, name, obfuscatedNames
Modifier | Constructor and Description |
---|---|
protected |
MemberDescriptor(ClassDescriptor owner,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
ClassDescriptor |
getEnclosingClassDescriptor() |
java.lang.String |
getFullName()
Returns the full qualified name.
|
abstract java.lang.String |
getJsniSignature()
The signature of the member.
|
java.lang.String |
getType()
Returns the members value type, ie.
|
addFragment, addObfuscatedName, getFragments, getName, getObfuscatedNames
protected java.lang.String type
protected final ClassDescriptor enclosingClassDescriptor
protected MemberDescriptor(ClassDescriptor owner, java.lang.String name)
public ClassDescriptor getEnclosingClassDescriptor()
public abstract java.lang.String getJsniSignature()
public java.lang.String getType()
public java.lang.String getFullName()
EntityDescriptor
getFullName
in class EntityDescriptor