Class Token
- Namespace
- StepLang.Tokenizing
- Assembly
- StepLang.dll
public class Token
- Inheritance
-
Token
- Inherited Members
Constructors
Token(TokenType, string, TokenLocation?)
public Token(TokenType type, string value, TokenLocation? location = null)
Parameters
type
TokenTypevalue
stringlocation
TokenLocation
Properties
Location
public TokenLocation Location { get; }
Property Value
StringValue
public string StringValue { get; }
Property Value
Type
public TokenType Type { get; }
Property Value
Value
public string Value { get; }
Property Value
Methods
ToString()
public override string ToString()