public class PreExeNode extends IterNode
Constructor and Description |
---|
PreExeNode(ISourcePosition position,
StaticScope scope,
Node body) |
Modifier and Type | Method and Description |
---|---|
Object |
accept(NodeVisitor iVisitor)
Accept for the visitor pattern.
|
NodeType |
getNodeType() |
IRubyObject |
interpret(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock) |
childNodes, getArgumentType, getBlockBody, getBlockVarNode, getBodyNode, getScope, getVarNode
assign, createList, createList, createList, createList, definition, getNodeName, getPosition, isNil, setPosition, toString
public PreExeNode(ISourcePosition position, StaticScope scope, Node body)
public NodeType getNodeType()
getNodeType
in class IterNode
public Object accept(NodeVisitor iVisitor)
IterNode
public IRubyObject interpret(Ruby runtime, ThreadContext context, IRubyObject self, Block aBlock)
Copyright © 2001-2014 JRuby. All Rights Reserved.