public class PreExe19Node extends PreExeNode
| Constructor and Description |
|---|
PreExe19Node(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, getVarNodeassign, createList, createList, createList, createList, definition, getNodeName, getPosition, isNil, setPosition, toStringpublic PreExe19Node(ISourcePosition position, StaticScope scope, Node body)
public NodeType getNodeType()
getNodeType in class PreExeNodepublic Object accept(NodeVisitor iVisitor)
IterNodeaccept in class PreExeNodeiVisitor - the visitorpublic IRubyObject interpret(Ruby runtime, ThreadContext context, IRubyObject self, Block aBlock)
interpret in class PreExeNodeCopyright © 2001-2014 JRuby. All Rights Reserved.