TechTrader Bytecode Toolkit
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.techtrader.modules.tools.bytecode.Constants
 
l2d() - Method in class com.techtrader.modules.tools.bytecode.Code
 
L2F - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
l2f() - Method in class com.techtrader.modules.tools.bytecode.Code
 
L2I - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
l2i() - Method in class com.techtrader.modules.tools.bytecode.Code
 
LADD - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
ladd() - Method in class com.techtrader.modules.tools.bytecode.Code
 
LALOAD - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
laload() - Method in class com.techtrader.modules.tools.bytecode.Code
 
LAND - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
land() - Method in class com.techtrader.modules.tools.bytecode.Code
 
LASTORE - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
lastore() - Method in class com.techtrader.modules.tools.bytecode.Code
 
LCMP - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
lcmp() - Method in class com.techtrader.modules.tools.bytecode.Code
 
LCONST_0 - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
lconst_0() - Method in class com.techtrader.modules.tools.bytecode.Code
 
LCONST_1 - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
lconst_1() - Method in class com.techtrader.modules.tools.bytecode.Code
 
LDC - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
LDC_W - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
ldc_w() - Method in class com.techtrader.modules.tools.bytecode.Code
 
ldc() - Method in class com.techtrader.modules.tools.bytecode.Code
 
LDC2_W - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
ldc2_w() - Method in class com.techtrader.modules.tools.bytecode.Code
 
LDIV - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
ldiv() - Method in class com.techtrader.modules.tools.bytecode.Code
 
LineNumber - class com.techtrader.modules.tools.bytecode.LineNumber.
Represents a linenumber; used for error reporting.
LineNumber(LineNumberTableAttribute) - Constructor for class com.techtrader.modules.tools.bytecode.LineNumber
Protected constructor.
LineNumberTableAttribute - class com.techtrader.modules.tools.bytecode.LineNumberTableAttribute.
A LineNumberTableAttributs holds a table of line number to program counter mappings, so that errors can be reported with the correct line number.
LineNumberTableAttribute(int, BCEntity) - Constructor for class com.techtrader.modules.tools.bytecode.LineNumberTableAttribute
Protected constructor.
LLOAD - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
LLOAD_0 - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
lload_0() - Method in class com.techtrader.modules.tools.bytecode.Code
 
LLOAD_1 - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
lload_1() - Method in class com.techtrader.modules.tools.bytecode.Code
 
LLOAD_2 - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
lload_2() - Method in class com.techtrader.modules.tools.bytecode.Code
 
LLOAD_3 - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
lload_3() - Method in class com.techtrader.modules.tools.bytecode.Code
 
lload() - Method in class com.techtrader.modules.tools.bytecode.Code
 
lload() - Method in class com.techtrader.modules.tools.bytecode.WideInstruction
Set the type of instruction this wide instruction modifies.
LMUL - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
lmul() - Method in class com.techtrader.modules.tools.bytecode.Code
 
LNEG - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
lneg() - Method in class com.techtrader.modules.tools.bytecode.Code
 
load() - Method in class com.techtrader.modules.tools.bytecode.Code
This is a convenience method to load a local variable onto the stack, if the type and index to load is not known at compile time.
LoadInstruction - class com.techtrader.modules.tools.bytecode.LoadInstruction.
Represents an instruction to load a value from a local variable onto the stack; can be any of aload_*, iload_*, etc.
LoadInstruction(Code) - Constructor for class com.techtrader.modules.tools.bytecode.LoadInstruction
 
LoadInstruction(Code, int, Class, int) - Constructor for class com.techtrader.modules.tools.bytecode.LoadInstruction
 
LocalVariable - class com.techtrader.modules.tools.bytecode.LocalVariable.
Represents a local variable in a method.
LocalVariable(LocalVariableTableAttribute) - Constructor for class com.techtrader.modules.tools.bytecode.LocalVariable
Protected constructor.
LocalVariableInstruction - class com.techtrader.modules.tools.bytecode.LocalVariableInstruction.
Represents an instruction that has an argument of an index into the local variable array of the current frame.
LocalVariableInstruction(Code) - Constructor for class com.techtrader.modules.tools.bytecode.LocalVariableInstruction
 
LocalVariableTableAttribute - class com.techtrader.modules.tools.bytecode.LocalVariableTableAttribute.
Represents a local variable table for a method.
LocalVariableTableAttribute(int, BCEntity) - Constructor for class com.techtrader.modules.tools.bytecode.LocalVariableTableAttribute
Protected constructor.
LongEntry - class com.techtrader.modules.tools.bytecode.lowlevel.LongEntry.
Represnts a long constant in the constant pool.
LongEntry() - Constructor for class com.techtrader.modules.tools.bytecode.lowlevel.LongEntry
 
LOOKUPSWITCH - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
lookupswitch() - Method in class com.techtrader.modules.tools.bytecode.Code
 
LookupSwitchInstruction - class com.techtrader.modules.tools.bytecode.LookupSwitchInstruction.
The LOOKUPSWITCH instruction.
LookupSwitchInstruction(Code) - Constructor for class com.techtrader.modules.tools.bytecode.LookupSwitchInstruction
 
LOR - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
lor() - Method in class com.techtrader.modules.tools.bytecode.Code
 
LowLevelConstants - interface com.techtrader.modules.tools.bytecode.lowlevel.LowLevelConstants.
Interface to track constants used in lowlevel bytecode.
LREM - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
lrem() - Method in class com.techtrader.modules.tools.bytecode.Code
 
LRETURN - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
lreturn() - Method in class com.techtrader.modules.tools.bytecode.Code
 
LSHL - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
lshl() - Method in class com.techtrader.modules.tools.bytecode.Code
 
LSHR - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
lshr() - Method in class com.techtrader.modules.tools.bytecode.Code
 
LSTORE - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
LSTORE_0 - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
lstore_0() - Method in class com.techtrader.modules.tools.bytecode.Code
 
LSTORE_1 - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
lstore_1() - Method in class com.techtrader.modules.tools.bytecode.Code
 
LSTORE_2 - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
lstore_2() - Method in class com.techtrader.modules.tools.bytecode.Code
 
LSTORE_3 - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
lstore_3() - Method in class com.techtrader.modules.tools.bytecode.Code
 
lstore() - Method in class com.techtrader.modules.tools.bytecode.Code
 
lstore() - Method in class com.techtrader.modules.tools.bytecode.WideInstruction
Set the type of instruction this wide instruction modifies.
LSUB - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
lsub() - Method in class com.techtrader.modules.tools.bytecode.Code
 
LUSHR - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
lushr() - Method in class com.techtrader.modules.tools.bytecode.Code
 
LXOR - Static variable in interface com.techtrader.modules.tools.bytecode.Constants
 
lxor() - Method in class com.techtrader.modules.tools.bytecode.Code
 

TechTrader Bytecode Toolkit
A B C D E F G H I J L M N O P R S T U V W X _