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 _

L

L2D - Static variable in interface org.aspectj.apache.bcel.Constants
 
L2D - Static variable in interface org.aspectj.apache.bcel.generic.InstructionConstants
 
L2F - Static variable in interface org.aspectj.apache.bcel.Constants
 
L2F - Static variable in interface org.aspectj.apache.bcel.generic.InstructionConstants
 
L2I - Static variable in interface org.aspectj.apache.bcel.Constants
 
L2I - Static variable in interface org.aspectj.apache.bcel.generic.InstructionConstants
 
LADD - Static variable in interface org.aspectj.apache.bcel.Constants
 
LADD - Static variable in interface org.aspectj.apache.bcel.generic.InstructionConstants
 
LALOAD - Static variable in interface org.aspectj.apache.bcel.Constants
 
LALOAD - Static variable in interface org.aspectj.apache.bcel.generic.InstructionConstants
 
LAND - Static variable in interface org.aspectj.apache.bcel.Constants
 
LAND - Static variable in interface org.aspectj.apache.bcel.generic.InstructionConstants
 
LangUtil - Class in org.aspectj.util
 
LangUtil() - Constructor for class org.aspectj.util.LangUtil
 
LangUtil.ProcessController - Class in org.aspectj.util
Handle an external process asynchrously.
LangUtil.ProcessController() - Constructor for class org.aspectj.util.LangUtil.ProcessController
 
LangUtil.ProcessController.Thrown - Class in org.aspectj.util
 
LangUtil.StringChecker - Class in org.aspectj.util
check if input contains any packages to elide.
lastActiveStructureModel - Static variable in class org.aspectj.asm.AsmManager
 
lastIndexOf(char, char[]) - Static method in class org.aspectj.asm.internal.CharOperation
Taken from org.aspectj.org.eclipse.jdt.core.compiler.CharOperation
LASTORE - Static variable in interface org.aspectj.apache.bcel.Constants
 
LASTORE - Static variable in interface org.aspectj.apache.bcel.generic.InstructionConstants
 
lastReportedMonitorExitJoinpointLocation - Variable in class org.aspectj.weaver.Advice
 
LazyClassGen - Class in org.aspectj.weaver.bcel
Lazy lazy lazy.
LazyClassGen(String, String, String, int, String[], World) - Constructor for class org.aspectj.weaver.bcel.LazyClassGen
 
LazyClassGen(BcelObjectType) - Constructor for class org.aspectj.weaver.bcel.LazyClassGen
 
LazyMethodGen - Class in org.aspectj.weaver.bcel
A LazyMethodGen should be treated as a MethodGen.
LazyMethodGen(int, Type, String, Type[], String[], LazyClassGen) - Constructor for class org.aspectj.weaver.bcel.LazyMethodGen
 
LazyMethodGen(Method, LazyClassGen) - Constructor for class org.aspectj.weaver.bcel.LazyMethodGen
 
LazyMethodGen(BcelMethod, LazyClassGen) - Constructor for class org.aspectj.weaver.bcel.LazyMethodGen
 
LCMP - Static variable in interface org.aspectj.apache.bcel.Constants
 
LCMP - Static variable in interface org.aspectj.apache.bcel.generic.InstructionConstants
 
LCONST_0 - Static variable in interface org.aspectj.apache.bcel.Constants
 
LCONST_0 - Static variable in interface org.aspectj.apache.bcel.generic.InstructionConstants
 
LCONST_1 - Static variable in interface org.aspectj.apache.bcel.Constants
 
LCONST_1 - Static variable in interface org.aspectj.apache.bcel.generic.InstructionConstants
 
LDC - Static variable in interface org.aspectj.apache.bcel.Constants
 
LDC2_W - Static variable in interface org.aspectj.apache.bcel.Constants
 
LDC2_W_QUICK - Static variable in interface org.aspectj.apache.bcel.Constants
 
LDC_QUICK - Static variable in interface org.aspectj.apache.bcel.Constants
 
LDC_W - Static variable in interface org.aspectj.apache.bcel.Constants
 
LDC_W_QUICK - Static variable in interface org.aspectj.apache.bcel.Constants
 
LDIV - Static variable in interface org.aspectj.apache.bcel.Constants
 
