| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.bcel.external.classfile |
This package contains the classes that describe the structure of a
Java class file and a class file parser.
|
| jdk7u.jaxp.org.apache.bcel.external.generic |
This package contains the "generic" part of the
Byte Code Engineering
Library, i.e., classes to dynamically modify class objects and
byte code instructions.
|
| Modifier and Type | Method and Description |
|---|---|
CodeException |
CodeException.copy() |
CodeException[] |
Code.getExceptionTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
Code.setExceptionTable(CodeException[] exception_table) |
void |
DescendingVisitor.visitCodeException(CodeException ce) |
void |
EmptyVisitor.visitCodeException(CodeException obj) |
void |
Visitor.visitCodeException(CodeException obj) |
| Constructor and Description |
|---|
Code(int name_index,
int length,
int max_stack,
int max_locals,
byte[] code,
CodeException[] exception_table,
Attribute[] attributes,
ConstantPool constant_pool) |
CodeException(CodeException c)
Initialize from another object.
|
| Modifier and Type | Method and Description |
|---|---|
CodeException |
CodeExceptionGen.getCodeException(ConstantPoolGen cp)
Get CodeException object.
|
Copyright © 2018–2021 mhoffrogge. All rights reserved.