|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Constant.Class | |
---|---|
jasm.lang | Provides core class for representing JVM class files, bytecodes, types and constants. |
Uses of Constant.Class in jasm.lang |
---|
Fields in jasm.lang declared as Constant.Class | |
---|---|
Constant.Class |
Constant.FieldRef.classInfo
|
Constant.Class |
Constant.MethodRef.classInfo
|
Constant.Class |
Constant.InterfaceMethodRef.classInfo
|
Methods in jasm.lang that return Constant.Class | |
---|---|
static Constant.Class |
Constant.buildClass(JvmType.Array r)
This method creates a CONSTANT_Class object from an Array |
static Constant.Class |
Constant.buildClass(JvmType.Clazz r)
This method creates a CONSTANT_Class object from a Type Clazz |
static Constant.Class |
Constant.buildClass(JvmType.Reference r)
This method creates a CONSTANT_Class object from a Type Reference |
Constructors in jasm.lang with parameters of type Constant.Class | |
---|---|
Constant.FieldRef(Constant.Class ci,
Constant.NameType nt)
|
|
Constant.InterfaceMethodRef(Constant.Class ci,
Constant.NameType nt)
|
|
Constant.MethodRef(Constant.Class ci,
Constant.NameType nt)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |