Package org.jruby.ast
Class YieldNode
java.lang.Object
org.jruby.ast.Node
org.jruby.ast.YieldNode
Represents a yield statement.
-
Field Summary
Fields inherited from class org.jruby.ast.Node
containsVariableAssignment, newline
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> T
accept
(NodeVisitor<T> iVisitor) Accept for the visitor pattern.Gets the argsNode.Methods 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
-
YieldNode
Construct a new YieldNode.- Parameters:
line
- position of the node in the sourceargsNode
- the arguments to the yield (null == no args)
-
-
Method Details
-
getNodeType
- Specified by:
getNodeType
in classNode
- Returns:
- the nodeId
-
accept
Accept for the visitor pattern. -
getArgsNode
Gets the argsNode.- Returns:
- Returns a Node
-
childNodes
- Specified by:
childNodes
in classNode
-