[antlr-interest] xmlSerialize more code

CC cormier at u-picardie.fr
Fri Jan 31 10:13:01 PST 2003


Hi,
Main.java
...
	  Writer w = new OutputStreamWriter(System.out);
	  ast.xmlSerialize(w);
	  w.write("\n");
	  w.flush();
...

With antlr.jar, I have:

Sources\DefOntoAntlr\Main.java:48: cannot resolve symbol
symbol  : method xmlSerialize (java.io.Writer)
location: interface antlr.collections.AST
	  ast.xmlSerialize(w);
              ^
1 error
Why ?
Thanks a lot for help. 


 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 



More information about the antlr-interest mailing list