Uses of Class
org.aspectj.weaver.bcel.BcelObjectType
Packages that use BcelObjectType
-
Uses of BcelObjectType in org.aspectj.weaver.bcel
Methods in org.aspectj.weaver.bcel that return BcelObjectTypeModifier and TypeMethodDescriptionBcelWorld.addSourceObjectType(String classname, byte[] bytes, boolean artificial)
BcelWorld.addSourceObjectType(String classname, JavaClass jc, boolean artificial)
BcelWorld.addSourceObjectType(JavaClass jc, boolean artificial)
BcelWorld.buildBcelDelegate(ReferenceType type, JavaClass jc, boolean artificial, boolean exposedToWeaver)
static BcelObjectType
BcelWorld.getBcelObjectType(ResolvedType concreteAspect)
Retrieve a bcel delegate for an aspect - this will return NULL if the delegate is an EclipseSourceType and not a BcelObjectType - this happens quite often when incrementally compiling.LazyClassGen.getBcelObjectType()
BcelWeaver.getClassType(String forClass)
helper method - will return NULL if the underlying delegate is an EclipseSourceType and not a BcelObjectTypeMethods in org.aspectj.weaver.bcel with parameters of type BcelObjectTypeModifier and TypeMethodDescriptionvoid
BcelWeaver.processReweavableStateIfPresent(String className, BcelObjectType classType)
BcelWeaver.weaveWithoutDump(UnwovenClassFile classFile, BcelObjectType classType)
Constructors in org.aspectj.weaver.bcel with parameters of type BcelObjectType -
Uses of BcelObjectType in org.aspectj.weaver.tools
Fields in org.aspectj.weaver.tools declared as BcelObjectType