| Package | Description |
|---|---|
| xtc.parser |
| Modifier and Type | Class and Description |
|---|---|
class |
AnyChar
The any character element.
|
class |
CharClass
A character class terminal.
|
class |
CharLiteral
A character literal.
|
class |
CharSwitch
A character switch terminal.
|
class |
CharTerminal
The superclass of all character terminals.
|
class |
StringLiteral
A literal string terminal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetaDataSetter.visit(Terminal t)
Analyze the specified terminal.
|
void |
TextTester.visit(Terminal t)
Visit the specified terminal.
|
void |
Tokenizer.Tester.visit(Terminal t)
Visit the specified terminal.
|
void |
Resolver.visit(Terminal t)
Analyze the specified terminal.
|
java.lang.Integer |
CostEstimator.visit(Terminal t)
Visit the specified terminal.
|
void |
LeftRecurser.visit(Terminal t)
Visit the specified terminal.
|
Copyright © 2014. All Rights Reserved.