Package | Description |
---|---|
org.benf.cfr.reader.bytecode.analysis.parse.utils |
Modifier and Type | Method and Description |
---|---|
static ArrayType |
ArrayType.getArrayType(int id) |
static ArrayType |
ArrayType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ArrayType[] |
ArrayType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|