public class BlockArg18Node extends Node
Constructor and Description |
---|
BlockArg18Node(ISourcePosition position,
Node blockArgAssignee,
Node normalBlockArgs) |
Modifier and Type | Method and Description |
---|---|
Object |
accept(NodeVisitor visitor) |
List<Node> |
childNodes() |
Node |
getArgs() |
Node |
getBlockArg() |
NodeType |
getNodeType() |
assign, createList, definition, getNodeName, getPosition, interpret, setPosition, toString
public BlockArg18Node(ISourcePosition position, Node blockArgAssignee, Node normalBlockArgs)
public Node getArgs()
public Node getBlockArg()
public Object accept(NodeVisitor visitor)
public List<Node> childNodes()
childNodes
in class Node
public NodeType getNodeType()
getNodeType
in class Node
Copyright © 2001-2013 JRuby. All Rights Reserved.