319320321322323324325326
} @Test public void test_QualifiedName() throws Exception{ ToolSQLParser parser = getParser("cats.lives.cows"); qualifiedName_return result = parser.qualifiedName(); printResult(parser, result.getTree()); }