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

Inheritance: AbstractRegularExpressionTableLexerEntry
Afficher le fichier Open project: chrisblock/LinqToRest

Méthodes protégées

Méthode 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 méthode

protected AbstractNumericRegularExpressionTableLexerEntry ( byte min, byte max ) : System
min byte
max byte
Résultat System

AbstractNumericRegularExpressionTableLexerEntry() protected méthode

protected AbstractNumericRegularExpressionTableLexerEntry ( byte min, byte max, bool ignoreCase ) : System
min byte
max byte
ignoreCase bool
Résultat System

AbstractNumericRegularExpressionTableLexerEntry() protected méthode

protected AbstractNumericRegularExpressionTableLexerEntry ( int min, int max ) : System
min int
max int
Résultat System

AbstractNumericRegularExpressionTableLexerEntry() protected méthode

protected AbstractNumericRegularExpressionTableLexerEntry ( int min, int max, bool ignoreCase ) : System
min int
max int
ignoreCase bool
Résultat System

AbstractNumericRegularExpressionTableLexerEntry() protected méthode

protected AbstractNumericRegularExpressionTableLexerEntry ( long min, long max ) : System
min long
max long
Résultat System

AbstractNumericRegularExpressionTableLexerEntry() protected méthode

protected AbstractNumericRegularExpressionTableLexerEntry ( long min, long max, bool ignoreCase ) : System
min long
max long
ignoreCase bool
Résultat System

AbstractNumericRegularExpressionTableLexerEntry() protected méthode

protected AbstractNumericRegularExpressionTableLexerEntry ( sbyte min, sbyte max ) : System
min sbyte
max sbyte
Résultat System

AbstractNumericRegularExpressionTableLexerEntry() protected méthode

protected AbstractNumericRegularExpressionTableLexerEntry ( sbyte min, sbyte max, bool ignoreCase ) : System
min sbyte
max sbyte
ignoreCase bool
Résultat System

AbstractNumericRegularExpressionTableLexerEntry() protected méthode

protected AbstractNumericRegularExpressionTableLexerEntry ( short min, short max ) : System
min short
max short
Résultat System

AbstractNumericRegularExpressionTableLexerEntry() protected méthode

protected AbstractNumericRegularExpressionTableLexerEntry ( short min, short max, bool ignoreCase ) : System
min short
max short
ignoreCase bool
Résultat System

AbstractNumericRegularExpressionTableLexerEntry() protected méthode

protected AbstractNumericRegularExpressionTableLexerEntry ( uint min, uint max ) : System
min uint
max uint
Résultat System

AbstractNumericRegularExpressionTableLexerEntry() protected méthode

protected AbstractNumericRegularExpressionTableLexerEntry ( uint min, uint max, bool ignoreCase ) : System
min uint
max uint
ignoreCase bool
Résultat System

AbstractNumericRegularExpressionTableLexerEntry() protected méthode

protected AbstractNumericRegularExpressionTableLexerEntry ( ulong min, ulong max ) : System
min ulong
max ulong
Résultat System

AbstractNumericRegularExpressionTableLexerEntry() protected méthode

protected AbstractNumericRegularExpressionTableLexerEntry ( ulong min, ulong max, bool ignoreCase ) : System
min ulong
max ulong
ignoreCase bool
Résultat System

AbstractNumericRegularExpressionTableLexerEntry() protected méthode

protected AbstractNumericRegularExpressionTableLexerEntry ( ushort min, ushort max ) : System
min ushort
max ushort
Résultat System

AbstractNumericRegularExpressionTableLexerEntry() protected méthode

protected AbstractNumericRegularExpressionTableLexerEntry ( ushort min, ushort max, bool ignoreCase ) : System
min ushort
max ushort
ignoreCase bool
Résultat System

GeneratePossibilities() protected static méthode

protected static GeneratePossibilities ( long max ) : string
max long
Résultat string

GenerateRegularExpression() protected static méthode

protected static GenerateRegularExpression ( long min, long max ) : string
min long
max long
Résultat string

GenerateUnsignedPossibilities() protected static méthode

protected static GenerateUnsignedPossibilities ( ulong max ) : string
max ulong
Résultat string

GenerateUnsignedRegularExpression() protected static méthode

protected static GenerateUnsignedRegularExpression ( ulong min, ulong max ) : string
min ulong
max ulong
Résultat string