TreePatternLexer Fields |
The TreePatternLexer type exposes the following members.
| Name | Description | |
|---|---|---|
| Arg | ||
| Begin | ||
| c | Current char | |
| Colon | ||
| Dot | ||
| End | ||
| error | ||
| Id | ||
| n | How long is the pattern in char? | |
| p | Index into input string | |
| pattern | The tree pattern to lex like "(A B C)" | |
| Percent | ||
| sval | Set when token type is ID or ARG (name mimics Java's StreamTokenizer) |