MCPcopy Create free account
hub / github.com/cretz/stackparam / LineNumberTable

Class LineNumberTable

src/bytecode/classfile.rs:420–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418
419#[derive(Debug)]
420pub struct LineNumberTable {
421 pub start_pc: u16,
422 pub line_number: u16
423}
424
425#[derive(Debug)]
426pub struct LocalVariableTable {

Callers 1

parse_attributeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected