A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

B

backdoorSetFile(File) - Method in class org.aspectj.tools.ant.taskdefs.Ajc10
 
BALOAD - Static variable in interface org.aspectj.apache.bcel.Constants
 
BALOAD - Static variable in interface org.aspectj.apache.bcel.generic.InstructionConstants
 
bareMain(String[], boolean, List, List, List, List) - Static method in class org.aspectj.tools.ajc.Main
Convenience method to run ajc and collect String lists of messages.
baseField - Variable in class org.aspectj.ajdt.internal.compiler.lookup.InlineAccessFieldBinding
 
baseField - Variable in class org.aspectj.ajdt.internal.compiler.lookup.PrivilegedFieldBinding
 
BasicToken - Class in org.aspectj.weaver.patterns
 
BasicTokenSource - Class in org.aspectj.weaver.patterns
 
BasicTokenSource(IToken[], ISourceContext) - Constructor for class org.aspectj.weaver.patterns.BasicTokenSource
 
BasicType - Class in org.aspectj.apache.bcel.generic
Denotes basic type such as int.
BASTORE - Static variable in interface org.aspectj.apache.bcel.Constants
 
BASTORE - Static variable in interface org.aspectj.apache.bcel.generic.InstructionConstants
 
BATCH_BUILD - Static variable in class org.aspectj.bridge.context.CompilationAndWeavingContext
 
batchBuild(AjBuildConfig, IMessageHandler) - Method in class org.aspectj.ajdt.internal.core.builder.AjBuildManager
 
BcelAccessForInlineMunger - Class in org.aspectj.weaver.bcel
Looks for all access to method or field that are not public within the body of the around advices and replace the invocations to a wrapper call so that the around advice can further be inlined.
BcelAccessForInlineMunger(ResolvedType) - Constructor for class org.aspectj.weaver.bcel.BcelAccessForInlineMunger
 
BcelAnnotation - Class in org.aspectj.weaver.bcel
Wraps a Bcel Annotation object and uses it to answer AnnotationAJ method calls.
BcelAnnotation(AnnotationGen, World) - Constructor for class org.aspectj.weaver.bcel.BcelAnnotation
 
BcelAnnotation(AnnotationGen, ResolvedType) - Constructor for class org.aspectj.weaver.bcel.BcelAnnotation
 
bcelAttribute(AjAttribute, ConstantPool) - Static method in class org.aspectj.weaver.bcel.Utility
 
BcelCflowAccessVar - Class in org.aspectj.weaver.bcel
XXX Erik and I need to discuss this hierarchy.
BcelCflowAccessVar(ResolvedType, Member, int) - Constructor for class org.aspectj.weaver.bcel.BcelCflowAccessVar
 
BcelCflowCounterFieldAdder - Class in org.aspectj.weaver.bcel
This type munger will modify a given class (see the munge() method) to include a field representing a CflowCounter object.
BcelCflowCounterFieldAdder(ResolvedMember) - Constructor for class org.aspectj.weaver.bcel.BcelCflowCounterFieldAdder
 
BcelCflowStackFieldAdder - Class in org.aspectj.weaver.bcel
 
BcelCflowStackFieldAdder(ResolvedMember) - Constructor for class org.aspectj.weaver.bcel.BcelCflowStackFieldAdder
 
BcelConstantPoolReader - Class in org.aspectj.weaver.bcel
An implementation of the constant pool reader that speaks Bcel.
BcelConstantPoolReader(ConstantPool) - Constructor for class org.aspectj.weaver.bcel.BcelConstantPoolReader
 
BcelFieldRef - Class in org.aspectj.weaver.bcel
XXX Erik and I need to discuss this hierarchy.
BcelFieldRef(ResolvedType, String, String) - Constructor for class org.aspectj.weaver.bcel.BcelFieldRef
 
BcelGenericSignatureToTypeXConverter - Class in org.aspectj.weaver.bcel
A utility class that assists in unpacking constituent parts of generic signature attributes and returning their equivalents in UnresolvedType world.
BcelGenericSignatureToTypeXConverter() - Constructor for class org.aspectj.weaver.bcel.BcelGenericSignatureToTypeXConverter
 
BcelGenericSignatureToTypeXConverter.GenericSignatureFormatException - Exception in org.aspectj.weaver.bcel
 
BcelGenericSignatureToTypeXConverter.GenericSignatureFormatException(String) - Constructor for exception org.aspectj.weaver.bcel.BcelGenericSignatureToTypeXConverter.GenericSignatureFormatException
 
BcelObjectType - Class in org.aspectj.weaver.bcel
 
