C# Class DCPU16_ASM.Assembler.CDCPULexerTokenDefinition

Lexer token definition
Afficher le fichier Open project: densitynz/DCPU-16-ASM.NET

Méthodes publiques

Méthode Description
CDCPULexerTokenDefinition ( dcpuLexerTokenType _type, Regex _matchString, bool _ignore ) : System

Method Details

CDCPULexerTokenDefinition() public méthode

public CDCPULexerTokenDefinition ( dcpuLexerTokenType _type, Regex _matchString, bool _ignore ) : System
_type dcpuLexerTokenType
_matchString System.Text.RegularExpressions.Regex
_ignore bool
Résultat System