| com.pnfsoftware.jeb.core.units.code.java.IJavaNew |
Java AST interface to represent the instantiation of a new non-array object.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract List<? extends IJavaExpression> |
getArguments()
Get the constructor arguments.
| ||||||||||
| abstract IJavaMethod |
getMethod()
Get the constructor method used in this new statement.
| ||||||||||
| abstract IJavaType |
getType()
Get the type of object being instantiated.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.java.IJavaElement
| |||||||||||
Get the constructor arguments.
Get the constructor method used in this new statement.
Get the type of object being instantiated.