|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a variable reference.
Method Summary | |
java.lang.String |
getFullName()
Returns the full name of the variable reference including any target references, e.g. |
java.lang.String |
getMemberName()
Returns the name of the referenced variable. |
java.lang.String |
getName()
Returns the name of this variable. |
java.lang.String |
getObjectName()
Returns the target reference of the variable reference. |
JotType |
getType()
Returns the type of this variable. |
Method Detail |
public java.lang.String getName()
public JotType getType()
public java.lang.String getObjectName()
foo.bar
, returns foo
.public java.lang.String getMemberName()
foo.bar
, returns bar
.public java.lang.String getFullName()
foo.bar
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |