Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/airlift/bytecode
/ DebugNode
Interface
DebugNode
src/main/java/io/airlift/bytecode/debug/DebugNode.java:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
import
io.airlift.bytecode.BytecodeNode;
17
18
public
interface
DebugNode
19
extends BytecodeNode
20
{
21
}
Callers
nothing calls this directly
Implementers
2
LineNumberNode
src/main/java/io/airlift/bytecode/debu
LocalVariableNode
src/main/java/io/airlift/bytecode/debu
Calls
no outgoing calls
Tested by
no test coverage detected