Method | Description | |
---|---|---|
CheckNamesAndConstants ( string s ) : string | ||
CheckValidity ( string expression ) : void | ||
IsValidNameOrConstant ( string s ) : bool |
Method | Description | |
---|---|---|
CanBeBeginOfRValue ( char c ) : bool | ||
CanPrecede ( char l, char r ) : bool | ||
ThrowSyntaxErrorAt ( string expression, int index ) : void |
public static CheckNamesAndConstants ( string s ) : string | ||
s | string | |
return | string |
public static CheckValidity ( string expression ) : void | ||
expression | string | |
return | void |
public static IsValidNameOrConstant ( string s ) : bool | ||
s | string | |
return | bool |