| Package | Description |
|---|---|
| xtc.parser |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<CharCase> |
CharSwitch.cases
The list of
character cases. |
| Modifier and Type | Method and Description |
|---|---|
CharCase |
CharSwitch.hasCase(CharClass klass)
Determine whether this character switch has a character case for
the specified character class.
|
CharCase |
GrammarVisitor.visit(CharCase c)
Visit the specified character case.
|
CharCase |
Copier.visit(CharCase c)
Copy the specified character case.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetaDataSetter.visit(CharCase c)
Analyze the specified character case.
|
void |
TextTester.visit(CharCase c)
Visit the specified character case.
|
void |
Tokenizer.Tester.visit(CharCase c)
Visit the specified character case.
|
CharCase |
GrammarVisitor.visit(CharCase c)
Visit the specified character case.
|
void |
TreeExtractor.visit(CharCase c)
Visit the specified character case.
|
CharCase |
Copier.visit(CharCase c)
Copy the specified character case.
|
void |
PrettyPrinter.visit(CharCase c)
Print the specified character case.
|
java.lang.Integer |
CostEstimator.visit(CharCase c)
Visit the specified character case.
|
| Constructor and Description |
|---|
CharSwitch(java.util.List<CharCase> cases)
Create a new character switch element.
|
CharSwitch(java.util.List<CharCase> cases,
Element base)
Create a new character switch element.
|
Copyright © 2014. All Rights Reserved.