| Package | Description |
|---|---|
| com.caucho.bytecode |
| Modifier and Type | Method and Description |
|---|---|
ClassConstant |
ConstantPool.addClass(java.lang.String name)
Adds a class constant.
|
ClassConstant |
ConstantPool.getClass(int index)
Returns a class constant
|
ClassConstant |
ConstantPool.getClass(java.lang.String name)
Gets a class constant.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeAttribute.addException(ClassConstant type,
int start,
int end,
int handler)
Returns the exceptions.
|