| java.lang.Object xtc.tree.Visitor xtc.parser.ValueChecker
ValueChecker | public class ValueChecker extends Visitor (Code) | | Visitor to ensure that every alternative has a semantic value.
This visitor assumes that the entire grammar is contained in a
single module and that any automatically deduced semantic values,
including value elements, have been added to the grammar.
author: Robert Grimm version: $Revision: 1.12 $ |
ValueChecker | public ValueChecker(Runtime runtime, Analyzer analyzer)(Code) | | Create a new value checker.
Parameters: runtime - The runtime. Parameters: analyzer - The analyzer. |
visit | public void visit(Module m)(Code) | | Visit the specified module.
|
visit | public void visit(Sequence s)(Code) | | Visit the specified sequence.
|
|
|