Package io.airlift.bytecode.debug
Class LocalVariableNode
- java.lang.Object
-
- io.airlift.bytecode.debug.LocalVariableNode
-
- All Implemented Interfaces:
BytecodeNode,DebugNode
public class LocalVariableNode extends Object implements DebugNode
-
-
Constructor Summary
Constructors Constructor Description LocalVariableNode(Variable variable, LabelNode start, LabelNode end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(BytecodeNode parent, BytecodeVisitor<T> visitor)voidaccept(org.objectweb.asm.MethodVisitor visitor, MethodGenerationContext generationContext)List<BytecodeNode>getChildNodes()StringtoString()
-
-
-
Method Detail
-
accept
public void accept(org.objectweb.asm.MethodVisitor visitor, MethodGenerationContext generationContext)- Specified by:
acceptin interfaceBytecodeNode
-
getChildNodes
public List<BytecodeNode> getChildNodes()
- Specified by:
getChildNodesin interfaceBytecodeNode
-
accept
public <T> T accept(BytecodeNode parent, BytecodeVisitor<T> visitor)
- Specified by:
acceptin interfaceBytecodeNode
-
-