public class ArgsPushNode extends Node
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() |
IRubyObject |
interpret(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock) |
assign, createList, createList, createList, createList, definition, getNodeName, getPosition, isNil, setPosition, toString
public ArgsPushNode(ISourcePosition position, Node firstNode, Node secondNode)
public NodeType getNodeType()
getNodeType
in class Node
public Object accept(NodeVisitor visitor)
public Node getFirstNode()
public Node getSecondNode()
public List<Node> childNodes()
childNodes
in class Node
public IRubyObject interpret(Ruby runtime, ThreadContext context, IRubyObject self, Block aBlock)
Copyright © 2001-2014 JRuby. All Rights Reserved.