BcelPerClauseAspectAdder - Class in org.aspectj.weaver.bcel
Adds aspectOf(), hasAspect() etc to the annotation defined aspects
BcelPerClauseAspectAdder(ResolvedType, PerClause.Kind) - Constructor for class org.aspectj.weaver.bcel.BcelPerClauseAspectAdder
 
BcelRenderer - Class in org.aspectj.weaver.bcel
 
BcelShadow - Class in org.aspectj.weaver.bcel
 
BcelShadow(BcelWorld, Shadow.Kind, Member, LazyMethodGen, BcelShadow) - Constructor for class org.aspectj.weaver.bcel.BcelShadow
This generates an unassociated shadow, rooted in a particular method but not rooted to any particular point in the code.
BcelTypeMunger - Class in org.aspectj.weaver.bcel
 
BcelTypeMunger(ResolvedTypeMunger, ResolvedType) - Constructor for class org.aspectj.weaver.bcel.BcelTypeMunger
 
BcelVar - Class in org.aspectj.weaver.bcel
 
BcelVar(ResolvedType, int) - Constructor for class org.aspectj.weaver.bcel.BcelVar
 
BcelWeakClassLoaderReference - Class in org.aspectj.weaver.bcel
Wraps a reference to a classloader inside a WeakReference.
BcelWeakClassLoaderReference(ClassLoader) - Constructor for class org.aspectj.weaver.bcel.BcelWeakClassLoaderReference
 
BcelWeaver - Class in org.aspectj.weaver.bcel
 
BcelWeaver(BcelWorld) - Constructor for class org.aspectj.weaver.bcel.BcelWeaver
 
BcelWeavingSupport - Class in org.aspectj.weaver.bcel
Bcel implementation of the weaving support required in a BcelWorld which will actually modify bytecode.
BcelWeavingSupport() - Constructor for class org.aspectj.weaver.bcel.BcelWeavingSupport
 
BcelWorld - Class in org.aspectj.weaver.bcel
 
BcelWorld() - Constructor for class org.aspectj.weaver.bcel.BcelWorld
 
BcelWorld(String) - Constructor for class org.aspectj.weaver.bcel.BcelWorld
 
BcelWorld(List, IMessageHandler, ICrossReferenceHandler) - Constructor for class org.aspectj.weaver.bcel.BcelWorld
 
BcelWorld(ClassPathManager, IMessageHandler, ICrossReferenceHandler) - Constructor for class org.aspectj.weaver.bcel.BcelWorld
 
BcelWorld(ClassLoader, IMessageHandler, ICrossReferenceHandler) - Constructor for class org.aspectj.weaver.bcel.BcelWorld
Build a World from a ClassLoader, for LTW support
BCException - Exception in org.aspectj.weaver
Exception to use inside the bcweaver.
BCException() - Constructor for exception org.aspectj.weaver.BCException
 
BCException(String) - Constructor for exception org.aspectj.weaver.BCException
 
BCException(String, Throwable) - Constructor for exception org.aspectj.weaver.BCException
 
beautifyLocation(ISourceLocation) - Static method in class org.aspectj.weaver.bcel.Utility
 
Before - Annotation Type in org.aspectj.lang.annotation
Before advice
Before - Static variable in class org.aspectj.weaver.AdviceKind
 
BEFORE_ANNOTATION - Static variable in class org.aspectj.weaver.AjcMemberMaker
 
BeforeAdviceDeclaration - Class in org.aspectj.org.eclipse.jdt.core.dom
BeforeAdviceDeclaration DOM AST node.
beforeAnalysing(CompilationUnitDeclaration) - Method in class org.aspectj.ajdt.internal.compiler.AbstractCompilerAdapter
 
beforeAnalysing(CompilationUnitDeclaration) - Method in class org.aspectj.ajdt.internal.compiler.AjCompilerAdapter
 
beforeAnalysing(CompilationUnitDeclaration) - Method in class org.aspectj.ajdt.internal.compiler.AjPipeliningCompilerAdapter
 
beforeCompiling(ICompilationUnit[]) - Method in class org.aspectj.ajdt.internal.compiler.AbstractCompilerAdapter
 
beforeCompiling(ICompilationUnit[]) - Method in class org.aspectj.ajdt.internal.compiler.AjCompilerAdapter
 
beforeCompiling(ICompilationUnit[]) - Method in class org.aspectj.ajdt.internal.compiler.AjPipeliningCompilerAdapter
 
beforeGenerating(CompilationUnitDeclaration) - Method in class org.aspectj.ajdt.internal.compiler.AbstractCompilerAdapter
 
