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

Packages that use ReferenceType
org.aspectj.apache.bcel.generic   
org.aspectj.weaver.bcel   
 

Uses of ReferenceType in org.aspectj.apache.bcel.generic
 

Subclasses of ReferenceType in org.aspectj.apache.bcel.generic
 class ArrayType
          Denotes array type, such as int[][]
 class ObjectType
          Denotes reference such as java.lang.String.
 

Fields in org.aspectj.apache.bcel.generic declared as ReferenceType
static ReferenceType Type.NULL
           
 

Methods in org.aspectj.apache.bcel.generic that return ReferenceType
 ReferenceType ReferenceType.getFirstCommonSuperclass(ReferenceType t)
          This commutative operation returns the first common superclass (narrowest ReferenceType referencing a class, not an interface).
 

Methods in org.aspectj.apache.bcel.generic with parameters of type ReferenceType
 Instruction InstructionFactory.createCheckCast(ReferenceType t)
           
 Instruction InstructionFactory.createInstanceOf(ReferenceType t)
           
 ReferenceType ReferenceType.getFirstCommonSuperclass(ReferenceType t)
          This commutative operation returns the first common superclass (narrowest ReferenceType referencing a class, not an interface).
 

Uses of ReferenceType in org.aspectj.weaver.bcel
 

Methods in org.aspectj.weaver.bcel with parameters of type ReferenceType
static Instruction Utility.createInstanceof(InstructionFactory fact, ReferenceType t)