LDIV - Static variable in interface org.aspectj.apache.bcel.generic.InstructionConstants
 
leavingPhase(ContextToken) - Static method in class org.aspectj.bridge.context.CompilationAndWeavingContext
Exit a phase, all stack entries from the one with the given token down will be removed.
length - Variable in class org.aspectj.weaver.ResolvableTypeList
 
LineNumber - Class in org.aspectj.apache.bcel.classfile
This class represents a (PC offset, line number) pair, i.e., a line number in the source that corresponds to a relative address in the byte code.
LineNumber(LineNumber) - Constructor for class org.aspectj.apache.bcel.classfile.LineNumber
 
LineNumber(int, int) - Constructor for class org.aspectj.apache.bcel.classfile.LineNumber
 
LineNumberGen - Class in org.aspectj.apache.bcel.generic
This class represents a line number within a method, i.e., give an instruction a line number corresponding to the source code line.
LineNumberGen(InstructionHandle, int) - Constructor for class org.aspectj.apache.bcel.generic.LineNumberGen
Create a line number.
LineNumberTable - Class in org.aspectj.apache.bcel.classfile
This class represents a table of line numbers for debugging purposes.
LineNumberTable(LineNumberTable) - Constructor for class org.aspectj.apache.bcel.classfile.LineNumberTable
 
LineNumberTable(int, int, LineNumber[], ConstantPool) - Constructor for class org.aspectj.apache.bcel.classfile.LineNumberTable
 
LineNumberTag - Class in org.aspectj.apache.bcel.generic
we don't actually target instructions, but instructions target us.
LineNumberTag(int) - Constructor for class org.aspectj.apache.bcel.generic.LineNumberTag
 
lineSeek(String, List<String>, boolean, PrintStream) - Static method in class org.aspectj.util.FileUtil
Do line-based search for literal text in source files, returning file:line where found.
lineSeek(String, String, boolean, ArrayList<String>) - Static method in class org.aspectj.util.FileUtil
Do line-based search for literal text in source file, returning line where found as a String in the form {sourcePath}:line:column submitted to the collecting parameter sink.
linkClosureAndJoinPoint() - Method in class org.aspectj.runtime.internal.AroundClosure
This method is called to implicitly associate the closure with the joinpoint as required for @AJ aspect proceed()
linkClosureAndJoinPoint(int) - Method in class org.aspectj.runtime.internal.AroundClosure
This method is called to implicitly associate the closure with the joinpoint as required for @AJ aspect proceed()
LINKING_EXCEPTION - Static variable in interface org.aspectj.apache.bcel.ExceptionConstants
Super class of any linking exception (aka Linkage Error)
Lint - Class in org.aspectj.weaver
 
Lint(World) - Constructor for class org.aspectj.weaver.Lint
 
Lint.Kind - Class in org.aspectj.weaver
 
Lint.Kind(String, String) - Constructor for class org.aspectj.weaver.Lint.Kind
 
LintMessage - Class in org.aspectj.weaver
 
LintMessage(String, IMessage.Kind, ISourceLocation, ISourceLocation[], Lint.Kind) - Constructor for class org.aspectj.weaver.LintMessage
 
LintMessage(String, String, Lint.Kind, IMessage.Kind, ISourceLocation, Throwable, ISourceLocation[], boolean, int, int, int) - Constructor for class org.aspectj.weaver.LintMessage
 
LIST - Static variable in class org.aspectj.apache.bcel.generic.Type
 
listClassFiles(File) - Static method in class org.aspectj.util.FileUtil
Recursively list .class files in specified directory
listFiles(File) - Static method in class org.aspectj.util.FileUtil
Recursively list files in srcDir.
listFiles(File, FileFilter) - Static method in class org.aspectj.util.FileUtil
Recursively list files in srcDir.
Literal - Class in org.aspectj.weaver.ast
 
LLOAD - Static variable in interface org.aspectj.apache.bcel.Constants
 
LLOAD_0 - Static variable in interface org.aspectj.apache.bcel.Constants
 
LLOAD_0 - Static variable in interface org.aspectj.apache.bcel.generic.InstructionConstants
 
LLOAD_1 - Static variable in interface org.aspectj.apache.bcel.Constants
 