beforeGenerating(CompilationUnitDeclaration) - Method in class org.aspectj.ajdt.internal.compiler.AjCompilerAdapter
 
beforeGenerating(CompilationUnitDeclaration) - Method in class org.aspectj.ajdt.internal.compiler.AjPipeliningCompilerAdapter
 
beforeProcessing(CompilationUnitDeclaration) - Method in class org.aspectj.ajdt.internal.compiler.AbstractCompilerAdapter
 
beforeProcessing(CompilationUnitDeclaration) - Method in class org.aspectj.ajdt.internal.compiler.AjCompilerAdapter
 
beforeProcessing(CompilationUnitDeclaration) - Method in class org.aspectj.ajdt.internal.compiler.AjPipeliningCompilerAdapter
 
beforeResolving(CompilationUnitDeclaration) - Method in class org.aspectj.ajdt.internal.compiler.AbstractCompilerAdapter
 
beforeResolving(CompilationUnitDeclaration) - Method in class org.aspectj.ajdt.internal.compiler.AjCompilerAdapter
 
beforeResolving(CompilationUnitDeclaration) - Method in class org.aspectj.ajdt.internal.compiler.AjPipeliningCompilerAdapter
 
begin() - Method in interface org.aspectj.ajde.core.IBuildProgressMonitor
Start the progress monitor
begin() - Method in class org.aspectj.ajde.ui.swing.DefaultBuildProgressMonitor
Start the progress monitor.
behaveInJava5Way - Variable in class org.aspectj.ajdt.internal.core.builder.AjCompilerOptions
 
BINDING - Static variable in class org.aspectj.weaver.patterns.AnnotationTypePattern
 
BINDING - Static variable in class org.aspectj.weaver.patterns.TypePattern
 
BINDING_NON_RUNTIME_RETENTION_ANNOTATION - Static variable in class org.aspectj.weaver.WeaverMessages
 
BindingAnnotationFieldTypePattern - Class in org.aspectj.weaver.patterns
Represents an attempt to bind the field of an annotation within a pointcut.
BindingAnnotationFieldTypePattern(UnresolvedType, int, UnresolvedType) - Constructor for class org.aspectj.weaver.patterns.BindingAnnotationFieldTypePattern
 
BindingAnnotationTypePattern - Class in org.aspectj.weaver.patterns
 
BindingAnnotationTypePattern(UnresolvedType, int) - Constructor for class org.aspectj.weaver.patterns.BindingAnnotationTypePattern
 
BindingAnnotationTypePattern(FormalBinding) - Constructor for class org.aspectj.weaver.patterns.BindingAnnotationTypePattern
 
BINDINGFIELD - Static variable in class org.aspectj.weaver.patterns.AnnotationTypePattern
 
BindingPattern - Interface in org.aspectj.weaver.patterns
Marker interface for BindingTypePattern and BindingAnnotationTypePattern
Bindings - Class in org.aspectj.weaver.patterns
 
Bindings(BindingPattern[]) - Constructor for class org.aspectj.weaver.patterns.Bindings
 
Bindings(int) - Constructor for class org.aspectj.weaver.patterns.Bindings
 
BindingScope - Class in org.aspectj.weaver
BindingScope that knows the enclosingType, which is needed for pointcut reference resolution
BindingScope(ResolvedType, ISourceContext, FormalBinding[]) - Constructor for class org.aspectj.weaver.BindingScope
 
bindingType() - Method in class org.aspectj.ajdt.internal.compiler.lookup.PointcutBinding
 
BindingTypePattern - Class in org.aspectj.weaver.patterns
 
BindingTypePattern(UnresolvedType, int, boolean) - Constructor for class org.aspectj.weaver.patterns.BindingTypePattern
 
BindingTypePattern(FormalBinding, boolean) - Constructor for class org.aspectj.weaver.patterns.BindingTypePattern
 
binSrc - Variable in class org.aspectj.ajdt.internal.core.builder.AjBuildConfig.BinarySourceFile
 
BIPUSH - Static variable in interface org.aspectj.apache.bcel.Constants
 
bit - Variable in class org.aspectj.weaver.Shadow.Kind
 
bla - Static variable in interface org.aspectj.apache.bcel.generic.InstructionConstants
Interfaces may have no static initializers, so we simulate this with an inner class.
BODY_PROPERTY - Static variable in class org.aspectj.org.eclipse.jdt.core.dom.AdviceDeclaration
The "body" structural property of this node type.
BODY_PROPERTY - Static variable in class org.aspectj.org.eclipse.jdt.core.dom.CflowPointcut
 
