Package | Description |
---|---|
net.sourceforge.jenesis4java | |
net.sourceforge.jenesis4java.impl |
Modifier and Type | Method and Description |
---|---|
abstract ArrayType |
VirtualMachine.newArray(int type,
int dims)
Type factory method which returns an array of primitive type with
the given constant and dimensions. |
abstract ArrayType |
VirtualMachine.newArray(String type,
int dims)
Type factory method which returns an array of class type with the
given name and dimensions. |
Modifier and Type | Method and Description |
---|---|
ArrayType |
MVM.newArray(int type,
int name) |
ArrayType |
MVM.newArray(String type,
int dims) |
ArrayType |
MVM.newArray(Type type,
int dims) |
Copyright © 2000–2018 jenesis4java. All rights reserved.