bug fixing, get things compiling again

This commit is contained in:
benfry
2007-07-16 14:02:05 +00:00
parent e59e3e00a9
commit 2034d22bbc
11 changed files with 153 additions and 84 deletions

View File

@@ -8,9 +8,9 @@ package antlr;
*/
import java.io.*;
import antlr.*;
//import antlr.*;
import antlr.collections.*;
import antlr.collections.impl.*;
//import antlr.collections.impl.*;
/** A CommonAST whose initialization copies hidden token
* information from the Token used to create a node.