LLOAD_1 - Static variable in interface org.aspectj.apache.bcel.generic.InstructionConstants
 
LLOAD_2 - Static variable in interface org.aspectj.apache.bcel.Constants
 
LLOAD_2 - Static variable in interface org.aspectj.apache.bcel.generic.InstructionConstants
 
LLOAD_3 - Static variable in interface org.aspectj.apache.bcel.Constants
 
LLOAD_3 - Static variable in interface org.aspectj.apache.bcel.generic.InstructionConstants
 
LMUL - Static variable in interface org.aspectj.apache.bcel.Constants
 
LMUL - Static variable in interface org.aspectj.apache.bcel.generic.InstructionConstants
 
LNEG - Static variable in interface org.aspectj.apache.bcel.Constants
 
LNEG - Static variable in interface org.aspectj.apache.bcel.generic.InstructionConstants
 
LOAD_INST - Static variable in interface org.aspectj.apache.bcel.Constants
 
loadClass(String) - Method in class org.aspectj.apache.bcel.util.ClassLoaderRepository
Lookup a JavaClass object from the Class Name provided.
loadClass(Class) - Method in class org.aspectj.apache.bcel.util.ClassLoaderRepository
 
loadClass(String) - Method in class org.aspectj.apache.bcel.util.NonCachingClassLoaderRepository
Lookup a JavaClass object from the Class Name provided.
loadClass(Class) - Method in class org.aspectj.apache.bcel.util.NonCachingClassLoaderRepository
 
loadClass(String) - Method in interface org.aspectj.apache.bcel.util.Repository
Find the class with the name provided, if the class isn't there, make an attempt to load it.
loadClass(Class) - Method in interface org.aspectj.apache.bcel.util.Repository
Find the JavaClass instance for the given run-time class object
loadClass(String) - Method in class org.aspectj.apache.bcel.util.SyntheticRepository
Load a JavaClass object for the given class name using the CLASSPATH environment variable.
loadClass(Class) - Method in class org.aspectj.apache.bcel.util.SyntheticRepository
Try to find class source via getResourceAsStream().
loadClass(String, boolean) - Method in class org.aspectj.util.UtilClassLoader
 
loadClass(String) - Method in class org.aspectj.weaver.bcel.BcelWorld
 
loadClass(Class) - Method in class org.aspectj.weaver.bcel.BcelWorld
 
LOADCLASS_INST - Static variable in interface org.aspectj.apache.bcel.Constants
 
loadDefaultProperties() - Method in class org.aspectj.weaver.Lint
 
loadedClass(Class) - Method in class org.aspectj.weaver.ltw.LTWWorld
Remove this class from the typeMap.
LOCAL_VARIABLE - Static variable in class org.aspectj.weaver.AnnotationTargetKind
 
LocaleTest - Class in org.aspectj.weaver
 
LocaleTest(String) - Constructor for class org.aspectj.weaver.LocaleTest
 
LocalVariable - Class in org.aspectj.apache.bcel.classfile
This class represents a local variable within a method.
LocalVariable(LocalVariable) - Constructor for class org.aspectj.apache.bcel.classfile.LocalVariable
Initialize from another object.
LocalVariable(int, int, int, int, int, ConstantPool) - Constructor for class org.aspectj.apache.bcel.classfile.LocalVariable
 
LOCALVARIABLE - Static variable in class org.aspectj.asm.internal.HandleProviderDelimiter
 
