A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
C
- CALOAD - enum entry in org.gjt.jclasslib.bytecode.Opcode
- CAST - enum entry in org.gjt.jclasslib.structures.attributes.TypeAnnotationTargetType
- CASTORE - enum entry in org.gjt.jclasslib.bytecode.Opcode
- CATCH - enum entry in org.gjt.jclasslib.structures.attributes.TypeAnnotationTargetType
- CHAR - enum entry in org.gjt.jclasslib.bytecode.NewArrayType
- CHAR - enum entry in org.gjt.jclasslib.structures.elementvalues.ElementValueType
- CHECKCAST - enum entry in org.gjt.jclasslib.bytecode.Opcode
- CHOP - enum entry in org.gjt.jclasslib.structures.attributes.StackFrameType
- CLASS - enum entry in org.gjt.jclasslib.structures.ConstantType
- CLASS - enum entry in org.gjt.jclasslib.structures.elementvalues.ElementValueType
- ClassElementValue - class in org.gjt.jclasslib.structures.elementvalues
- Describes a ClassElementValue attribute structure.
- ClassFile - class in org.gjt.jclasslib.structures
- The class file structure in which all other structures are hooked up.
- ClassFile.Companion - class in org.gjt.jclasslib.structures.ClassFile
- ClassFileEnum - class in org.gjt.jclasslib.structures
- Implemented by enums that have an identifying bytecode tag.
- ClassFileFlag - class in org.gjt.jclasslib.structures
- Implemented by enums that represent a bit field flag.
- ClassFileReader - class in org.gjt.jclasslib.io
- Converts class files to a class file structure ClassFile as defined in org.gjt.jclasslib.structures.
- ClassFileWriter - class in org.gjt.jclasslib.io
- Converts class file structure ClassFile as defined in org.gjt.jclasslib.structures to class files.
- ClassMember - class in org.gjt.jclasslib.structures
- Base class for class members.
- close() - function in java.io.FilterInputStream
- close() - function in java.io.FilterOutputStream
- CodeAttribute - class in org.gjt.jclasslib.structures.attributes
- Describes a Code attribute structure.
- CodeAttribute.Companion - class in org.gjt.jclasslib.structures.attributes.CodeAttribute
- composeFrom(Iterable) - function in org.gjt.jclasslib.structures.AccessFlag.Companion
- composeFrom(Iterable) - function in org.gjt.jclasslib.structures.FlagLookup
- composeFrom(Iterable) - function in org.gjt.jclasslib.structures.ModuleResolutionType.Companion
- Constant - class in org.gjt.jclasslib.structures
- Base class for all constant pool entries in the constants package.
- ConstantClassInfo - class in org.gjt.jclasslib.structures.constants
- Describes a CONSTANT_Class_info constant pool data structure.
- ConstantDoubleInfo - class in org.gjt.jclasslib.structures.constants
- Describes a CONSTANT_Double_info constant pool data structure.
- ConstantDynamic - class in org.gjt.jclasslib.structures.constants
- Base class for constants that reference a bootstrap method.
- ConstantDynamicInfo - class in org.gjt.jclasslib.structures.constants
- Describes a CONSTANT_Dynamic_info constant pool data structure.
- ConstantFieldrefInfo - class in org.gjt.jclasslib.structures.constants
- Describes a CONSTANT_Fieldref_info constant pool data structure.
- ConstantFloatInfo - class in org.gjt.jclasslib.structures.constants
- Describes a CONSTANT_Float_info constant pool data structure.
- ConstantIntegerInfo - class in org.gjt.jclasslib.structures.constants
- Describes a CONSTANT_Integer_info constant pool data structure.
- ConstantInterfaceMethodrefInfo - class in org.gjt.jclasslib.structures.constants
- Describes a CONSTANT_InterfaceMethodref_info constant pool data structure.
- ConstantInvokeDynamicInfo - class in org.gjt.jclasslib.structures.constants
- Describes a CONSTANT_InvokeDynamic_info constant pool data structure.
- ConstantLargeNumeric - class in org.gjt.jclasslib.structures.constants
- Base class for large numeric constant pool data structures.
- ConstantLongInfo - class in org.gjt.jclasslib.structures.constants
- Describes a CONSTANT_Long_info constant pool data structure.
- ConstantMethodHandleInfo - class in org.gjt.jclasslib.structures.constants
- Describes a CONSTANT_MethodHandle_info constant pool data structure.
- ConstantMethodrefInfo - class in org.gjt.jclasslib.structures.constants
- Describes a CONSTANT_Methodref_info constant pool data structure.
- ConstantMethodTypeInfo - class in org.gjt.jclasslib.structures.constants
- Describes a CONSTANT_MethodType_info constant pool data structure.
- ConstantModuleInfo - class in org.gjt.jclasslib.structures.constants
- Describes a CONSTANT_Module_info constant pool data structure.
- ConstantNameAndTypeInfo - class in org.gjt.jclasslib.structures.constants
- Describes a CONSTANT_NameAndType_info constant pool data structure.
- ConstantNameInfo - class in org.gjt.jclasslib.structures.constants
- Base class for constant pool data structures that reference a name.
- ConstantNumeric - class in org.gjt.jclasslib.structures.constants
- Base class for numeric constant pool data structures.
- ConstantPackageInfo - class in org.gjt.jclasslib.structures.constants
- Describes a CONSTANT_Package_info constant pool data structure.
- ConstantPlaceholder - class in org.gjt.jclasslib.structures.constants
- Constant pool entry for unused indices in the constant pool, such as after ConstantLongInfo or ConstantDoubleInfo entries.
- ConstantPoolUtil - class in org.gjt.jclasslib.structures
- Utility methods for working on the constant pool of a ClassFile object.
- ConstantReference - class in org.gjt.jclasslib.structures.constants
- Base class for constant pool data structures which reference class members.
- ConstantStringInfo - class in org.gjt.jclasslib.structures.constants
- Describes a CONSTANT_String_info constant pool data structure.
- ConstantType - class in org.gjt.jclasslib.structures
- Describes all different constant types in the constant pool of a class file.
- ConstantType.Companion - class in org.gjt.jclasslib.structures.ConstantType
- ConstantUtf8Info - class in org.gjt.jclasslib.structures.constants
- Describes a CONSTANT_Utf8_info constant pool data structure.
- ConstantValueAttribute - class in org.gjt.jclasslib.structures.attributes
- Describes a ConstantValue attribute structure.
- ConstantValueAttribute.Companion - class in org.gjt.jclasslib.structures.attributes.ConstantValueAttribute
- ConstElementValue - class in org.gjt.jclasslib.structures.elementvalues
- Describes a ConstElementValue attribute structure.
- CountedDataInputStream - class in org.gjt.jclasslib.io
- CountedDataOutputStream - class in org.gjt.jclasslib.io
- CountedInputStream - class in org.gjt.jclasslib.io
- InputStream which counts the number of bytes read.
- CountedOutputStream - class in org.gjt.jclasslib.io
- OutputStream which counts the number of bytes written.
- create(DataInput) - function in org.gjt.jclasslib.structures.elementvalues.ElementValue.Companion
- Factory for creating ElementValue structures.
- createEntry(ClassFile) - function in org.gjt.jclasslib.structures.attributes.VerificationType
- Create an associated VerificationTypeInfoEntry instance.
- createEntry() - function in org.gjt.jclasslib.structures.elementvalues.ElementValueType
- createInstruction(Opcode,Boolean) - function in org.gjt.jclasslib.io.ByteCodeReader
- Create an instruction for the specified opcode
- createInstruction(Opcode) - function in org.gjt.jclasslib.io.ByteCodeReader
- Create an instruction for the specified opcode
- createTargetInfo() - function in org.gjt.jclasslib.structures.attributes.TypeAnnotationTargetType
- Create an associated TargetInfo instance.