Package org.prism
Class Nodes.ConstantPathOrWriteNode
java.lang.Object
org.prism.Nodes.Node
org.prism.Nodes.ConstantPathOrWriteNode
- Enclosing class:
- Nodes
Represents the use of the `||=` operator for assignment to a constant path.
Parent::Child ||= value
^^^^^^^^^^^^^^^^^^^^^^^
-
Field Summary
FieldsFields inherited from class org.prism.Nodes.Node
EMPTY_ARRAY, length, nodeId, startOffset -
Constructor Summary
ConstructorsConstructorDescriptionConstantPathOrWriteNode(int nodeId, int startOffset, int length, Nodes.ConstantPathNode target, Nodes.Node value) -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(AbstractNodeVisitor<T> visitor) protected String<T> voidvisitChildNodes(AbstractNodeVisitor<T> visitor) Methods inherited from class org.prism.Nodes.Node
endOffset, hasNewLineFlag, setNewLineFlag, setNewLineFlag, toString
-
Field Details
-
target
-
value
-
-
Constructor Details
-
ConstantPathOrWriteNode
public ConstantPathOrWriteNode(int nodeId, int startOffset, int length, Nodes.ConstantPathNode target, Nodes.Node value)
-
-
Method Details
-
visitChildNodes
- Specified by:
visitChildNodesin classNodes.Node
-
childNodes
- Specified by:
childNodesin classNodes.Node
-
accept
- Specified by:
acceptin classNodes.Node
-
toString
- Specified by:
toStringin classNodes.Node
-