Frames | No Frames |
Constructors with parameter type org.apache.bcel.generic.ObjectType | |
CodeExceptionGen.CodeExceptionGen(InstructionHandle start_pc, InstructionHandle end_pc, InstructionHandle handler_pc, ObjectType catch_type) Add an exception handler, i.e., specify region where a handler is active and an
instruction where the actual handling is done. |
Fields of type org.apache.bcel.generic.ObjectType | |
ObjectType | |
ObjectType | |
ObjectType | |
ObjectType |
Methods with parameter type org.apache.bcel.generic.ObjectType | |
boolean | Java Virtual Machine Specification edition 2, ? 5.4.4 Access Control
|
int | Add a new Class reference to the ConstantPool for a given type. |
CodeExceptionGen | MethodGen.addExceptionHandler(InstructionHandle start_pc, InstructionHandle end_pc, InstructionHandle handler_pc, ObjectType catch_type) Add an exception handler, i.e., specify region where a handler is active and an
instruction where the actual handling is done. |
NEW | |
void | Sets the type of the Exception to catch. |
boolean |
Methods with return type org.apache.bcel.generic.ObjectType | |
ObjectType | Gets the type of the Exception to catch, 'null' for ANY. |
ObjectType | |
ObjectType | Returns the ObjectType of the referenced class or interface
that may be loaded and resolved. |
ObjectType | |
ObjectType | |
ObjectType | Returns the ObjectType of the referenced class or interface
that may be loaded and resolved. |
ObjectType | Returns the ObjectType of the referenced class or interface
that may be loaded and resolved. |
ObjectType | |
ObjectType | Returns the ObjectType of the referenced class or interface
that may be loaded and resolved. |
Constructors with parameter type org.apache.bcel.generic.ObjectType | |
Creates an otherwise empty stack with a maximum of maxStack slots and
the ObjectType 'obj' at the top. | |
Creates a new instance. |
Methods with return type org.apache.bcel.generic.ObjectType | |
ObjectType | Returns the type of the exception that's handled. |
ObjectType | Returns the ObjectType of the same class as the one of the uninitialized object
represented by this UninitializedObjectType instance. |