Uses of Class org.apache.bcel.generic.ObjectType

Uses in package org.apache.bcel.generic

Constructors with parameter type org.apache.bcel.generic.ObjectType

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
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.

Uses in package org.apache.bcel.verifier.structurals

Constructors with parameter type org.apache.bcel.generic.ObjectType

OperandStack.OperandStack(int maxStack, ObjectType obj)
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.