C# Class DCPU16_ASM.Assembler.CDCPULexerTokenDefinition

Lexer token definition
Show file Open project: densitynz/DCPU-16-ASM.NET

Public Methods

Method Description
CDCPULexerTokenDefinition ( dcpuLexerTokenType _type, Regex _matchString, bool _ignore ) : System

Method Details

CDCPULexerTokenDefinition() public method

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