Package org.prism
Class Nodes.InstanceVariableAndWriteNode
java.lang.Object
org.prism.Nodes.Node
org.prism.Nodes.InstanceVariableAndWriteNode
- Enclosing class:
- Nodes
Represents the use of the `&&=` operator for assignment to an instance variable. @target &&= value ^^^^^^^^^^^^^^^^^
-
Field Summary
FieldsFields inherited from class org.prism.Nodes.Node
EMPTY_ARRAY, length, nodeId, startOffset
-
Constructor Summary
ConstructorsConstructorDescriptionInstanceVariableAndWriteNode
(int nodeId, int startOffset, int length, String name, Nodes.Node value) -
Method Summary
Modifier and TypeMethodDescription<T> T
accept
(AbstractNodeVisitor<T> visitor) protected String
<T> void
visitChildNodes
(AbstractNodeVisitor<T> visitor) Methods inherited from class org.prism.Nodes.Node
endOffset, hasNewLineFlag, setNewLineFlag, setNewLineFlag, toString
-
Field Details
-
name
-
value
-
-
Constructor Details
-
InstanceVariableAndWriteNode
public InstanceVariableAndWriteNode(int nodeId, int startOffset, int length, String name, Nodes.Node value)
-
-
Method Details
-
visitChildNodes
- Specified by:
visitChildNodes
in classNodes.Node
-
childNodes
- Specified by:
childNodes
in classNodes.Node
-
accept
- Specified by:
accept
in classNodes.Node
-
toString
- Specified by:
toString
in classNodes.Node
-