C# Class Assembler.BasicToken

Afficher le fichier Open project: Rohansi/VM Class Usage Examples

Méthodes publiques

Свойство Type Description
Filename string
Line int
Type BasicTokenType
Value string

Méthodes publiques

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

Method Details

BasicToken() public méthode

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

Matches() public méthode

public Matches ( BasicToken template ) : bool
template BasicToken
Résultat bool

Property Details

Filename public_oe property

public string Filename
Résultat string

Line public_oe property

public int Line
Résultat int

Type public_oe property

public BasicTokenType Type
Résultat BasicTokenType

Value public_oe property

public string Value
Résultat string