public class BlockNode extends ListNode
Constructor and Description |
---|
BlockNode(ISourcePosition position) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(NodeVisitor<T> iVisitor)
RubyMethod used by visitors.
|
NodeType |
getNodeType() |
add, addAll, addAll, childNodes, get, getLast, isEmpty, prepend, size
createList, createList, createList, createList, findFirstChild, getNodeName, getPosition, isNil, needsDefinitionCheck, setPosition, toString, toString
public BlockNode(ISourcePosition position)
public NodeType getNodeType()
getNodeType
in class ListNode
public <T> T accept(NodeVisitor<T> iVisitor)
Copyright © 2001-2015 JRuby. All Rights Reserved.