Package io.airlift.bytecode.debug
Class LocalVariableNode
java.lang.Object
io.airlift.bytecode.debug.LocalVariableNode
- All Implemented Interfaces:
BytecodeNode,DebugNode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(BytecodeNode parent, BytecodeVisitor<T> visitor) voidaccept(org.objectweb.asm.MethodVisitor visitor, MethodGenerationContext generationContext) toString()
-
Constructor Details
-
LocalVariableNode
-
-
Method Details
-
accept
public void accept(org.objectweb.asm.MethodVisitor visitor, MethodGenerationContext generationContext) - Specified by:
acceptin interfaceBytecodeNode
-
toString
-
getChildNodes
- Specified by:
getChildNodesin interfaceBytecodeNode
-
accept
- Specified by:
acceptin interfaceBytecodeNode
-