Package | Description |
---|---|
org.apache.jdo.impl.enhancer.classfile |
Modifier and Type | Field and Description |
---|---|
protected ConstClass |
ConstBasicMemberRef.theClassName |
Modifier and Type | Method and Description |
---|---|
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 |
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
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.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.