Modifier and Type | Method and Description |
---|---|
static ConstantType |
ConstantType.fromTag(int tag) |
static ConstantType |
ConstantType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstantType[] |
ConstantType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ConstantPool |
ConstantPoolScanner.parse(byte[] source,
ConstantType... types)
Parses a class file and invokes the visitor with constants.
|
static ConstantPool |
ConstantPoolScanner.parse(InputStream source,
ConstantType... types)
Parses a class file and invokes the visitor with constants.
|
Modifier and Type | Method and Description |
---|---|
static ConstantPool |
ConstantPoolScanner.parse(DataInput s,
Collection<ConstantType> _collect)
Parses a class file and invokes the visitor with constants.
|
Copyright © 2020. All rights reserved.