public interface GVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(ClassDecl decl) |
void |
visit(EmbedCode code) |
void |
visit(GGrammar grammar) |
void |
visit(Goal goal) |
void |
visit(GPrecedence precedence) |
void |
visit(GProduction prod) |
void |
visit(GRule rule) |
void |
visit(HeaderCode code) |
void |
visit(LeftAssoc assoc) |
void |
visit(NonAssoc assoc) |
void |
visit(PackageDecl decl) |
void |
visit(RightAssoc assoc) |
void |
visit(Terminals terminals) |
void |
visit(TypeOf typeOf) |
void visit(GGrammar grammar)
void visit(GProduction prod)
void visit(GRule rule)
void visit(GPrecedence precedence)
void visit(HeaderCode code)
void visit(EmbedCode code)
void visit(Terminals terminals)
void visit(TypeOf typeOf)
void visit(Goal goal)
void visit(ClassDecl decl)
void visit(PackageDecl decl)
void visit(LeftAssoc assoc)
void visit(RightAssoc assoc)
void visit(NonAssoc assoc)