A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
B
- BALOAD - enum entry in org.gjt.jclasslib.bytecode.Opcode
- BASTORE - enum entry in org.gjt.jclasslib.bytecode.Opcode
- BIPUSH - enum entry in org.gjt.jclasslib.bytecode.Opcode
- BOOL - enum entry in org.gjt.jclasslib.structures.elementvalues.ElementValueType
- BOOLEAN - enum entry in org.gjt.jclasslib.bytecode.NewArrayType
- BootstrapMethodsAttribute - class in org.gjt.jclasslib.structures.attributes
- Describes a BootstrapMethods attribute structure.
- BootstrapMethodsAttribute.Companion - class in org.gjt.jclasslib.structures.attributes.BootstrapMethodsAttribute
- BootstrapMethodsEntry - class in org.gjt.jclasslib.structures.attributes
- Describes an entry in a BootstrapMethods attribute structure.
- BOUND_GENERIC_PARAMETER_CLASS - enum entry in org.gjt.jclasslib.structures.attributes.TypeAnnotationTargetType
- BOUND_GENERIC_PARAMETER_METHOD - enum entry in org.gjt.jclasslib.structures.attributes.TypeAnnotationTargetType
- BranchInstruction - class in org.gjt.jclasslib.bytecode
- Describes an instruction that branches to a different offset.
- BREAKPOINT - enum entry in org.gjt.jclasslib.bytecode.Opcode
- BRIDGE - enum entry in org.gjt.jclasslib.structures.AccessFlag
- BYTE - enum entry in org.gjt.jclasslib.bytecode.NewArrayType
- BYTE - enum entry in org.gjt.jclasslib.structures.elementvalues.ElementValueType
- ByteCodeInput - class in org.gjt.jclasslib.io
- Extends DataInput to accommodate for a method to retrieve the number of bytes read.
- ByteCodeInputStream - class in org.gjt.jclasslib.io
- DataInputStream which extends ByteCodeInput.
- ByteCodeOutput - class in org.gjt.jclasslib.io
- Extends DataOutput to accommodate for a method to retrieve the number of bytes written.
- ByteCodeOutputStream - class in org.gjt.jclasslib.io
- DataOutputStream which extends ByteCodeOutput.
- ByteCodeReader - class in org.gjt.jclasslib.io
- Converts code to a list of instructions as defined in the package org.gjt.jclasslib.code.
- ByteCodeWriter - class in org.gjt.jclasslib.io
- Converts a list of instructions as defined in the package org.gjt.jclasslib.code to code.