public class BlockPassNode extends Node
containsVariableAssignment
Constructor and Description |
---|
BlockPassNode(ISourcePosition position,
Node bodyNode) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(NodeVisitor<T> iVisitor)
Accept for the visitor pattern.
|
List<Node> |
childNodes() |
Node |
getArgsNode()
Gets the argsNode.
|
Node |
getBodyNode()
Gets the bodyNode.
|
NodeType |
getNodeType() |
void |
setArgsNode(Node argsNode)
Sets the argsNode.
|
containsVariableAssignment, createList, createList, createList, createList, findFirstChild, getNodeName, getPosition, isNil, needsDefinitionCheck, setPosition, toString, toString
public BlockPassNode(ISourcePosition position, Node bodyNode)
public NodeType getNodeType()
getNodeType
in class Node
public <T> T accept(NodeVisitor<T> iVisitor)
public Node getBodyNode()
public Node getArgsNode()
public void setArgsNode(Node argsNode)
argsNode
- The argsNode to setpublic List<Node> childNodes()
childNodes
in class Node
Copyright © 2001-2015 JRuby. All Rights Reserved.