|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConstClass | |
|---|---|
| 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 | |
|---|---|
protected ConstClass |
ConstBasicMemberRef.theClassName
|
| Methods in com.sun.jdo.api.persistence.enhancer.classfile that return ConstClass | |
|---|---|
ConstClass |
ConstantPool.addClass(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 |
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 |
| Methods in com.sun.jdo.api.persistence.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 com.sun.jdo.api.persistence.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 | |||||||||