C# Class Assembler.AssemblyTokenizer

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

Méthodes publiques

Méthode Description
AssemblyTokenizer ( string input ) : System
IsBitwiseOperation ( TokenType type ) : bool
IsExpressionOperation ( TokenType type ) : bool
IsTermOperation ( TokenType type ) : bool
Scan ( ) : void

Private Methods

Méthode Description
ScanSource ( TokenList sourceTokens ) : void

Method Details

AssemblyTokenizer() public méthode

public AssemblyTokenizer ( string input ) : System
input string
Résultat System

IsBitwiseOperation() public static méthode

public static IsBitwiseOperation ( TokenType type ) : bool
type TokenType
Résultat bool

IsExpressionOperation() public static méthode

public static IsExpressionOperation ( TokenType type ) : bool
type TokenType
Résultat bool

IsTermOperation() public static méthode

public static IsTermOperation ( TokenType type ) : bool
type TokenType
Résultat bool

Scan() public méthode

public Scan ( ) : void
Résultat void