Uses of Class
at.dms.classfile.ClassConstant

Packages that use ClassConstant
at.dms.classfile   
 

Uses of ClassConstant in at.dms.classfile
 

Methods in at.dms.classfile that return ClassConstant
 ClassConstant InnerClassInfo.getOuterClass()
          Returns the FQN of the outer class, if it is a member class; else null.
 ClassConstant InnerClassInfo.getInnerClass()
          Returns the FQN of the inner class.
 ClassConstant ClassRefInstruction.getClassConstant()
          Return the class constant on which this object refer.
 

Constructors in at.dms.classfile with parameters of type ClassConstant
MultiarrayInstruction(ClassConstant type, int dims)
          Constructs a new multiarray instruction from a class file.
ClassRefInstruction(int opcode, ClassConstant cst)
          Constructs a new class reference instruction from a class file.
ClassInfo(short modifiers, java.lang.String thisClass, java.lang.String superClass, ClassConstant[] interfaces, FieldInfo[] fields, MethodInfo[] methods, InnerClassInfo[] innerClasses, java.lang.String sourceFile, boolean deprecated)
          Constructs a new class info structure.
ReferenceConstant(byte tag, ClassConstant clazz, NameAndTypeConstant nametype)
          Constructs a reference constant.
MethodRefConstant(ClassConstant clazz, NameAndTypeConstant nametype)
          Constructs a method reference constant.
FieldRefConstant(ClassConstant clazz, NameAndTypeConstant nametype)
          Constructs a field reference constant.
InterfaceConstant(ClassConstant clazz, NameAndTypeConstant nametype)
          Constructs a method reference constant.