Package org.jruby.ast
Class PostExeNode
java.lang.Object
org.jruby.ast.Node
org.jruby.ast.IterNode
org.jruby.ast.PostExeNode
- All Implemented Interfaces:
DefNode
Captures END statements (END {...})
-
Field Summary
Fields inherited from class org.jruby.ast.Node
containsVariableAssignment, newline -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(NodeVisitor<T> iVisitor) Accept for the visitor pattern.Methods inherited from class org.jruby.ast.IterNode
childNodes, getArgsNode, getBodyNode, getEndLine, getScope, getVarNodeMethods inherited from class org.jruby.ast.Node
containsVariableAssignment, createList, createList, createList, createList, executesOnce, getFile, getLine, getNodeName, isNewline, isNil, needsDefinitionCheck, setLine, setNewline, toString, toString, toStringExtraInfo, toStringInternal, unsetNewline
-
Constructor Details
-
PostExeNode
-
-
Method Details
-
getNodeType
- Overrides:
getNodeTypein classIterNode- Returns:
- the nodeId
-
accept
Accept for the visitor pattern.
-