A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
A
- AALOAD - enum entry in org.gjt.jclasslib.bytecode.Opcode
- AASTORE - enum entry in org.gjt.jclasslib.bytecode.Opcode
- ABSTRACT - enum entry in org.gjt.jclasslib.structures.AccessFlag
- AbstractBranchInstruction - class in org.gjt.jclasslib.bytecode
- Base class for instructions with a branch offset.
- AbstractConstant - class in org.gjt.jclasslib.structures
- Base class for all stateful constant pool entries in the constants package.
- AccessFlag - class in org.gjt.jclasslib.structures
- Defines access flags constants and verbose expressions as defined by the java access modifiers.
- AccessFlag.Companion - class in org.gjt.jclasslib.structures.AccessFlag
- ACONST_NULL - enum entry in org.gjt.jclasslib.bytecode.Opcode
- addConstantClassInfo(ClassFile,String) - function in org.gjt.jclasslib.structures.ConstantPoolUtil
- Add a ConstantClassInfo constant pool entry to the constant pool of a ClassFile.
- addConstantFieldrefInfo(ClassFile,String,String,String) - function in org.gjt.jclasslib.structures.ConstantPoolUtil
- Add a ConstantFieldrefInfo constant pool entry to the constant pool of a ClassFile.
- addConstantMethodrefInfo(ClassFile,String,String,String) - function in org.gjt.jclasslib.structures.ConstantPoolUtil
- Add a ConstantMethodrefInfo constant pool entry to the constant pool of a ClassFile.
- addConstantNameAndTypeInfo(ClassFile,String,String) - function in org.gjt.jclasslib.structures.ConstantPoolUtil
- Add a ConstantNameAndTypeInfo constant pool entry to the constant pool of a ClassFile.
- addConstantPackageInfo(ClassFile,String) - function in org.gjt.jclasslib.structures.ConstantPoolUtil
- Add a ConstantPackageInfo constant pool entry to the constant pool of a ClassFile.
- addConstantPoolEntry(ClassFile,Constant) - function in org.gjt.jclasslib.structures.ConstantPoolUtil
- Add a constant pool entry to the constant pool of a ClassFile.
- addConstantUTF8Info(ClassFile,String) - function in org.gjt.jclasslib.structures.ConstantPoolUtil
- Add a ConstantUTF8Info constant pool entry to the constant pool of a ClassFile.
- addSuppressed(Throwable) - function in kotlin.Throwable
- ALOAD - enum entry in org.gjt.jclasslib.bytecode.Opcode
- ALOAD_0 - enum entry in org.gjt.jclasslib.bytecode.Opcode
- ALOAD_1 - enum entry in org.gjt.jclasslib.bytecode.Opcode
- ALOAD_2 - enum entry in org.gjt.jclasslib.bytecode.Opcode
- ALOAD_3 - enum entry in org.gjt.jclasslib.bytecode.Opcode
- ANEWARRAY - enum entry in org.gjt.jclasslib.bytecode.Opcode
- ANNOTATION - enum entry in org.gjt.jclasslib.structures.AccessFlag
- Annotation - class in org.gjt.jclasslib.structures
- Describes an Annotation attribute structure.
- ANNOTATION - enum entry in org.gjt.jclasslib.structures.elementvalues.ElementValueType
- AnnotationData - class in org.gjt.jclasslib.structures
- Base class for annotation content.
- AnnotationDefaultAttribute - class in org.gjt.jclasslib.structures.attributes
- Describes an AnnotationDefault attribute structure.
- AnnotationDefaultAttribute.Companion - class in org.gjt.jclasslib.structures.attributes.AnnotationDefaultAttribute
- AnnotationElementValue - class in org.gjt.jclasslib.structures.elementvalues
- Describes an Annotation attribute structure.
- AnnotationHolder - class in org.gjt.jclasslib.structures.attributes
- Interface for attributes that contain annotations.
- APPEND - enum entry in org.gjt.jclasslib.structures.attributes.StackFrameType
- appendTo(TypeAliased(typeAlias=GenericTypeConstructor(dri=kotlin.text/StringBuilder///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=GenericTypeConstructor(dri=java.lang/StringBuilder///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), extra=PropertyContainer(map={}))) - function in org.gjt.jclasslib.structures.attributes.ObjectVerificationTypeInfoEntry
- Append the verbose representation to a string builder.
- appendTo(TypeAliased(typeAlias=GenericTypeConstructor(dri=kotlin.text/StringBuilder///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=GenericTypeConstructor(dri=java.lang/StringBuilder///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), extra=PropertyContainer(map={}))) - function in org.gjt.jclasslib.structures.attributes.UninitializedVerificationTypeInfoEntry
- Append the verbose representation to a string builder.
- appendTo(TypeAliased(typeAlias=GenericTypeConstructor(dri=kotlin.text/StringBuilder///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=GenericTypeConstructor(dri=java.lang/StringBuilder///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), extra=PropertyContainer(map={}))) - function in org.gjt.jclasslib.structures.attributes.VerificationTypeInfoEntry
- Append the verbose representation to a string builder.
- ARETURN - enum entry in org.gjt.jclasslib.bytecode.Opcode
- ARRAY - enum entry in org.gjt.jclasslib.structures.elementvalues.ElementValueType
- ArrayElementValue - class in org.gjt.jclasslib.structures.elementvalues
- Describes an ArrayElementValue attribute structure.
- ARRAYLENGTH - enum entry in org.gjt.jclasslib.bytecode.Opcode
- ASTORE - enum entry in org.gjt.jclasslib.bytecode.Opcode
- ASTORE_0 - enum entry in org.gjt.jclasslib.bytecode.Opcode
- ASTORE_1 - enum entry in org.gjt.jclasslib.bytecode.Opcode
- ASTORE_2 - enum entry in org.gjt.jclasslib.bytecode.Opcode
- ASTORE_3 - enum entry in org.gjt.jclasslib.bytecode.Opcode
- ATHROW - enum entry in org.gjt.jclasslib.bytecode.Opcode
- AttributeContainer - class in org.gjt.jclasslib.structures
- Implemented by structures that have attributes.
- AttributeInfo - class in org.gjt.jclasslib.structures
- Base class for all attribute structures in the attribute package.
- available() - function in java.io.FilterInputStream