Свойство | Type | Description | |
---|---|---|---|
_endOfString | bool | ||
_expression | string | ||
_hasStrings | bool | ||
_index | int | ||
_isString | bool | ||
_startChar | char |
Свойство | Type | Description | |
---|---|---|---|
CheckStartAt | void | ||
ContainsWithoutStrings | bool | ||
JumpTo | void |
Méthode | Description | |
---|---|---|
CheckNext ( ) : void | ||
HasStrings ( string expression ) : bool | ||
StringEscapeHelper ( string expression ) : System.Linq |
Méthode | Description | |
---|---|---|
CheckStartAt ( int startIndex ) : void |
Checks for string delimiters at the given index.
|
|
ContainsWithoutStrings ( string expression, string value ) : bool |
Returns if an expression contains a value, disregarding content within string literals.
|
|
JumpTo ( int index ) : void |
Jumps to the given index, ignoring all chars in between the current index and the new one.
|
protected static HasStrings ( string expression ) : bool | ||
expression | string | |
Résultat | bool |
protected StringEscapeHelper ( string expression ) : System.Linq | ||
expression | string | |
Résultat | System.Linq |