Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
420
pub struct LineNumberTable {
421
pub start_pc: u16,
422
pub line_number: u16
423
}
424
425
#[derive(Debug)]
426
pub struct LocalVariableTable {
Callers
1
parse_attribute
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected