public class OpAsgnConstDeclNode extends Node implements BinaryOperatorNode
containsVariableAssignment, newline
Constructor and Description |
---|
OpAsgnConstDeclNode(ISourcePosition position,
Node lhs,
String operator,
Node rhs) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(NodeVisitor<T> visitor) |
List<Node> |
childNodes() |
Node |
getFirstNode()
Gets the firstNode.
|
NodeType |
getNodeType() |
String |
getOperator() |
Node |
getSecondNode()
Gets the secondNode.
|
containsVariableAssignment, createList, createList, createList, createList, findFirstChild, getLine, getNodeName, getPosition, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toString, toStringInternal
public OpAsgnConstDeclNode(ISourcePosition position, Node lhs, String operator, Node rhs)
public Node getFirstNode()
BinaryOperatorNode
getFirstNode
in interface BinaryOperatorNode
public Node getSecondNode()
BinaryOperatorNode
getSecondNode
in interface BinaryOperatorNode
public String getOperator()
public <T> T accept(NodeVisitor<T> visitor)
public List<Node> childNodes()
childNodes
in class Node
public NodeType getNodeType()
getNodeType
in class Node
Copyright © 2001-2016 JRuby. All Rights Reserved.