| Package | Description |
|---|---|
| sun.tools.java |
| Modifier and Type | Method and Description |
|---|---|
BinaryConstantPool |
BinaryClass.getConstants()
Get the constant pool
|
| Modifier and Type | Method and Description |
|---|---|
static BinaryCode |
BinaryCode.load(BinaryMember bf,
BinaryConstantPool cpool,
Environment env)
Load a binary class
|
static BinaryAttribute |
BinaryAttribute.load(DataInputStream in,
BinaryConstantPool cpool,
int mask)
Load a list of attributes
|
| Constructor and Description |
|---|
BinaryCode(byte[] data,
BinaryConstantPool cpool,
Environment env)
Construct the binary code from the code attribute
|
Copyright © 2017. All Rights Reserved.