| Package | Description |
|---|---|
| xtc.parser |
| Modifier and Type | Method and Description |
|---|---|
ParserAction |
ElementVoider.visit(ParserAction pa)
Visit the specified parser action.
|
ParserAction |
Copier.visit(ParserAction pa)
Copy the specified parser action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetaDataSetter.visit(ParserAction pa)
Analyze the specified parser action.
|
void |
TextTester.visit(ParserAction pa)
Visit the specified parser action.
|
void |
Tokenizer.Tester.visit(ParserAction pa)
Visit the specified parser action.
|
Element |
GrammarVisitor.visit(ParserAction pa)
Visit the specified parser action.
|
ParserAction |
ElementVoider.visit(ParserAction pa)
Visit the specified parser action.
|
ParserAction |
Copier.visit(ParserAction pa)
Copy the specified parser action.
|
void |
Resolver.visit(ParserAction pa)
Analyze the specified parser action.
|
void |
CodeGenerator.visit(ParserAction pa)
Generate code for the specified parser action.
|
Element |
ProductionVoider.Tester.visit(ParserAction pa)
Visit the specified parser action.
|
void |
PrettyPrinter.visit(ParserAction pa)
Print the specified parser action.
|
java.lang.Integer |
CostEstimator.visit(ParserAction a)
Visit the specified parser action.
|
void |
LeftRecurser.visit(ParserAction pa)
Visit the specified parser action.
|
Copyright © 2014. All Rights Reserved.