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(DataInput s,
Collection<ConstantType> _collect)
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.
|
Copyright © 2013. All rights reserved.