|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArrayType | |
com.inxar.jenesis | Classes which implement Java language elements. |
org.inxar.jenesis | Interfaces which abstract Java language elements (read the desciption below). |
Uses of ArrayType in com.inxar.jenesis |
Methods in com.inxar.jenesis that return ArrayType | |
ArrayType |
MVM.newArray(java.lang.String type,
int dims)
|
ArrayType |
MVM.newArray(int type,
int name)
|
ArrayType |
MVM.newArray(Type type,
int dims)
|
Uses of ArrayType in org.inxar.jenesis |
Methods in org.inxar.jenesis that return ArrayType | |
abstract ArrayType |
VirtualMachine.newArray(java.lang.String type,
int dims)
Type factory method which returns an array of
class type with the given name and dimensions. |
abstract ArrayType |
VirtualMachine.newArray(int type,
int dims)
Type factory method which returns an array of
primitive type with the given constant and dimensions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |