|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassConstant | |
---|---|
at.dms.classfile |
Uses of ClassConstant in at.dms.classfile |
---|
Methods in at.dms.classfile that return ClassConstant | |
---|---|
ClassConstant |
ClassRefInstruction.getClassConstant()
Return the class constant on which this object refer |
Constructors in at.dms.classfile with parameters of type ClassConstant | |
---|---|
ClassInfo(short modifiers,
String thisClass,
String superClass,
ClassConstant[] interfaces,
FieldInfo[] fields,
MethodInfo[] methods,
InnerClassInfo[] innerClasses,
String sourceFile,
boolean deprecated)
Constructs a class info structure. |
|
ClassRefInstruction(int opcode,
ClassConstant cst)
Constructs a new class reference instruction from a class file |
|
FieldRefConstant(ClassConstant clazz,
NameAndTypeConstant nametype)
Constructs a field reference constant. |
|
InterfaceConstant(ClassConstant clazz,
NameAndTypeConstant nametype)
Constructs a method reference constant. |
|
MethodRefConstant(ClassConstant clazz,
NameAndTypeConstant nametype)
Constructs a method reference constant. |
|
MultiarrayInstruction(ClassConstant type,
int dims)
Constructs a new multiarray instruction from a class file |
|
ReferenceConstant(byte tag,
ClassConstant clazz,
NameAndTypeConstant nametype)
Constructs a reference constant. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |