| com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICIdentifier |
C variable.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract long |
getAddress()
Get the native address associated with this identifier.
| ||||||||||
| abstract int |
getId()
Get a unique identifier associated with the identifier.
| ||||||||||
| abstract CIdentifierClass |
getIdentifierClass()
Get the identifier class.
| ||||||||||
| abstract String |
getName()
Get the current name given to the identifier.
| ||||||||||
| abstract String |
getOriginalName()
Get the original name given to the identifier.
| ||||||||||
| abstract ICType |
getType()
Get the identifier type.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICElement
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICExpression
| |||||||||||
Get the native address associated with this identifier.
The address depends of the CIdentifierClass of the identifier:
Get a unique identifier associated with the identifier.
Get the current name given to the identifier.
Get the original name given to the identifier.