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