pub fn inspect_classfile(
codec: CodecId,
bytes: Vec<u8>,
bound: usize,
) -> Result<Expr>Expand description
Decode retained classfile bytes into bounded Table/Dir-compatible data.
Every instruction row carries both its method-local code-offset and its
absolute byte-offset, allowing a browse result to navigate back to the
retained byte string without consulting a JVM.