public class BlockArg18Node extends Node
| Modifier and Type | Field and Description |
|---|---|
private Node |
blockArgAssignee |
private Node |
normalBlockArgs |
EMPTY_LIST| Constructor and Description |
|---|
BlockArg18Node(ISourcePosition position,
Node blockArgAssignee,
Node normalBlockArgs) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
accept(NodeVisitor visitor) |
java.util.List<Node> |
childNodes() |
Node |
getArgs() |
Node |
getBlockArg() |
NodeType |
getNodeType() |
assign, createList, createList, createList, createList, definition, getNodeName, getPosition, interpret, isNil, setPosition, toStringprivate Node normalBlockArgs
private Node blockArgAssignee
public BlockArg18Node(ISourcePosition position, Node blockArgAssignee, Node normalBlockArgs)
public Node getArgs()
public Node getBlockArg()
public java.lang.Object accept(NodeVisitor visitor)
public java.util.List<Node> childNodes()
childNodes in class Nodepublic NodeType getNodeType()
getNodeType in class Node