org.jruby.ast
Class PostExeNode
java.lang.Object
org.jruby.ast.Node
org.jruby.ast.IterNode
org.jruby.ast.PostExeNode
- All Implemented Interfaces:
- ISourcePositionHolder
public class PostExeNode
- extends IterNode
Captures END statements (END {...})
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PostExeNode
public PostExeNode(ISourcePosition position,
Node body)
getNodeType
public NodeType getNodeType()
- Overrides:
getNodeType
in class IterNode
- Returns:
- the nodeId
accept
public java.lang.Object accept(NodeVisitor iVisitor)
- Accept for the visitor pattern.
- Overrides:
accept
in class IterNode
- Parameters:
iVisitor
- the visitor
interpret
public IRubyObject interpret(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock)
- Overrides:
interpret
in class IterNode
Copyright © 2002-2009 JRuby Team. All Rights Reserved.