C# Class AK.ValidityChecker

Afficher le fichier Open project: akuukka/ExpressionSolver Class Usage Examples

Méthodes publiques

Méthode Description
CheckNamesAndConstants ( string s ) : string
CheckValidity ( string expression ) : void
IsValidNameOrConstant ( string s ) : bool

Private Methods

Méthode Description
CanBeBeginOfRValue ( char c ) : bool
CanPrecede ( char l, char r ) : bool
ThrowSyntaxErrorAt ( string expression, int index ) : void

Method Details

CheckNamesAndConstants() public static méthode

public static CheckNamesAndConstants ( string s ) : string
s string
Résultat string

CheckValidity() public static méthode

public static CheckValidity ( string expression ) : void
expression string
Résultat void

IsValidNameOrConstant() public static méthode

public static IsValidNameOrConstant ( string s ) : bool
s string
Résultat bool