Uses of Class
org.cojen.classfile.constant.ConstantClassInfo

Packages that use ConstantClassInfo
org.cojen.classfile   
org.cojen.classfile.attribute   
org.cojen.classfile.constant   
 

Uses of ConstantClassInfo in org.cojen.classfile
 

Methods in org.cojen.classfile that return ConstantClassInfo
 ConstantClassInfo ConstantPool.addConstantClass(String className)
          Get or create a constant from the constant pool representing a class.
 ConstantClassInfo ConstantPool.addConstantClass(String className, int dim)
          Get or create a constant from the constant pool representing an array class.
 ConstantClassInfo ConstantPool.addConstantClass(TypeDesc type)
          Get or create a constant from the constant pool representing a class.
 ConstantClassInfo ExceptionHandler.getCatchType()
          Returns null if every object is caught by this handler.
 

Constructors in org.cojen.classfile with parameters of type ConstantClassInfo
ExceptionHandler(Location startLocation, Location endLocation, Location catchLocation, ConstantClassInfo catchType)
           
 

Uses of ConstantClassInfo in org.cojen.classfile.attribute
 

Methods in org.cojen.classfile.attribute that return ConstantClassInfo
 ConstantClassInfo EnclosingMethodAttr.getEnclosingClass()
           
 ConstantClassInfo[] ExceptionsAttr.getExceptions()
           
 ConstantClassInfo InnerClassesAttr.Info.getInnerClass()
          Returns null if no inner class specified.
 ConstantClassInfo InnerClassesAttr.Info.getOuterClass()
          Returns null if no outer class specified.
 

Methods in org.cojen.classfile.attribute with parameters of type ConstantClassInfo
 void ExceptionsAttr.addException(ConstantClassInfo type)
           
 

Constructors in org.cojen.classfile.attribute with parameters of type ConstantClassInfo
EnclosingMethodAttr(ConstantPool cp, ConstantClassInfo enclosingClass, ConstantNameAndTypeInfo enclosingMethod)
           
EnclosingMethodAttr(ConstantPool cp, String name, ConstantClassInfo enclosingClass, ConstantNameAndTypeInfo enclosingMethod)
           
 

Uses of ConstantClassInfo in org.cojen.classfile.constant
 

Methods in org.cojen.classfile.constant that return ConstantClassInfo
 ConstantClassInfo ConstantMethodInfo.getParentClass()
           
 ConstantClassInfo ConstantFieldInfo.getParentClass()
           
 ConstantClassInfo ConstantInterfaceMethodInfo.getParentClass()
           
 

Constructors in org.cojen.classfile.constant with parameters of type ConstantClassInfo
ConstantFieldInfo(ConstantClassInfo parentClass, ConstantNameAndTypeInfo nameAndType)
           
ConstantInterfaceMethodInfo(ConstantClassInfo parentClass, ConstantNameAndTypeInfo nameAndType)
           
ConstantMethodInfo(ConstantClassInfo parentClass, ConstantNameAndTypeInfo nameAndType)
           
 



Copyright © 2004-2011 Brian S O'Neill. All Rights Reserved.