Skip to content

a7f1aabf 3521 5ea1 8d4f c0c67192658a

Kim Hugener-Ohlsen edited this page May 28, 2016 · 2 revisions

Lexeme.TokenType Property

Gets the type of the token.

Namespace: Sundew.Quantities.Engine.Representations.Hierarchical.Parsing.LexicalAnalysis
Assembly: Sundew.Quantities (in Sundew.Quantities.dll) Version: 1.0.2.0 (1.0.2.0)

Syntax

C#

public TokenType TokenType { get; }

C#

public TokenType TokenType { get; }

VB

Public ReadOnly Property TokenType As TokenType
	Get

VB

Public ReadOnly Property TokenType As TokenType
	Get

C++

public:
property TokenType TokenType {
	TokenType get ();
}

C++

public:
property TokenType TokenType {
	TokenType get ();
}

F#

member TokenType : TokenType with get

F#

member TokenType : TokenType with get

Property Value

Type: TokenType
The type of the token.

See Also

Reference

Lexeme Class
Sundew.Quantities.Engine.Representations.Hierarchical.Parsing.LexicalAnalysis Namespace

Clone this wiki locally