public class BlockNode extends ListNode
Constructor and Description |
---|
BlockNode(ISourcePosition position) |
Modifier and Type | Method and Description |
---|---|
Object |
accept(NodeVisitor iVisitor)
RubyMethod used by visitors.
|
NodeType |
getNodeType() |
IRubyObject |
interpret(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock) |
add, addAll, addAll, childNodes, get, getLast, prepend, size
assign, createList, createList, createList, createList, definition, getNodeName, getPosition, isNil, setPosition, toString
public BlockNode(ISourcePosition position)
public NodeType getNodeType()
getNodeType
in class ListNode
public Object accept(NodeVisitor iVisitor)
public IRubyObject interpret(Ruby runtime, ThreadContext context, IRubyObject self, Block aBlock)
Copyright © 2001-2015 JRuby. All Rights Reserved.