public class ArgsPushNode extends Node
containsVariableAssignment, newline| Constructor and Description |
|---|
ArgsPushNode(ISourcePosition position,
Node firstNode,
Node secondNode) |
| Modifier and Type | Method and Description |
|---|---|
Object |
accept(NodeVisitor visitor) |
List<Node> |
childNodes() |
Node |
getFirstNode() |
NodeType |
getNodeType() |
Node |
getSecondNode() |
containsVariableAssignment, createList, createList, createList, createList, findFirstChild, getLine, getNodeName, getPosition, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toStringpublic ArgsPushNode(ISourcePosition position, Node firstNode, Node secondNode)
public NodeType getNodeType()
getNodeType in class Nodepublic Object accept(NodeVisitor visitor)
public Node getFirstNode()
public Node getSecondNode()
public List<Node> childNodes()
childNodes in class NodeCopyright © 2001-2016 JRuby. All Rights Reserved.