public class ReadLocalDummyNode extends Node
Constructor and Description |
---|
ReadLocalDummyNode(ISourcePosition sourcePosition,
com.oracle.truffle.api.source.SourceSection sourceSection,
com.oracle.truffle.api.frame.FrameSlot frameSlot) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(NodeVisitor<T> visitor) |
List<Node> |
childNodes() |
com.oracle.truffle.api.frame.FrameSlot |
getFrameSlot() |
NodeType |
getNodeType() |
com.oracle.truffle.api.source.SourceSection |
getSourceSection() |
createList, createList, createList, createList, findFirstChild, getNodeName, getPosition, isNil, needsDefinitionCheck, setPosition, toString, toString
public ReadLocalDummyNode(ISourcePosition sourcePosition, com.oracle.truffle.api.source.SourceSection sourceSection, com.oracle.truffle.api.frame.FrameSlot frameSlot)
public <T> T accept(NodeVisitor<T> visitor)
public List<Node> childNodes()
childNodes
in class Node
public NodeType getNodeType()
getNodeType
in class Node
public com.oracle.truffle.api.source.SourceSection getSourceSection()
public com.oracle.truffle.api.frame.FrameSlot getFrameSlot()
Copyright © 2001-2015 JRuby. All Rights Reserved.