1*16467b97STreehugger Robotfound class Main 2*16467b97STreehugger Robotfound method main 3*16467b97STreehugger Robotfound var i 4*16467b97STreehugger Robotfound var input 5*16467b97STreehugger Robotfound call ANTLRFileStream 6*16467b97STreehugger Robotfound var lex 7*16467b97STreehugger Robotfound call FuzzyJava 8*16467b97STreehugger Robotfound var tokens 9*16467b97STreehugger Robotfound call CommonTokenStream 10*16467b97STreehugger Robotfound call tokens.toString 11*16467b97STreehugger Robotfound // comment //System.out.println(tokens); 12*16467b97STreehugger Robot 13