Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X 

L

L2D - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
L2F - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
L2I - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
Label - Class in com.apptelemetry.apm.org.objectweb.asm
A label represents a position in the bytecode of a method.
Label() - Constructor for class com.apptelemetry.apm.org.objectweb.asm.Label
Constructs a new label.
LADD - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
LALOAD - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
LAND - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
LASTORE - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
lcmp() - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
 
LCMP - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
lconst(long) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
 
LCONST_0 - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
LCONST_1 - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
LDC - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
LDIV - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
LE - Static variable in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
Constant for the ifCmp method.
LLOAD - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
LMUL - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
LNEG - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
load(int, Type) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
 
loadArg(int) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
Generates the instruction to load the given method argument on the stack.
loadArgArray() - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
Generates the instructions to load all the method arguments on the stack, as a single object array.
loadArgs(int, int) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
Generates the instructions to load the given method arguments on the stack.
loadArgs() - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
Generates the instructions to load all the method arguments on the stack.
loadLocal(int) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
Generates the instruction to load the given local variable on the stack.
loadLocal(int, Type) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
Generates the instruction to load the given local variable on the stack.
loadThis() - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
Generates the instruction to load 'this' on the stack.
locals - Variable in class com.apptelemetry.apm.org.objectweb.asm.commons.AnalyzerAdapter
List of the local variable slots for current execution frame.
LocalVariablesSorter - Class in com.apptelemetry.apm.org.objectweb.asm.commons
A MethodVisitor that renumbers local variables in their order of appearance.
LocalVariablesSorter(int, String, MethodVisitor) - Constructor for class com.apptelemetry.apm.org.objectweb.asm.commons.LocalVariablesSorter
Creates a new LocalVariablesSorter.
log(String) - Static method in class com.apptelemetry.apm.impl.LogHelper
 
log(String, Throwable) - Static method in class com.apptelemetry.apm.impl.LogHelper
 
logDebug(String, Object...) - Static method in class com.apptelemetry.apm.impl.LogHelper
 
logDebug(String, Throwable, Object...) - Static method in class com.apptelemetry.apm.impl.LogHelper
 
logError(String) - Static method in class com.apptelemetry.apm.impl.LogHelper
 
logError(String, Throwable) - Static method in class com.apptelemetry.apm.impl.LogHelper
 
LogHelper - Class in com.apptelemetry.apm.impl
 
LogHelper() - Constructor for class com.apptelemetry.apm.impl.LogHelper
 
logTrace(String, Object...) - Static method in class com.apptelemetry.apm.impl.LogHelper
 
logTrace(String, Throwable, Object...) - Static method in class com.apptelemetry.apm.impl.LogHelper
 
logWarning(String) - Static method in class com.apptelemetry.apm.impl.LogHelper
 
logWarning(String, Throwable) - Static method in class com.apptelemetry.apm.impl.LogHelper
 
LONG - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
LONG - Static variable in class com.apptelemetry.apm.org.objectweb.asm.Type
The sort of the long type.
LONG_TYPE - Static variable in class com.apptelemetry.apm.org.objectweb.asm.Type
The long type.
lookupswitch(Label, int[], Label[]) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
 
LOOKUPSWITCH - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
LOR - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
LREM - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
LRETURN - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
LSHL - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
LSHR - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
LSTORE - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
LSUB - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
LT - Static variable in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
Constant for the ifCmp method.
LUSHR - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
LXOR - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
 
A B C D E F G H I J L M N O P R S T U V W X 
Skip navigation links

Copyright (c) Fabasoft R&D GmbH, Linz, Austria, 1988-2015.