Class OperatorNode
Represents an operator invocation expression in the syntax tree.
-
Constructor Summary
Constructors
Creates a new OperatorNode
from the type of the operator.
-
Method Summary
Gets the type of the operator.
final void
Sets the type of the operator.
-
Constructor Details
-
OperatorNode
Creates a new OperatorNode
from the type of the operator.
- Parameters:
kind
- The type of the operator.
-
Method Details
-
getKind
Gets the type of the operator.
-
setKind
Sets the type of the operator.