Method | Description | |
---|---|---|
StringLiteral ( string value ) : System | ||
StringLiteral ( string value, |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
IsIdTail ( char character ) : bool | ||
IsIdentifierHead ( char character ) : bool | ||
IsIdentifierUnicode ( char character ) : bool | ||
IsWrappedInQuotes ( string value ) : bool | ||
Parse ( string source ) : List |
||
StartsWith ( string source, char value ) : bool |
public StringLiteral ( string value ) : System | ||
value | string | |
return | System |
public StringLiteral ( string value, |
||
value | string | |
tail | ||
return | System |