C# Class LinqToRest.Server.OData.Lexing.AbstractNumericRegularExpressionTableLexerEntry

Inheritance: AbstractRegularExpressionTableLexerEntry
ファイルを表示 Open project: chrisblock/LinqToRest

Protected Methods

Method Description
AbstractNumericRegularExpressionTableLexerEntry ( byte min, byte max ) : System
AbstractNumericRegularExpressionTableLexerEntry ( byte min, byte max, bool ignoreCase ) : System
AbstractNumericRegularExpressionTableLexerEntry ( int min, int max ) : System
AbstractNumericRegularExpressionTableLexerEntry ( int min, int max, bool ignoreCase ) : System
AbstractNumericRegularExpressionTableLexerEntry ( long min, long max ) : System
AbstractNumericRegularExpressionTableLexerEntry ( long min, long max, bool ignoreCase ) : System
AbstractNumericRegularExpressionTableLexerEntry ( sbyte min, sbyte max ) : System
AbstractNumericRegularExpressionTableLexerEntry ( sbyte min, sbyte max, bool ignoreCase ) : System
AbstractNumericRegularExpressionTableLexerEntry ( short min, short max ) : System
AbstractNumericRegularExpressionTableLexerEntry ( short min, short max, bool ignoreCase ) : System
AbstractNumericRegularExpressionTableLexerEntry ( uint min, uint max ) : System
AbstractNumericRegularExpressionTableLexerEntry ( uint min, uint max, bool ignoreCase ) : System
AbstractNumericRegularExpressionTableLexerEntry ( ulong min, ulong max ) : System
AbstractNumericRegularExpressionTableLexerEntry ( ulong min, ulong max, bool ignoreCase ) : System
AbstractNumericRegularExpressionTableLexerEntry ( ushort min, ushort max ) : System
AbstractNumericRegularExpressionTableLexerEntry ( ushort min, ushort max, bool ignoreCase ) : System
GeneratePossibilities ( long max ) : string
GenerateRegularExpression ( long min, long max ) : string
GenerateUnsignedPossibilities ( ulong max ) : string
GenerateUnsignedRegularExpression ( ulong min, ulong max ) : string

Method Details

AbstractNumericRegularExpressionTableLexerEntry() protected method

protected AbstractNumericRegularExpressionTableLexerEntry ( byte min, byte max ) : System
min byte
max byte
return System

AbstractNumericRegularExpressionTableLexerEntry() protected method

protected AbstractNumericRegularExpressionTableLexerEntry ( byte min, byte max, bool ignoreCase ) : System
min byte
max byte
ignoreCase bool
return System

AbstractNumericRegularExpressionTableLexerEntry() protected method

protected AbstractNumericRegularExpressionTableLexerEntry ( int min, int max ) : System
min int
max int
return System

AbstractNumericRegularExpressionTableLexerEntry() protected method

protected AbstractNumericRegularExpressionTableLexerEntry ( int min, int max, bool ignoreCase ) : System
min int
max int
ignoreCase bool
return System

AbstractNumericRegularExpressionTableLexerEntry() protected method

protected AbstractNumericRegularExpressionTableLexerEntry ( long min, long max ) : System
min long
max long
return System

AbstractNumericRegularExpressionTableLexerEntry() protected method

protected AbstractNumericRegularExpressionTableLexerEntry ( long min, long max, bool ignoreCase ) : System
min long
max long
ignoreCase bool
return System

AbstractNumericRegularExpressionTableLexerEntry() protected method

protected AbstractNumericRegularExpressionTableLexerEntry ( sbyte min, sbyte max ) : System
min sbyte
max sbyte
return System

AbstractNumericRegularExpressionTableLexerEntry() protected method

protected AbstractNumericRegularExpressionTableLexerEntry ( sbyte min, sbyte max, bool ignoreCase ) : System
min sbyte
max sbyte
ignoreCase bool
return System

AbstractNumericRegularExpressionTableLexerEntry() protected method

protected AbstractNumericRegularExpressionTableLexerEntry ( short min, short max ) : System
min short
max short
return System

AbstractNumericRegularExpressionTableLexerEntry() protected method

protected AbstractNumericRegularExpressionTableLexerEntry ( short min, short max, bool ignoreCase ) : System
min short
max short
ignoreCase bool
return System

AbstractNumericRegularExpressionTableLexerEntry() protected method

protected AbstractNumericRegularExpressionTableLexerEntry ( uint min, uint max ) : System
min uint
max uint
return System

AbstractNumericRegularExpressionTableLexerEntry() protected method

protected AbstractNumericRegularExpressionTableLexerEntry ( uint min, uint max, bool ignoreCase ) : System
min uint
max uint
ignoreCase bool
return System

AbstractNumericRegularExpressionTableLexerEntry() protected method

protected AbstractNumericRegularExpressionTableLexerEntry ( ulong min, ulong max ) : System
min ulong
max ulong
return System

AbstractNumericRegularExpressionTableLexerEntry() protected method

protected AbstractNumericRegularExpressionTableLexerEntry ( ulong min, ulong max, bool ignoreCase ) : System
min ulong
max ulong
ignoreCase bool
return System

AbstractNumericRegularExpressionTableLexerEntry() protected method

protected AbstractNumericRegularExpressionTableLexerEntry ( ushort min, ushort max ) : System
min ushort
max ushort
return System

AbstractNumericRegularExpressionTableLexerEntry() protected method

protected AbstractNumericRegularExpressionTableLexerEntry ( ushort min, ushort max, bool ignoreCase ) : System
min ushort
max ushort
ignoreCase bool
return System

GeneratePossibilities() protected static method

protected static GeneratePossibilities ( long max ) : string
max long
return string

GenerateRegularExpression() protected static method

protected static GenerateRegularExpression ( long min, long max ) : string
min long
max long
return string

GenerateUnsignedPossibilities() protected static method

protected static GenerateUnsignedPossibilities ( ulong max ) : string
max ulong
return string

GenerateUnsignedRegularExpression() protected static method

protected static GenerateUnsignedRegularExpression ( ulong min, ulong max ) : string
min ulong
max ulong
return string