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, sizeassign, createList, definition, getNodeName, getPosition, setPosition, toStringpublic BlockNode(ISourcePosition position)
public NodeType getNodeType()
getNodeType in class ListNodepublic Object accept(NodeVisitor iVisitor)
public IRubyObject interpret(Ruby runtime, ThreadContext context, IRubyObject self, Block aBlock)
Copyright © 2001-2013 JRuby. All Rights Reserved.