| Package | Description |
|---|---|
| jasm.io |
Provides classes for reading/writing class files and Jasm files.
|
| jasm.lang |
Provides core class for representing JVM class files, bytecodes, types and constants.
|
| Modifier and Type | Method and Description |
|---|---|
protected static JvmType.Array |
ClassFileReader.buildArraytype(int atype) |
| Modifier and Type | Field and Description |
|---|---|
JvmType.Array |
Bytecode.ArrayLoad.type |
JvmType.Array |
Bytecode.ArrayStore.type |
| Modifier and Type | Method and Description |
|---|---|
static Constant.Class |
Constant.buildClass(JvmType.Array type)
This method creates a CONSTANT_Class object from an Array
|
| Constructor and Description |
|---|
ArrayLoad(JvmType.Array type) |
ArrayStore(JvmType.Array type) |
Copyright © 2016. All rights reserved.