C# 클래스 DCPU16_ASM.Assembler.CDCPULexerTokenDefinition

Lexer token definition
파일 보기 프로젝트 열기: densitynz/DCPU-16-ASM.NET

공개 메소드들

메소드 설명
CDCPULexerTokenDefinition ( dcpuLexerTokenType _type, Regex _matchString, bool _ignore ) : System

메소드 상세

CDCPULexerTokenDefinition() 공개 메소드

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