Package org.jruby.ast.visitor
Class OperatorCallNode
java.lang.Object
org.jruby.ast.Node
org.jruby.ast.CallNode
org.jruby.ast.visitor.OperatorCallNode
- All Implemented Interfaces:
BlockAcceptingNode
,CanRaise
,IArgumentNode
,INameNode
-
Field Summary
Fields inherited from class org.jruby.ast.Node
containsVariableAssignment, newline
-
Constructor Summary
ConstructorsConstructorDescriptionOperatorCallNode
(int line, Node receiverNode, RubySymbol name, Node argsNode, Node iterNode, boolean isLazy) -
Method Summary
Modifier and TypeMethodDescription<T> T
accept
(NodeVisitor<T> iVisitor) Accept for the visitor pattern.Methods inherited from class org.jruby.ast.CallNode
childNodes, getArgsNode, getIterNode, getName, getNodeType, getReceiverNode, isLazy, setArgsNode, setIterNode, toStringInternal
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, unsetNewline