- l2d() - Method in class org.jboss.classfilewriter.code.CodeAttribute
-
- L2D - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- l2f() - Method in class org.jboss.classfilewriter.code.CodeAttribute
-
- L2F - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- l2i() - Method in class org.jboss.classfilewriter.code.CodeAttribute
-
- L2I - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- ladd() - Method in class org.jboss.classfilewriter.code.CodeAttribute
-
- LADD - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- laload() - Method in class org.jboss.classfilewriter.code.CodeAttribute
-
- LALOAD - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- land() - Method in class org.jboss.classfilewriter.code.CodeAttribute
-
- LAND - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- lastore() - Method in class org.jboss.classfilewriter.code.CodeAttribute
-
- LASTORE - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- LazySize - Interface in org.jboss.classfilewriter.util
-
Represents a place holder for a size value in a byte array that can be written to later.
- lcmp() - Method in class org.jboss.classfilewriter.code.CodeAttribute
-
- LCMP - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- lconst(long) - Method in class org.jboss.classfilewriter.code.CodeAttribute
-
Adds the appropriate lconst instruction.
- LCONST_0 - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- LCONST_1 - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- ldc(int) - Method in class org.jboss.classfilewriter.code.CodeAttribute
-
Adds an ldc instruction for an int.
- ldc(float) - Method in class org.jboss.classfilewriter.code.CodeAttribute
-
Adds an ldc instruction for float
- ldc(String) - Method in class org.jboss.classfilewriter.code.CodeAttribute
-
Adds an ldc instruction for a String
To load a class literal using ldc use the @{link #loadType(String)} method.
- LDC - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- ldc2(double) - Method in class org.jboss.classfilewriter.code.CodeAttribute
-
Adds an ldc2_w instruction for double
- ldc2(long) - Method in class org.jboss.classfilewriter.code.CodeAttribute
-
Adds an ldc2_w instruction for long
- LDC2_W - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- LDC_W - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- ldiv() - Method in class org.jboss.classfilewriter.code.CodeAttribute
-
- LDIV - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- lload(int) - Method in class org.jboss.classfilewriter.code.CodeAttribute
-
- LLOAD - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- LLOAD_0 - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- LLOAD_1 - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- LLOAD_2 - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- LLOAD_3 - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- lmul() - Method in class org.jboss.classfilewriter.code.CodeAttribute
-
- LMUL - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- lneg() - Method in class org.jboss.classfilewriter.code.CodeAttribute
-
- LNEG - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- load(Class<?>, int) - Method in class org.jboss.classfilewriter.code.CodeAttribute
-
Generates the apprpriate load instruction for the given type
- load(String, int) - Method in class org.jboss.classfilewriter.code.CodeAttribute
-
Generates the apprpriate load instruction for the given type
- loadClass(String) - Method in class org.jboss.classfilewriter.code.CodeAttribute
-
- loadMethodParameters() - Method in class org.jboss.classfilewriter.code.CodeAttribute
-
loads all parameters onto the stack.
- loadType(String) - Method in class org.jboss.classfilewriter.code.CodeAttribute
-
Loads a java.lang.Class for the given descriptor into the stack.
- LocalVariableState - Class in org.jboss.classfilewriter.code
-
In immutable local variable state
- LocalVariableState(ClassMethod) - Constructor for class org.jboss.classfilewriter.code.LocalVariableState
-
construct the initial local variable state for a method
- LocalVariableState(ConstPool, String...) - Constructor for class org.jboss.classfilewriter.code.LocalVariableState
-
- LongAnnotationValue - Class in org.jboss.classfilewriter.annotations
-
A long annotation value
- LongAnnotationValue(ConstPool, String, long) - Constructor for class org.jboss.classfilewriter.annotations.LongAnnotationValue
-
- LongEntry - Class in org.jboss.classfilewriter.constpool
-
- LongEntry(long) - Constructor for class org.jboss.classfilewriter.constpool.LongEntry
-
- lookupswitch(LookupSwitchBuilder) - Method in class org.jboss.classfilewriter.code.CodeAttribute
-
Adds a lookup switch statement
- LOOKUPSWITCH - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- LookupSwitchBuilder - Class in org.jboss.classfilewriter.code
-
builder class used to build a lookupswitch statement.
- LookupSwitchBuilder() - Constructor for class org.jboss.classfilewriter.code.LookupSwitchBuilder
-
Builds a lookup switch statement with no specified default location.
- LookupSwitchBuilder(CodeLocation) - Constructor for class org.jboss.classfilewriter.code.LookupSwitchBuilder
-
Builds a lookup switch statement, specifying the default location
- LookupSwitchBuilder.ValuePair - Class in org.jboss.classfilewriter.code
-
- LookupSwitchBuilder.ValuePair(int, AtomicReference<BranchEnd>) - Constructor for class org.jboss.classfilewriter.code.LookupSwitchBuilder.ValuePair
-
- LookupSwitchBuilder.ValuePair(int, CodeLocation) - Constructor for class org.jboss.classfilewriter.code.LookupSwitchBuilder.ValuePair
-
- lor() - Method in class org.jboss.classfilewriter.code.CodeAttribute
-
- LOR - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- lrem() - Method in class org.jboss.classfilewriter.code.CodeAttribute
-
- LREM - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- LRETURN - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- lshl() - Method in class org.jboss.classfilewriter.code.CodeAttribute
-
- LSHL - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- lshr() - Method in class org.jboss.classfilewriter.code.CodeAttribute
-
- LSHR - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- lstore(int) - Method in class org.jboss.classfilewriter.code.CodeAttribute
-
- LSTORE - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- LSTORE_0 - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- LSTORE_1 - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- LSTORE_2 - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- LSTORE_3 - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- lsub() - Method in class org.jboss.classfilewriter.code.CodeAttribute
-
- LSUB - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- lushr() - Method in class org.jboss.classfilewriter.code.CodeAttribute
-
- LUSHR - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- lxor() - Method in class org.jboss.classfilewriter.code.CodeAttribute
-
- LXOR - Static variable in interface org.jboss.classfilewriter.code.Opcode
-
- validateDescriptor(String) - Static method in class org.jboss.classfilewriter.util.DescriptorUtils
-
performs basic validation on a descriptor
- valueOf(String) - Static method in enum org.jboss.classfilewriter.annotations.AnnotationsAttribute.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.classfilewriter.annotations.ParameterAnnotationsAttribute.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.classfilewriter.code.StackEntryType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.classfilewriter.code.StackFrameType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.classfilewriter.constpool.ConstPoolEntryType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.jboss.classfilewriter.annotations.AnnotationsAttribute.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.classfilewriter.annotations.ParameterAnnotationsAttribute.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.classfilewriter.code.StackEntryType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.classfilewriter.code.StackFrameType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.classfilewriter.constpool.ConstPoolEntryType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VARARGS - Static variable in class org.jboss.classfilewriter.AccessFlag
-
- VOLATILE - Static variable in class org.jboss.classfilewriter.AccessFlag
-