420421422423424425426427428429
"return lBalance;\r\n" + "\r\n" + "end method;\r\n" + ""); ForteParser parser = new ForteParser(tokenStream); methodImplementation_return result = parser.methodImplementation(); //printTree("__retrieveLedgerBalance", result.getTree()); syntaxErrors(parser); }