MCPcopy 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

16import io.airlift.bytecode.BytecodeNode;
17
18public interface DebugNode
19 extends BytecodeNode
20{
21}

Callers

nothing calls this directly

Implementers 2

LineNumberNodesrc/main/java/io/airlift/bytecode/debu
LocalVariableNodesrc/main/java/io/airlift/bytecode/debu

Calls

no outgoing calls

Tested by

no test coverage detected