{"id":20313570,"url":"https://github.com/moosetechnology/fast-java","last_synced_at":"2025-07-30T10:37:09.114Z","repository":{"id":37923862,"uuid":"173748706","full_name":"moosetechnology/FAST-JAVA","owner":"moosetechnology","description":"Represent the Java AST with Famix","archived":false,"fork":false,"pushed_at":"2025-04-08T15:08:13.000Z","size":1282,"stargazers_count":1,"open_issues_count":29,"forks_count":5,"subscribers_count":9,"default_branch":"v3","last_synced_at":"2025-04-08T16:24:24.640Z","etag":null,"topics":["ast","java","meta-model","moose","pharo","smalltalk"],"latest_commit_sha":null,"homepage":"https://modularmoose.org/moose-wiki/Developers/Parsers/FAST-Java.html","language":"Smalltalk","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moosetechnology.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-04T13:20:04.000Z","updated_at":"2025-04-08T15:08:18.000Z","dependencies_parsed_at":"2024-07-25T12:28:57.588Z","dependency_job_id":"2ac752c0-a7d1-4a4f-87d3-eb5158bdbea6","html_url":"https://github.com/moosetechnology/FAST-JAVA","commit_stats":null,"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moosetechnology%2FFAST-JAVA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moosetechnology%2FFAST-JAVA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moosetechnology%2FFAST-JAVA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moosetechnology%2FFAST-JAVA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moosetechnology","download_url":"https://codeload.github.com/moosetechnology/FAST-JAVA/tar.gz/refs/heads/v3","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248447582,"owners_count":21105137,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ast","java","meta-model","moose","pharo","smalltalk"],"created_at":"2024-11-14T18:11:51.648Z","updated_at":"2025-04-11T17:13:33.156Z","avatar_url":"https://github.com/moosetechnology.png","language":"Smalltalk","readme":"# FAST-JAVA\n\n[![CI Moose10](https://github.com/moosetechnology/FAST-JAVA/actions/workflows/testAndBuild-moose10.yml/badge.svg)](https://github.com/moosetechnology/FAST-JAVA/actions/workflows/testAndBuild-moose10.yml)\n[![CI Moose11](https://github.com/moosetechnology/FAST-JAVA/actions/workflows/testAndBuild-moose11.yml/badge.svg)](https://github.com/moosetechnology/FAST-JAVA/actions/workflows/testAndBuild-moose11.yml)\n[![CI Moose12](https://github.com/moosetechnology/FAST-JAVA/actions/workflows/testAndBuild-moose12.yml/badge.svg)](https://github.com/moosetechnology/FAST-JAVA/actions/workflows/testAndBuild-moose12.yml)\n\n[![Coverage Status](https://coveralls.io/repos/github/moosetechnology/FAST-JAVA/badge.svg?branch=v3)](https://coveralls.io/github/moosetechnology/FAST-JAVA?branch=v3)\n[![Moose version 10](https://img.shields.io/badge/Moose-10-%23aac9ff.svg)](https://github.com/moosetechnology/Moose)\n[![Moose version 11](https://img.shields.io/badge/Moose-11-%23aac9ff.svg)](https://github.com/moosetechnology/Moose)\n[![Moose version 12](https://img.shields.io/badge/Moose-12-%23aac9ff.svg)](https://github.com/moosetechnology/Moose)\n\nRepresent the Java AST with Famix\n\n## Installation\n\nTo load the FAST-Java project, execute in a playground\n\n```st\nMetacello new\n  githubUser: 'moosetechnology' project: 'FAST-JAVA' commitish: 'v3' path: 'src';\n  baseline: 'FASTJava';\n  load\n```\n\nIf you want to load the SmaCC importer with the model (create a FAST Java model from string)\n\n```st\nMetacello new\n  githubUser: 'moosetechnology' project: 'FAST-JAVA' commitish: 'v3' path: 'src';\n  baseline: 'FASTJava';\n  load: 'all'\n```\n\n## Create a FAST-Java Model based on java string\n\nThanks to the [Smacc Project](https://github.com/j-brant/SmaCC) it is easy to parse Java methods and classes.\nWe used a visitor on the parsed java string to create a FAST-Java model.\n\nIf you need to create a FAST-Java model from a method or class, the easiest way is thus to perform:\n\n```st\nJavaSmaCCProgramNodeImporterVisitor parseCodeMethodString: 'void hello() {\n    // My method string\n}'\n```\n\n## Full documentation\n\nA full documentation is available on [modularmoose.org](https://modularmoose.org/moose-wiki/Developers/Parsers/FAST-Java.html)\n\n## UML\n\n![meta-model image](https://raw.githubusercontent.com/moosetechnology/FAST-JAVA/v3-doc/fast-java.svg)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoosetechnology%2Ffast-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoosetechnology%2Ffast-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoosetechnology%2Ffast-java/lists"}