Uses of Class
com.sun.jdo.api.persistence.enhancer.classfile.ConstClass
-
Packages that use ConstClass Package Description com.sun.jdo.api.persistence.enhancer.classfile -
-
Uses of ConstClass in com.sun.jdo.api.persistence.enhancer.classfile
Fields in com.sun.jdo.api.persistence.enhancer.classfile declared as ConstClass Modifier and Type Field Description protected ConstClassConstBasicMemberRef. theClassNameMethods in com.sun.jdo.api.persistence.enhancer.classfile that return ConstClass Modifier and Type Method Description ConstClassConstantPool. addClass(String className)Find or create a class constant in the poolConstClassInsnMultiDimArrayNew. arrayClass()Return the array class being createdConstClassExceptionRange. catchType()return the exception specification a null return value means a catch of any (try/finally)ConstClassClassFile. className()Return the name of the classConstClassConstBasicMemberRef. className()Return the name of the class defining the memberConstClassClassFile. superName()Return the name of the super classMethods in com.sun.jdo.api.persistence.enhancer.classfile with parameters of type ConstClass Modifier and Type Method Description voidClassFile. addInterface(ConstClass iface)Add an interface to the list of the interfaces which the class implementsvoidInsnMultiDimArrayNew. setArrayClass(ConstClass classOp)Sets the array class being createdvoidClassFile. setSuperName(ConstClass superCl)Set the name of the super classConstructors in com.sun.jdo.api.persistence.enhancer.classfile with parameters of type ConstClass Constructor Description ExceptionRange(InsnTarget startPC, InsnTarget endPC, InsnTarget handlerPC, ConstClass catchType)constructorExceptionsAttribute(ConstUtf8 attrName, ConstClass exc)Convenience Constructor - for single exceptionInsnMultiDimArrayNew(ConstClass classOp, int nDimsOp)Constructor for opc_multianewarray.
-