BODY_PROPERTY - Static variable in class org.aspectj.org.eclipse.jdt.core.dom.NotPointcut
 
BODY_PROPERTY - Static variable in class org.aspectj.org.eclipse.jdt.core.dom.PerCflow
 
BODY_PROPERTY - Static variable in class org.aspectj.org.eclipse.jdt.core.dom.PerObject
 
BOOLEAN - Static variable in class org.aspectj.apache.bcel.classfile.Utility.ResultHolder
 
BOOLEAN - Static variable in class org.aspectj.apache.bcel.generic.Type
 
BOOLEAN - Static variable in class org.aspectj.weaver.ResolvedType
 
booleanObject(boolean) - Static method in class org.aspectj.runtime.internal.Conversions
 
booleanValue(Object) - Static method in class org.aspectj.runtime.internal.Conversions
 
borrowPorter(IMessage) - Static method in exception org.aspectj.bridge.AbortException
Get a porter exception from the pool.
BoundedReferenceType - Class in org.aspectj.weaver
A BoundedReferenceType is the result of a generics wildcard expression ? extends String, ? super Foo etc..
BoundedReferenceType(ReferenceType, boolean, World) - Constructor for class org.aspectj.weaver.BoundedReferenceType
 
BoundedReferenceType(ReferenceType, boolean, World, ReferenceType[]) - Constructor for class org.aspectj.weaver.BoundedReferenceType
 
BoundedReferenceType(World) - Constructor for class org.aspectj.weaver.BoundedReferenceType
Constructs the BoundedReferenceType representing an unbounded wildcard '?'.
boundscheckingoff - Static variable in class org.aspectj.weaver.patterns.WildTypePattern
 
boxedPrimitivesMap - Static variable in class org.aspectj.weaver.patterns.ExactTypePattern
 
BRANCH_INSTRUCTION - Static variable in interface org.aspectj.apache.bcel.Constants
 
BranchHandle - Class in org.aspectj.apache.bcel.generic
BranchHandle is returned by specialized InstructionList.append() whenever a BranchInstruction is appended.
BREAKPOINT - Static variable in interface org.aspectj.apache.bcel.Constants
Non-legal opcodes, may be used by JVM internally.
bridgerToInterMethod(ResolvedMember, UnresolvedType) - Static method in class org.aspectj.weaver.AjcMemberMaker
Sometimes the intertyped method requires a bridge method alongside it.
BrowserStructureViewToolPanel - Class in org.aspectj.ajde.ui.swing
 
BrowserStructureViewToolPanel(List, StructureView, StructureViewPanel) - Constructor for class org.aspectj.ajde.ui.swing.BrowserStructureViewToolPanel
 
BrowserViewManager - Class in org.aspectj.ajde.ui.swing
Responsible for displaying and controlling the configuration and output of a master and slave structure view.
BrowserViewManager() - Constructor for class org.aspectj.ajde.ui.swing.BrowserViewManager
 
BrowserViewPanel - Class in org.aspectj.ajde.ui.swing
Represents the configuration of a structure view of the system, rendered by the StructureTreeManager.
BrowserViewPanel(IconRegistry, List, StructureViewProperties.Hierarchy) - Constructor for class org.aspectj.ajde.ui.swing.BrowserViewPanel
 
build() - Method in class org.aspectj.ajde.core.AjCompiler
Perform an incremental build if possible, otherwise it will default to a full build.
build(ClassScope) - Method in class org.aspectj.ajdt.internal.compiler.ast.DeclareDeclaration
 
build(ClassScope) - Method in class org.aspectj.ajdt.internal.compiler.ast.InterTypeConstructorDeclaration
 
build(ClassScope) - Method in class org.aspectj.ajdt.internal.compiler.ast.InterTypeDeclaration
Called from AspectDeclarations.buildInterTypeAndPerClause
build(ClassScope) - Method in class org.aspectj.ajdt.internal.compiler.ast.InterTypeFieldDeclaration
 
build(ClassScope) - Method in class org.aspectj.ajdt.internal.compiler.ast.IntertypeMemberClassDeclaration
 
build(ClassScope) - Method in class org.aspectj.ajdt.internal.compiler.ast.InterTypeMethodDeclaration
 
BuildArgParser - Class in org.aspectj.ajdt.ajc
 
