C# Class Assembler.BasicToken

Show file Open project: Rohansi/VM Class Usage Examples

Public Properties

Property Type Description
Filename string
Line int
Type BasicTokenType
Value string

Public Methods

Method Description
BasicToken ( BasicTokenType type, string value = null, int line = -1, string filename = "" ) : System
Matches ( BasicToken template ) : bool

Method Details

BasicToken() public method

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

Matches() public method

public Matches ( BasicToken template ) : bool
template BasicToken
return bool

Property Details

Filename public property

public string Filename
return string

Line public property

public int Line
return int

Type public property

public BasicTokenType Type
return BasicTokenType

Value public property

public string Value
return string