Posted By:
Savvas_Socratous
Posted On:
Saturday, July 1, 2006 05:01 PM
When java compiles the generated Antlr files I get the warning
C:j2sdkantlr-2.7.5antlrParser.java:328: warning: setASTNodeType(java.lang.String) in antlr.ASTFactory has been deprecated
astFactory.setASTNodeType(cl);
Should I be worrying about this?
Any feedback is appreciated
Savvas