Show / Hide Table of Contents

Enum TokenType

The token types (also function as a state).

Namespace: SpiceSharpParser.Lexers.Expressions
Assembly: SpiceSharpParser.dll
Syntax
public enum TokenType

Fields

Name Description
And

And.

Assign

An assignment (=).

At

The at-sign.

Bang

A bang (exclamation mark).

Colon

A colon.

Comma

A comma.

Divide

A forward slash (division).

Dot

A dot.

EndOfExpression

The end of the expression.

Equals

An equality (==).

GreaterEqual

Greater or equal than.

GreaterThan

Greater than.

Huh

A question mark.

Identifier

An identifier.

LeftIndex

The left square bracket.

LeftParenthesis

The left parenthesis.

LessEqual

Less or equal than.

LessThan

Less than.

Minus

A minus sign.

Mod

A percent (modulo).

Node

A node identifier.

NotEquals

An inequality (!=)

Number

A number.

Or

Or.

Plus

A plus sign.

Power

A power sign.

RightIndex

The right square bracket.

RightParenthesis

The right parenthesis.

Times

An asterisk (multiplication).

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX