|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BcelObjectType | |
---|---|
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 | |
---|---|
BcelObjectType |
BcelWorld.addSourceObjectType(JavaClass jc,
boolean artificial)
|
BcelObjectType |
BcelWorld.addSourceObjectType(java.lang.String classname,
byte[] bytes,
boolean artificial)
|
BcelObjectType |
BcelWorld.addSourceObjectType(java.lang.String classname,
JavaClass jc,
boolean artificial)
|
BcelObjectType |
BcelWorld.buildBcelDelegate(ReferenceType type,
JavaClass jc,
boolean artificial,
boolean exposedToWeaver)
|
BcelObjectType |
LazyClassGen.getBcelObjectType()
|
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. |
BcelObjectType |
BcelWeaver.getClassType(java.lang.String forClass)
helper method - will return NULL if the underlying delegate is an EclipseSourceType and not a BcelObjectType |
Methods in org.aspectj.weaver.bcel with parameters of type BcelObjectType | |
---|---|
void |
BcelWeaver.processReweavableStateIfPresent(java.lang.String className,
BcelObjectType classType)
|
LazyClassGen |
BcelWeaver.weaveWithoutDump(UnwovenClassFile classFile,
BcelObjectType classType)
|
Constructors in org.aspectj.weaver.bcel with parameters of type BcelObjectType | |
---|---|
LazyClassGen(BcelObjectType myType)
|
Uses of BcelObjectType in org.aspectj.weaver.tools |
---|
Fields in org.aspectj.weaver.tools declared as BcelObjectType | |
---|---|
BcelObjectType |
WeavingAdaptor.delegateForCurrentClass
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |