| Package | Description |
|---|---|
| jasm.lang |
Provides core class for representing JVM class files, bytecodes, types and constants.
|
| Modifier and Type | Field and Description |
|---|---|
Constant.Class |
Constant.FieldRef.classInfo |
Constant.Class |
Constant.MethodRef.classInfo |
Constant.Class |
Constant.InterfaceMethodRef.classInfo |
| Modifier and Type | Method and Description |
|---|---|
static Constant.Class |
Constant.buildClass(JvmType.Array type)
This method creates a CONSTANT_Class object from an Array
|
static Constant.Class |
Constant.buildClass(JvmType.Clazz type)
This method creates a CONSTANT_Class object from a Type Clazz
|
static Constant.Class |
Constant.buildClass(JvmType.Reference type)
This method creates a CONSTANT_Class object from a Type Reference
|
| Constructor and Description |
|---|
FieldRef(Constant.Class ci,
Constant.NameType nt) |
InterfaceMethodRef(Constant.Class ci,
Constant.NameType nt) |
MethodRef(Constant.Class ci,
Constant.NameType nt) |
Copyright © 2016. All rights reserved.