C# Class Assembler.BasicToken

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

public string Filename
return string

Line public_oe property

public int Line
return int

Type public_oe property

public BasicTokenType Type
return BasicTokenType

Value public_oe property

public string Value
return string