[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.OperatorNode

Class OperatorNode

Namespace
GrapeCity.Documents.Excel.Expressions
Assembly
GcDocs.Excel.dll

Represents an operator invocation expression in the syntax tree.

public class OperatorNode : NonTerminalNode, ICloneable
Inheritance
object
OperatorNode
Implements
System.ICloneable
Inherited Members
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Constructors

OperatorNode(OperatorKind)

Creates a new OperatorNode from the type of the operator.

public OperatorNode(OperatorKind kind)

Parameters

kind OperatorKind

The type of the operator.

Properties

Kind

The type of the operator.

public OperatorKind Kind { get; set; }

Property Value

OperatorKind