|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
ConstantPool.addClass(java.lang.String className)
Find or create a class constant in the pool |
ConstClass |
InsnMultiDimArrayNew.arrayClass()
Return the array class being created |
ConstClass |
ExceptionRange.catchType()
return the exception specification a null return value means a catch of any (try/finally) |
ConstClass |
ClassFile.className()
Return the name of the class |
ConstClass |
ConstBasicMemberRef.className()
Return the name of the class defining the member |
ConstClass |
ClassFile.superName()
Return the name of the super class |
Methods in org.apache.jdo.impl.enhancer.classfile with parameters of type ConstClass | |
---|---|
void |
ClassFile.addInterface(ConstClass iface)
Add an interface to the list of the interfaces which the class implements |
void |
InsnMultiDimArrayNew.setArrayClass(ConstClass classOp)
Sets the array class being created |
void |
ClassFile.setSuperName(ConstClass superCl)
Set the name of the super class |
Constructors in org.apache.jdo.impl.enhancer.classfile with parameters of type ConstClass | |
---|---|
ExceptionRange(InsnTarget startPC,
InsnTarget endPC,
InsnTarget handlerPC,
ConstClass catchType)
constructor |
|
ExceptionsAttribute(ConstUtf8 attrName,
ConstClass exc)
Convenience Constructor - for single exception |
|
InsnMultiDimArrayNew(ConstClass classOp,
int nDimsOp)
Constructor for opc_multianewarray. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |