Expand description
The basic module provides basic read and write capabilities.
Structs§
- Access
Flags - The access flags of a part of the class
- Annotation
- Bootstrap
Method - Class
- A java class file.
- Exception
- Export
- Field
- A field.
- Inner
Class - Line
Number - Local
Variable - An entry of the
LocalVariableTable
- Local
Variable Target - Local
Variable Type - An entry of the
LocalVariableTypeTable
- Method
- A method.
- Method
Parameter - Opening
- Pool
- The constant pool found in every java class file.
It is used to have fast lookup for entries and small files.
Removing or modifying items is not allowed
to respect already ‘used’ indices
or to prevent rehashing of the underlying
HashMap
. - Pool
Iter - Iterates over all the elements in the constant pool It basically is a filter with a different name
- Provider
- Requirement
- Type
Annotation - Type
Path Element
Enums§
- Array
Type - Attribute
- An Attribute.
- Element
Value - Error
- Instruction
- Item
- A constant pool item
- Reference
Kind - Stack
MapFrame - Target
Type - Type
Path Kind - Verification
Type
Constants§
- MAGIC
- The first 4 bytes of every java class file