com.pnfsoftware.jeb.core.units.code.java.IJavaIdentifier |
Java AST interface to represent a Java identifier, or variable.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getDebugName()
Get the identifier's debug name, if any was provided.
| ||||||||||
abstract IJavaDefinition |
getDefinition()
Get this identifier's definition statement.
| ||||||||||
abstract String |
getName()
Get the identifier original name.
| ||||||||||
abstract IJavaType |
getType()
Get this identifier's type.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Get the identifier's debug name, if any was provided.
In order to retrieve the current (effective) name, use
getIdentifierName(IJavaIdentifier)
.
Get the identifier original name.
In order to retrieve the current (effective) name, use
getIdentifierName(IJavaIdentifier)
.