Class OperatorNode
java.lang.Object
com.grapecity.documents.excel.expressions.SyntaxNode
com.grapecity.documents.excel.expressions.NonTerminalNode
com.grapecity.documents.excel.expressions.OperatorNode
Represents an operator invocation expression in the syntax tree.
-
Constructor Summary
ConstructorsConstructorDescriptionOperatorNode(OperatorKind kind) Creates a newOperatorNodefrom the type of the operator. -
Method Summary
Modifier and TypeMethodDescriptionfinal OperatorKindgetKind()Gets the type of the operator.final voidsetKind(OperatorKind value) Sets the type of the operator.Methods inherited from class com.grapecity.documents.excel.expressions.NonTerminalNode
getChildren
-
Constructor Details
-
OperatorNode
Creates a newOperatorNodefrom 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.
-