oops; need to alter this when removing up/down stuff

This commit is contained in:
Terence Parr 2012-02-11 17:46:02 -08:00
parent 808d23e6d1
commit dee579a68f
1 changed files with 0 additions and 3 deletions

View File

@ -35,7 +35,4 @@ public interface GrammarASTVisitor {
Object visit(SetAST node);
Object visit(RuleRefAST node);
Object visit(TerminalAST node);
Object visit(TreePatternAST node);
Object visit(UpAST node);
Object visit(DownAST node);
}