[antlr-interest] xmlSerialize with 2.7.2 antlr.JAR

CC cormier at u-picardie.fr
Wed Feb 5 08:57:34 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
I certainly missed something!
Thanks a lot for help.




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




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


 

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



More information about the antlr-interest mailing list