C# Class Assembler.Token

Datei anzeigen 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_oe property

public string Filename
return string

Line public_oe property

public int Line
return int

Type public_oe property

public TokenType Type
return TokenType

Value public_oe property

public string Value
return string