[Overview][Constants][Types][Classes][Index] |
Value returned by TParser.Token when a symbol was found in the input stream.
Source position: classesh.inc line 84
const toSymbol = (1); |
TParser.CheckTokenSymbol |
|
Checks whether the token equals the given symbol |
TParser.Token |
|
The type of the current token. |
TParser.TokenComponentIdent |
|
Returns the path of a subcomponent starting from the current token. |
TParser.TokenSymbolIs |
|
Returns True if the token equals the given symbol. |