public class OperatorCallNode extends CallNode
containsVariableAssignment, newline| Constructor and Description |
|---|
OperatorCallNode(int line,
Node receiverNode,
RubySymbol name,
Node argsNode,
Node iterNode,
boolean isLazy) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(NodeVisitor<T> iVisitor)
Accept for the visitor pattern.
|
childNodes, getArgsNode, getIterNode, getName, getNodeType, getReceiverNode, isLazy, setArgsNode, setIterNode, toStringInternalcontainsVariableAssignment, createList, createList, createList, createList, executesOnce, findFirstChild, getFile, getLine, getNodeName, isNewline, isNil, needsDefinitionCheck, setLine, setNewline, toString, toString, toStringExtraInfo, unsetNewlinepublic OperatorCallNode(int line,
Node receiverNode,
RubySymbol name,
Node argsNode,
Node iterNode,
boolean isLazy)
public <T> T accept(NodeVisitor<T> iVisitor)
Copyright © 2001-2022 JRuby. All Rights Reserved.