BuildArgParser(PrintWriter, IMessageHandler) - Constructor for class org.aspectj.ajdt.ajc.BuildArgParser
Overrides super's bundle.
BuildArgParser(IMessageHandler) - Constructor for class org.aspectj.ajdt.ajc.BuildArgParser
Set up to capture messages using getOtherMessages(boolean)
buildBcelDelegate(ReferenceType, JavaClass, boolean, boolean) - Method in class org.aspectj.weaver.bcel.BcelWorld
 
buildConfig - Variable in class org.aspectj.ajdt.internal.core.builder.AjBuildManager
 
BuildConfigEditor - Interface in org.aspectj.ajde.ui
 
BuildConfigListener - Interface in org.aspectj.ajde.internal
 
BuildConfigManager - Interface in org.aspectj.ajde.internal
 
BuildConfigModel - Class in org.aspectj.ajde.ui
TODO: we have schitzophrenia between BuildConfigNode(s) and IProgramElement(s), fix.
BuildConfigModel(String) - Constructor for class org.aspectj.ajde.ui.BuildConfigModel
 
BuildConfigNode - Class in org.aspectj.ajde.ui
 
BuildConfigNode() - Constructor for class org.aspectj.ajde.ui.BuildConfigNode
Used during serialization.
BuildConfigNode(String, BuildConfigNode.Kind, String) - Constructor for class org.aspectj.ajde.ui.BuildConfigNode
 
BuildConfigNode(String, BuildConfigNode.Kind) - Constructor for class org.aspectj.ajde.ui.BuildConfigNode
 
BuildConfigNode.Kind - Class in org.aspectj.ajde.ui
Uses "typesafe enum" pattern.
BuildConfigPopupMenu - Class in org.aspectj.ajde.ui.swing
Creates a popup menu that displays all the available .lst files.
BuildConfigPopupMenu(AbstractAction) - Constructor for class org.aspectj.ajde.ui.swing.BuildConfigPopupMenu
 
buildDeclarationText() - Method in class org.aspectj.weaver.patterns.AnnotationPointcut
 
buildFinished(boolean) - Method in interface org.aspectj.bridge.ILifecycleAware
called when a batch build finishes
buildFresh() - Method in class org.aspectj.ajde.core.AjCompiler
Perform a full build.
buildGenericType() - Method in class org.aspectj.weaver.reflect.Java15ReflectionBasedReferenceTypeDelegate
 
buildGenericType() - Method in class org.aspectj.weaver.reflect.ReflectionBasedReferenceTypeDelegate
 
BUILDING_FIELDS_AND_METHODS - Static variable in class org.aspectj.bridge.context.CompilationAndWeavingContext
 
buildInterTypeAndPerClause(ClassScope) - Method in class org.aspectj.ajdt.internal.compiler.ast.AspectDeclaration
 
buildModel(String) - Method in interface org.aspectj.ajde.internal.BuildConfigManager
Build a model for the corresponding configuration file.
buildModel(String) - Method in class org.aspectj.ajde.internal.LstBuildConfigManager
 
BuildProgressPanel - Class in org.aspectj.ajde.ui.swing
 
BuildProgressPanel() - Constructor for class org.aspectj.ajde.ui.swing.BuildProgressPanel
 
buildStarting(boolean) - Method in interface org.aspectj.bridge.ILifecycleAware
called when a build starts
buildStructureForCompilationUnit(CompilationUnitDeclaration, AsmManager, AjBuildConfig) - Method in class org.aspectj.ajdt.internal.core.builder.AsmHierarchyBuilder
 
buildSuccessful(boolean) - Method in class org.aspectj.ajdt.internal.core.builder.AbstractStateListener
 
buildSuccessful(boolean) - Method in interface org.aspectj.ajdt.internal.core.builder.IStateListener
 
buildView(StructureView, IHierarchy) - Method in class org.aspectj.ajde.ui.internal.TreeStructureViewBuilder
 
BYTE - Static variable in class org.aspectj.apache.bcel.classfile.Utility.ResultHolder
 
BYTE - Static variable in class org.aspectj.apache.bcel.generic.Type
 
BYTE - Static variable in class org.aspectj.weaver.ResolvedType
 
byteObject(byte) - Static method in class org.aspectj.runtime.internal.Conversions
 
bytes - Variable in class org.aspectj.weaver.bcel.UnwovenClassFile.ChildClass
 
ByteSequence - Class in org.aspectj.apache.bcel.util
Utility class that implements a sequence of bytes which can be read via the `readByte()' method.
ByteSequence(byte[]) - Constructor for class org.aspectj.apache.bcel.util.ByteSequence
 
byteValue(Object) - Static method in class org.aspectj.runtime.internal.Conversions
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _