C# Class BalticAmadeus.FluentMdx.Lexer.Lexer.TokenDefinition

Show file Open project: BalticAmadeus/FluentMdx

Public Methods

Method Description
TokenDefinition ( TokenType type, string pattern, bool isIgnored = false ) : System

Method Details

TokenDefinition() public method

public TokenDefinition ( TokenType type, string pattern, bool isIgnored = false ) : System
type TokenType
pattern string
isIgnored bool
return System