Skip to main content

Module stub

Module stub 

Source
Expand description

Stub data model for parsed bytecode.

Defines the intermediate representation produced by bytecode parsing: ClassStub, MethodStub, FieldStub, AnnotationStub, and associated types. These stubs are cached per-JAR and merged into the ClasspathIndex.

Modulesยง

cache
Per-JAR stub cache keyed by SHA-256 hash of the JAR file.
index
Merged classpath index for fast FQN lookup.
model
Stub data model types for parsed JVM bytecode.