C# Class Assembler.Token

Show file Open project: Rohansi/VM

Public Properties

Property Type Description
Filename string
Line int
Type TokenType
Value string

Public Methods

Method Description
Token ( TokenType type, string value = null, int line = -1, string filename = "" ) : System

Method Details

Token() public method

public Token ( TokenType type, string value = null, int line = -1, string filename = "" ) : System
type TokenType
value string
line int
filename string
return System

Property Details

Filename public property

public string Filename
return string

Line public property

public int Line
return int

Type public property

public TokenType Type
return TokenType

Value public property

public string Value
return string