Uses of Class
com.sun.jdo.api.persistence.enhancer.classfile.ConstClass
Packages that use ConstClass
-
Uses of ConstClass in com.sun.jdo.api.persistence.enhancer.classfile
Fields in com.sun.jdo.api.persistence.enhancer.classfile declared as ConstClassMethods in com.sun.jdo.api.persistence.enhancer.classfile that return ConstClassModifier and TypeMethodDescriptionFind or create a class constant in the poolInsnMultiDimArrayNew.arrayClass()Return the array class being createdExceptionRange.catchType()return the exception specification a null return value means a catch of any (try/finally)ClassFile.className()Return the name of the classConstBasicMemberRef.className()Return the name of the class defining the memberClassFile.superName()Return the name of the super classMethods in com.sun.jdo.api.persistence.enhancer.classfile with parameters of type ConstClassModifier and TypeMethodDescriptionvoidClassFile.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 ConstClassModifierConstructorDescriptionExceptionRange(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.