org.jrubyparser.ast
Class PostExeNode
java.lang.Object
org.jrubyparser.ast.Node
org.jrubyparser.ast.IterNode
org.jrubyparser.ast.PostExeNode
- All Implemented Interfaces:
- IBlockScope, IParameterScope, IScope, ISourcePositionHolder
public class PostExeNode
- extends IterNode
Captures END statements (END {...})
| Methods inherited from class org.jrubyparser.ast.Node |
adopt, adopt, adoptUsingNodesPosition, childNodes, comparePositionWith, createList, getClosestIScope, getClosestModule, getGrandParent, getInlineComment, getInnermostIter, getMethodFor, getNodeAt, getNodeName, getOutermostIter, getParent, getPosition, getPositionIncludingComments, getPreviousComments, insertAfter, insertAll, insertBefore, insertNode, isBlockParameter, isDescendentOf, isLeaf, isMethodParameter, setParent, setPosition, toString |
PostExeNode
public PostExeNode(SourcePosition position,
Node body)
getNodeType
public NodeType getNodeType()
- Overrides:
getNodeType in class IterNode
- Returns:
- the nodeId
accept
public Object accept(NodeVisitor iVisitor)
- Accept for the visitor pattern.
- Overrides:
accept in class IterNode
- Parameters:
iVisitor - the visitor
Copyright © 2013. All Rights Reserved.