Verwendungen von Klasse
org.aspectj.weaver.bcel.BcelWorld
Packages, die BcelWorld verwenden
Package
Beschreibung
-
Verwendungen von BcelWorld in org.aspectj.ajdt.internal.compiler
Konstruktoren in org.aspectj.ajdt.internal.compiler mit Parametern vom Typ BcelWorldModifiziererKonstruktorBeschreibungAjCompilerAdapter(Compiler compiler, boolean isBatchCompile, BcelWorld world, BcelWeaver weaver, EclipseFactory eFactory, IIntermediateResultsRequestor intRequestor, IProgressListener progressListener, IOutputClassFileNameProvider outputFileNameProvider, IBinarySourceProvider binarySourceProvider, Map fullBinarySourceEntries, boolean isXterminateAfterCompilation, boolean proceedOnError, boolean noAtAspectJProcessing, boolean reflectable, AjState incrementalCompilationState) Create an adapter, and tell it everything it needs to now to drive the AspectJ parts of a compile cycle.AjPipeliningCompilerAdapter(Compiler compiler, boolean isBatchCompile, BcelWorld world, BcelWeaver weaver, EclipseFactory eFactory, IIntermediateResultsRequestor intRequestor, IProgressListener progressListener, IOutputClassFileNameProvider outputFileNameProvider, IBinarySourceProvider binarySourceProvider, Map fullBinarySourceEntries, boolean isXterminateAfterCompilation, boolean proceedOnError, boolean noAtAspectJProcessing, boolean makeReflectable, AjState incrementalCompilationState) Create an adapter, and tell it everything it needs to now to drive the AspectJ parts of a compile cycle. -
Verwendungen von BcelWorld in org.aspectj.ajdt.internal.core.builder
Methoden in org.aspectj.ajdt.internal.core.builder, die BcelWorld zurückgebenMethoden in org.aspectj.ajdt.internal.core.builder mit Parametern vom Typ BcelWorld -
Verwendungen von BcelWorld in org.aspectj.weaver.bcel
Methoden in org.aspectj.weaver.bcel, die BcelWorld zurückgebenMethoden in org.aspectj.weaver.bcel mit Parametern vom Typ BcelWorldModifizierer und TypMethodeBeschreibungstatic InstructionUtility.createInvoke(InstructionFactory fact, BcelWorld world, Member signature) static InstructionUtility.createSuperInvoke(InstructionFactory fact, BcelWorld world, Member signature) LazyClassGen.getChildClasses(BcelWorld world) LazyClassGen.getJavaClass(BcelWorld world) byte[]LazyClassGen.getJavaClassBytesIncludingReweavable(BcelWorld world) static BcelShadowBcelShadow.makeAdviceExecution(BcelWorld world, LazyMethodGen enclosingMethod) static BcelShadowBcelShadow.makeArrayConstructorCall(BcelWorld world, LazyMethodGen enclosingMethod, InstructionHandle arrayInstruction, BcelShadow enclosingShadow) static BcelShadowBcelShadow.makeConstructorCall(BcelWorld world, LazyMethodGen enclosingMethod, InstructionHandle callHandle, BcelShadow enclosingShadow) static BcelShadowBcelShadow.makeConstructorExecution(BcelWorld world, LazyMethodGen enclosingMethod, InstructionHandle justBeforeStart) static BcelShadowBcelShadow.makeExceptionHandler(BcelWorld world, ExceptionRange exceptionRange, LazyMethodGen enclosingMethod, InstructionHandle startOfHandler, BcelShadow enclosingShadow) Make the shadow for an exception handler.static BcelShadowBcelShadow.makeFieldGet(BcelWorld world, ResolvedMember field, LazyMethodGen enclosingMethod, InstructionHandle getHandle, BcelShadow enclosingShadow) static BcelShadowBcelShadow.makeFieldSet(BcelWorld world, ResolvedMember field, LazyMethodGen enclosingMethod, InstructionHandle setHandle, BcelShadow enclosingShadow) static BcelShadowBcelShadow.makeIfaceInitialization(BcelWorld world, LazyMethodGen constructor, Member interfaceConstructorSignature) create an init join point associated w/ an interface in the body of a constructorstatic BcelShadowBcelShadow.makeMethodCall(BcelWorld world, LazyMethodGen enclosingMethod, InstructionHandle callHandle, BcelShadow enclosingShadow) static BcelShadowBcelShadow.makeMethodExecution(BcelWorld world, LazyMethodGen enclosingMethod) static BcelShadowBcelShadow.makeMethodExecution(BcelWorld world, LazyMethodGen enclosingMethod, boolean lazyInit) static BcelShadowBcelShadow.makeMonitorEnter(BcelWorld world, LazyMethodGen enclosingMethod, InstructionHandle monitorInstruction, BcelShadow enclosingShadow) static BcelShadowBcelShadow.makeMonitorExit(BcelWorld world, LazyMethodGen enclosingMethod, InstructionHandle monitorInstruction, BcelShadow enclosingShadow) static BcelShadowBcelShadow.makeShadowForMethod(BcelWorld world, LazyMethodGen enclosingMethod, Shadow.Kind kind, Member sig) static BcelShadowBcelShadow.makeShadowForMethodCall(BcelWorld world, LazyMethodGen enclosingMethod, InstructionHandle callHandle, BcelShadow enclosingShadow, Shadow.Kind kind, ResolvedMember sig) static BcelShadowBcelShadow.makeStaticInitialization(BcelWorld world, LazyMethodGen enclosingMethod) static BcelShadowBcelShadow.makeUnfinishedInitialization(BcelWorld world, LazyMethodGen constructor) Create an initialization join point associated with a constructor, but not with any body of code yet.static BcelShadowBcelShadow.makeUnfinishedPreinitialization(BcelWorld world, LazyMethodGen constructor) static InstructionListBcelRenderer.renderExpr(InstructionFactory fact, BcelWorld world, Expr e) static InstructionListBcelRenderer.renderExpr(InstructionFactory fact, BcelWorld world, Expr e, Type desiredType) static InstructionListBcelRenderer.renderExprs(InstructionFactory fact, BcelWorld world, Expr[] es) static InstructionListBcelRenderer.renderTest(InstructionFactory fact, BcelWorld world, Test e, InstructionHandle sk, InstructionHandle fk, InstructionHandle next) Konstruktoren in org.aspectj.weaver.bcel mit Parametern vom Typ BcelWorldModifiziererKonstruktorBeschreibungBcelShadow(BcelWorld world, Shadow.Kind kind, Member signature, LazyMethodGen enclosingMethod, BcelShadow enclosingShadow) This generates an unassociated shadow, rooted in a particular method but not rooted to any particular point in the code.BcelWeaver(BcelWorld world) -
Verwendungen von BcelWorld in org.aspectj.weaver.ltw
Unterklassen von BcelWorld in org.aspectj.weaver.ltw -
Verwendungen von BcelWorld in org.aspectj.weaver.tools
Felder in org.aspectj.weaver.tools, die deklariert sind als BcelWorld