解析java文件
ASTParser parsert = ASTParser.newParser(AST.JLS3); parsert.setSource(c); CompilationUnit unit = (CompilationUnit) parsert.createAST(null);