Posted By:
Peter_Xue
Posted On:
Monday, June 10, 2002 06:41 AM
Can antlr recognize the type of string?
example:
"
public class helloWorld {
public static void main(String args[]) {
String aa = "hello";
aa.
"
Now when I type the char '.', can antlr help to check the type of var "aa" is String..?
Thanks very much..