| com.pnfsoftware.jeb.core.units.code.java.IJavaNewArray |
Java AST interface to represent the instantiation of an array object.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract List<? extends IJavaExpression> |
getInitialValues()
Get the list of initial values for the array.
| ||||||||||
| abstract List<? extends IJavaExpression> |
getSizes()
Get the list of dimensions for the array.
| ||||||||||
| abstract IJavaType |
getType()
Get the type of array being instantiated.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.java.IJavaElement
| |||||||||||
Get the list of initial values for the array.
Get the list of dimensions for the array.
Get the type of array being instantiated.