Package org.prism
Class Nodes.SuperNode
java.lang.Object
org.prism.Nodes.Node
org.prism.Nodes.SuperNode
- Enclosing class:
- Nodes
Represents the use of the `super` keyword with parentheses or arguments. super() ^^^^^^^ super foo, bar ^^^^^^^^^^^^^^
-
Field Summary
FieldsFields inherited from class org.prism.Nodes.Node
EMPTY_ARRAY, length, nodeId, startOffset
-
Constructor Summary
ConstructorsConstructorDescriptionSuperNode
(int nodeId, int startOffset, int length, Nodes.ArgumentsNode arguments, Nodes.Node block) -
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
-
arguments
-
block
-
-
Constructor Details
-
SuperNode
public SuperNode(int nodeId, int startOffset, int length, Nodes.ArgumentsNode arguments, Nodes.Node block)
-
-
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
-