[]
Parses an identifier string.
protected virtual IExpression ParseIdentifier(string id)
Type | Name | Description |
---|---|---|
string | id | The identifier string. |
Type | Description |
---|---|
IExpression |
Parses an identifier string.
protected virtual void ParseIdentifier(char c, int position = 1)
Type | Name | Description |
---|---|---|
char | c | Current char of the Expression string. |
int | position | Offset position relative to the start character. |