Table of Contents

Class Token

Namespace
OfficeOpenXml.FormulaParsing.LexicalAnalysis
Assembly
Magicodes.EPPlus.dll
public class Token
Inheritance
Token
Inherited Members
Extension Methods

Constructors

Token(string, TokenType)

public Token(string token, TokenType tokenType)

Parameters

token string
tokenType TokenType

Properties

IsNegated

public bool IsNegated { get; }

Property Value

bool

TokenType

public TokenType TokenType { get; }

Property Value

TokenType

Value

public string Value { get; }

Property Value

string

Methods

Append(string)

public void Append(string stringToAppend)

Parameters

stringToAppend string

Negate()

public void Negate()

ToString()

public override string ToString()

Returns

string