类 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.
-
构造器概要
-
方法概要
修饰符和类型方法说明final OperatorKind
getKind()
The type of the operator.final void
setKind
(OperatorKind value) The type of the operator.
-
构造器详细资料
-
OperatorNode
Creates a newOperatorNode
from the type of the operator.- 参数:
kind
- The type of the operator.
-
-
方法详细资料
-
getKind
The type of the operator. -
setKind
The type of the operator.
-