Uses of Class
org.apache.jdo.impl.enhancer.classfile.ConstClass

Packages that use ConstClass
org.apache.jdo.impl.enhancer.classfile   
 

Uses of ConstClass in org.apache.jdo.impl.enhancer.classfile
 

Fields in org.apache.jdo.impl.enhancer.classfile declared as ConstClass
protected  ConstClass ConstBasicMemberRef.theClassName
           
 

Methods in org.apache.jdo.impl.enhancer.classfile that return ConstClass
 ConstClass InsnMultiDimArrayNew.arrayClass()
          Return the array class being created
 ConstClass ConstBasicMemberRef.className()
          Return the name of the class defining the member
 ConstClass ClassFile.className()
          Return the name of the class
 ConstClass ClassFile.superName()
          Return the name of the super class
 ConstClass ConstantPool.addClass(java.lang.String className)
          Find or create a class constant in the pool
 ConstClass ExceptionRange.catchType()
          return the exception specification a null return value means a catch of any (try/finally)
 

Methods in org.apache.jdo.impl.enhancer.classfile with parameters of type ConstClass
 void InsnMultiDimArrayNew.setArrayClass(ConstClass classOp)
          Sets the array class being created
 void ClassFile.setSuperName(ConstClass superCl)
          Set the name of the super class
 void ClassFile.addInterface(ConstClass iface)
          Add an interface to the list of the interfaces which the class implements
 

Constructors in org.apache.jdo.impl.enhancer.classfile with parameters of type ConstClass
InsnMultiDimArrayNew(ConstClass classOp, int nDimsOp)
          Constructor for opc_multianewarray.
ExceptionRange(InsnTarget startPC, InsnTarget endPC, InsnTarget handlerPC, ConstClass catchType)
          constructor
ExceptionsAttribute(ConstUtf8 attrName, ConstClass exc)
          Convenience Constructor - for single exception
 



Copyright © 2005 Apache Software Foundation. All Rights Reserved.