LocalVariableGen - Class in org.aspectj.apache.bcel.generic
This class represents a local variable within a method.
LocalVariableGen(int, String, Type, InstructionHandle, InstructionHandle) - Constructor for class org.aspectj.apache.bcel.generic.LocalVariableGen
Generate a local variable that with index `index'.
LocalVariableTable - Class in org.aspectj.apache.bcel.classfile
This class represents collection of local variables in a method.
LocalVariableTable(LocalVariableTable) - Constructor for class org.aspectj.apache.bcel.classfile.LocalVariableTable
Initialize from another object.
LocalVariableTable(int, int, LocalVariable[], ConstantPool) - Constructor for class org.aspectj.apache.bcel.classfile.LocalVariableTable
 
LocalVariableTag - Class in org.aspectj.apache.bcel.generic
 
LocalVariableTag(String, String, int, int) - Constructor for class org.aspectj.apache.bcel.generic.LocalVariableTag
 
LocalVariableTag(Type, String, String, int, int) - Constructor for class org.aspectj.apache.bcel.generic.LocalVariableTag
 
LocalVariableTypeTable - Class in org.aspectj.apache.bcel.classfile
 
LocalVariableTypeTable(LocalVariableTypeTable) - Constructor for class org.aspectj.apache.bcel.classfile.LocalVariableTypeTable
 
LocalVariableTypeTable(int, int, LocalVariable[], ConstantPool) - Constructor for class org.aspectj.apache.bcel.classfile.LocalVariableTypeTable
 
LockSignature - Interface in org.aspectj.lang.reflect
 
LONG - Static variable in class org.aspectj.apache.bcel.classfile.Utility.ResultHolder
 
LONG - Static variable in class org.aspectj.apache.bcel.generic.Type
 
LONG - Static variable in class org.aspectj.weaver.ResolvedType
 
longObject(long) - Static method in class org.aspectj.runtime.internal.Conversions
 
longValue(Object) - Static method in class org.aspectj.runtime.internal.Conversions
 
lookupBySignature(String) - Method in class org.aspectj.weaver.World
Lookup a reference type in the world by its signature.
lookupClass(String) - Method in class org.aspectj.apache.bcel.classfile.ConstantPool
 
lookupClass(String) - Static method in class org.aspectj.apache.bcel.Repository
Lookup class somewhere found on your CLASSPATH, or whereever the repository instance looks for it.
lookupClassFile(String) - Static method in class org.aspectj.apache.bcel.Repository
 
lookupConcretePerClause(ResolvedType) - Method in class org.aspectj.weaver.patterns.PerFromSuper
 
lookupDirectlyDeclaredMemberNoSupers(Member) - Method in class org.aspectj.weaver.ResolvedType
as lookupMemberNoSupers, but does not include ITDs
lookupDouble(double) - Method in class org.aspectj.apache.bcel.classfile.ConstantPool
 
lookupField(Member) - Method in class org.aspectj.weaver.ResolvedType
described in JVM spec 2ed 5.4.3.2
lookupFieldref(String, String, String) - Method in class org.aspectj.apache.bcel.classfile.ConstantPool
 
lookupFloat(float) - Method in class org.aspectj.apache.bcel.classfile.ConstantPool
 
lookupFormal(String) - Method in interface org.aspectj.weaver.patterns.IScope
 
lookupFormal(String) - Method in class org.aspectj.weaver.patterns.ScopeWithTypeVariables
 
lookupFormal(String) - Method in class org.aspectj.weaver.patterns.SimpleScope
 
lookupInteger(int) - Method in class org.aspectj.apache.bcel.classfile.ConstantPool
 
lookupInterfaceMethodref(String, String, String) - Method in class org.aspectj.apache.bcel.classfile.ConstantPool
 
lookupLong(long) - Method in class org.aspectj.apache.bcel.classfile.ConstantPool
 
lookupMemberIncludingITDsOnInterfaces(Member) - Method in class org.aspectj.weaver.ResolvedType
This lookup has specialized behaviour - a null result tells the EclipseTypeMunger that it should make a default implementation of a method on this type.
lookupMemberNoSupers(Member) - Method in class org.aspectj.weaver.ResolvedType
Look up a member, takes into account any ITDs on this type.
lookupMemberWithSupersAndITDs(Member) - Method in class org.aspectj.weaver.ResolvedType
 
lookupMethod(Member) - Method in class org.aspectj.weaver.ResolvedType
described in JVM spec 2ed 5.4.3.3.
lookupMethodInITDs(Member) - Method in class org.aspectj.weaver.ResolvedType
 
lookupMethodref(String, String, String) - Method in class org.aspectj.apache.bcel.classfile.ConstantPool
 
lookupNameAndType(String, String) - Method in class org.aspectj.apache.bcel.classfile.ConstantPool
 
lookupOrCreateName(UnresolvedType) - Method in class org.aspectj.weaver.World
Lookup a type by signature, if not found then build one and put it in the map.
lookupResolvedMember(ResolvedMember, boolean, boolean) - Method in class org.aspectj.weaver.ResolvedType
Looks for the first member in the hierarchy matching aMember.
lookupString(String) - Method in class org.aspectj.apache.bcel.classfile.ConstantPool
 
LOOKUPSWITCH - Static variable in interface org.aspectj.apache.bcel.Constants
 
LOOKUPSWITCH - Class in org.aspectj.apache.bcel.generic
LOOKUPSWITCH - Switch with unordered set of values
LOOKUPSWITCH(int[], InstructionHandle[], InstructionHandle) - Constructor for class org.aspectj.apache.bcel.generic.LOOKUPSWITCH
 
LOOKUPSWITCH(ByteSequence) - Constructor for class org.aspectj.apache.bcel.generic.LOOKUPSWITCH
Read needed data (e.g.
lookupSyntheticMember(Member) - Method in class org.aspectj.weaver.ResolvedType
 
lookupType(String, IHasPosition) - Method in class org.aspectj.weaver.BindingScope
 
lookupType(String, IHasPosition) - Method in interface org.aspectj.weaver.patterns.IScope
 
lookupType(String, IHasPosition) - Method in class org.aspectj.weaver.patterns.ScopeWithTypeVariables
 
lookupType(String, IHasPosition) - Method in class org.aspectj.weaver.patterns.SimpleScope
 
lookupTypeVariable(String) - Method in class org.aspectj.weaver.patterns.TypeVariablePatternList
 
lookupUtf8(String) - Method in class org.aspectj.apache.bcel.classfile.ConstantPool
 
LOR - Static variable in interface org.aspectj.apache.bcel.Constants
 
LOR - Static variable in interface org.aspectj.apache.bcel.generic.InstructionConstants
 
LREM - Static variable in interface org.aspectj.apache.bcel.Constants
 
LREM - Static variable in interface org.aspectj.apache.bcel.generic.InstructionConstants
 
LRETURN - Static variable in interface org.aspectj.apache.bcel.Constants
 
LRETURN - Static variable in interface org.aspectj.apache.bcel.generic.InstructionConstants
 
LSHL - Static variable in interface org.aspectj.apache.bcel.Constants
 
LSHL - Static variable in interface org.aspectj.apache.bcel.generic.InstructionConstants
 
LSHR - Static variable in interface org.aspectj.apache.bcel.Constants
 
LSHR - Static variable in interface org.aspectj.apache.bcel.generic.InstructionConstants
 
LSTORE - Static variable in interface org.aspectj.apache.bcel.Constants
 
LSTORE_0 - Static variable in interface org.aspectj.apache.bcel.Constants
 
LSTORE_0 - Static variable in interface org.aspectj.apache.bcel.generic.InstructionConstants
 
LSTORE_1 - Static variable in interface org.aspectj.apache.bcel.Constants
 
LSTORE_1 - Static variable in interface org.aspectj.apache.bcel.generic.InstructionConstants
 
LSTORE_2 - Static variable in interface org.aspectj.apache.bcel.Constants
 
LSTORE_2 - Static variable in interface org.aspectj.apache.bcel.generic.InstructionConstants
 
LSTORE_3 - Static variable in interface org.aspectj.apache.bcel.Constants
 
LSTORE_3 - Static variable in interface org.aspectj.apache.bcel.generic.InstructionConstants
 
LSUB - Static variable in interface org.aspectj.apache.bcel.Constants
 
LSUB - Static variable in interface org.aspectj.apache.bcel.generic.InstructionConstants
 
LTWWorld - Class in org.aspectj.weaver.ltw
 
LTWWorld(ClassLoader, IWeavingContext, IMessageHandler, ICrossReferenceHandler) - Constructor for class org.aspectj.weaver.ltw.LTWWorld
Build a World from a ClassLoader, for LTW support
LUSHR - Static variable in interface org.aspectj.apache.bcel.Constants
 
LUSHR - Static variable in interface org.aspectj.apache.bcel.generic.InstructionConstants
 
LV_INST - Static variable in interface org.aspectj.apache.bcel.Constants
 
LXOR - Static variable in interface org.aspectj.apache.bcel.Constants
 
LXOR - Static variable in interface org.aspectj.apache.bcel.generic.InstructionConstants
 

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 _