Uses of Class
org.aspectj.weaver.bcel.BcelObjectType
-
Packages that use BcelObjectType Package Description org.aspectj.weaver.bcel org.aspectj.weaver.tools -
-
Uses of BcelObjectType in org.aspectj.weaver.bcel
Methods in org.aspectj.weaver.bcel that return BcelObjectType Modifier and Type Method Description BcelObjectTypeBcelWorld. addSourceObjectType(String classname, byte[] bytes, boolean artificial)BcelObjectTypeBcelWorld. addSourceObjectType(String classname, JavaClass jc, boolean artificial)BcelObjectTypeBcelWorld. addSourceObjectType(JavaClass jc, boolean artificial)BcelObjectTypeBcelWorld. buildBcelDelegate(ReferenceType type, JavaClass jc, boolean artificial, boolean exposedToWeaver)static BcelObjectTypeBcelWorld. getBcelObjectType(ResolvedType concreteAspect)BcelObjectTypeLazyClassGen. getBcelObjectType()BcelObjectTypeBcelWeaver. getClassType(String forClass)Methods in org.aspectj.weaver.bcel with parameters of type BcelObjectType Modifier and Type Method Description voidBcelWeaver. processReweavableStateIfPresent(String className, BcelObjectType classType)LazyClassGenBcelWeaver. weaveWithoutDump(UnwovenClassFile classFile, BcelObjectType classType)Constructors in org.aspectj.weaver.bcel with parameters of type BcelObjectType Constructor Description LazyClassGen(BcelObjectType myType) -
Uses of BcelObjectType in org.aspectj.weaver.tools
Fields in org.aspectj.weaver.tools declared as BcelObjectType Modifier and Type Field Description BcelObjectTypeWeavingAdaptor. delegateForCurrentClass
-