| java.lang.Object xtc.tree.Visitor xtc.parser.ListMaker
ListMaker | public class ListMaker extends Visitor (Code) | | Visitor to add lists as semantic values.
author: Robert Grimm version: $Revision: 1.8 $ |
MARKER | final public static String MARKER(Code) | | The marker for synthetic variables.
|
ast | final protected AST ast(Code) | | The type operations.
|
element | protected Type element(Code) | | The current production's element type.
|
ListMaker | public ListMaker(Runtime runtime, Analyzer analyzer, AST ast)(Code) | | Create a new list maker.
Parameters: runtime - The runtime. Parameters: analyzer - The analyzer. Parameters: ast - The type operations. |
visit | public void visit(Module m)(Code) | | Visit the specified module.
|
visit | public void visit(Sequence s)(Code) | | Visit the specified sequence.
|
|
|