Package | Description |
---|---|
net.sourceforge.jenesis4java | |
net.sourceforge.jenesis4java.impl |
Modifier and Type | Method and Description |
---|---|
NewArray |
NewArray.addDim()
Sets the given dimension without an argument ([]).
|
NewArray |
NewArray.addDim(Expression e)
Sets the given expression for the given dimension.
|
abstract NewArray |
VirtualMachine.newArray(Type type)
Expression factory method which returns a new array instance
creation expression for the given type. |
NewArray |
NewArray.setInitializer(ArrayInitializer ai)
Sets the array initialization expressions as an arbitrarily nested
array[n] of expressions.
|
NewArray |
NewArray.setType(Type type)
Sets the given type for this array creation.
|
Modifier and Type | Method and Description |
---|---|
NewArray |
MVM.newArray(Type type) |
Copyright © 2000–2018 jenesis4java. All rights reserved.