| com.pnfsoftware.jeb.core.units.code.java.IJavaArrayElt |
Java AST interface to represent the element of an array.
Example: array[index]
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract IJavaExpression |
getArray()
Get the array expression.
| ||||||||||
| abstract IJavaExpression |
getIndex()
Get the index expression.
| ||||||||||
| abstract void |
setArray(IJavaExpression array)
Set the array expression.
| ||||||||||
| abstract void |
setIndex(IJavaExpression index)
Set the index expression.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.java.IJavaElement
| |||||||||||
Set the array expression.
| array | mandatory array expression |
|---|
Set the index expression.
| index | mandatory index expression |
|---|