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 TypeClassDescriptionfinal class
Denotes array type, such as int[][]class
Denotes 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 Instruction
Utility.createInstanceof
(InstructionFactory fact, ReferenceType t)