Modules§
- basic
- The basic module provides basic read and write capabilities.
Structs§
- Method
Descriptor - Type
Descriptor - A
TypeDescriptor
is either a field descriptor, a single type (parameter or return type) of a method, or an element value of an annotation. In the JVM SpecificationFieldDescriptor
is used as a name. Maybe using that one would be better, but I am too lazy to refactor now.