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

Uses in package org.apache.bcel.generic

Classes derived from org.apache.bcel.generic.ReferenceType

class
Denotes array type, such as int[][]
class
Denotes reference such as java.lang.String.

Fields of type org.apache.bcel.generic.ReferenceType

ReferenceType

Methods with parameter type org.apache.bcel.generic.ReferenceType

CHECKCAST
INSTANCEOF
ReferenceType
This commutative operation returns the first common superclass (narrowest ReferenceType referencing a class, not an interface).
ReferenceType
This commutative operation returns the first common superclass (narrowest ReferenceType referencing a class, not an interface).

Methods with return type org.apache.bcel.generic.ReferenceType

ReferenceType
This commutative operation returns the first common superclass (narrowest ReferenceType referencing a class, not an interface).
ReferenceType
This commutative operation returns the first common superclass (narrowest ReferenceType referencing a class, not an interface).

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

Classes derived from org.apache.bcel.generic.ReferenceType

class
This class represents an uninitialized object type; see The Java Virtual Machine Specification, Second Edition, page 147: 4.9.4 for more details.