org.jruby.ast
Class PostExeNode

java.lang.Object
  extended byorg.jruby.ast.Node
      extended byorg.jruby.ast.IterNode
          extended byorg.jruby.ast.PostExeNode
All Implemented Interfaces:
InstructionContext, ISourcePositionHolder, java.io.Serializable

public class PostExeNode
extends IterNode

Author:
jpetersen
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jruby.ast.Node
instruction, nodeId
 
Constructor Summary
PostExeNode(ISourcePosition position, Node body)
           
 
Method Summary
 Instruction accept(NodeVisitor iVisitor)
          Accept for the visitor pattern.
 
Methods inherited from class org.jruby.ast.IterNode
childNodes, getBodyNode, getScope, getVarNode
 
Methods inherited from class org.jruby.ast.Node
addComment, addComments, createList, createList, createList, createList, getComments, getNodeName, getPosition, getPositionIncludingComments, hasComments, setPosition, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PostExeNode

public PostExeNode(ISourcePosition position,
                   Node body)
Method Detail

accept

public Instruction accept(NodeVisitor iVisitor)
Accept for the visitor pattern.

Overrides:
accept in class IterNode
Parameters:
iVisitor - the visitor


Copyright © 2002-2007 JRuby Team. All Rights Reserved.