Uses of Class
org.aspectj.apache.bcel.generic.ReferenceType
Packages that use ReferenceType
-
Uses of ReferenceType in org.aspectj.apache.bcel.generic
Subclasses of ReferenceType in org.aspectj.apache.bcel.genericModifier and TypeClassDescriptionclassDenotes array type, such as int[][]classDenotes reference such as java.lang.String.Fields in org.aspectj.apache.bcel.generic declared as ReferenceTypeMethods in org.aspectj.apache.bcel.generic that return ReferenceTypeModifier and TypeMethodDescriptionReferenceType.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 ReferenceTypeModifier and TypeMethodDescriptionInstructionFactory.createCheckCast(ReferenceType t)InstructionFactory.createInstanceOf(ReferenceType t)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 ReferenceTypeModifier and TypeMethodDescriptionstatic InstructionUtility.createInstanceof(InstructionFactory fact, ReferenceType t)