Class Operator

Operator class

Abstract class representing operator.

public abstract class Operator

Properties

NameDescription
Index { get; set; }Operator index in page operators list.

Methods

NameDescription
abstract Accept(IOperatorSelector)Accepts visitor IOperatorSelector which provides operators processing.
override ToString()Returns text of operator and its parameters.
ValueEquals(Operator)Compares this instance with the given object.
static IsTextShowOperator(Operator)Determines if the operator is operator which responsible for text output (Tj, TJ, etc)

See Also