DOC

org.modelcc : ModelCC

Maven & Gradle

Dec 20, 2018

ModelCC parser generator · ModelCC is a model-based parser generator (a.k.a. compiler compiler) that decouples language specification from language processing, avoiding some of the problems caused by grammar-driven parser generators. ModelCC receives a conceptual model as input, along with constraints that annotate it. It is then able to create a parser for the desired textual language and the generated parser fully automates the instantiation of the language conceptual model. ModelCC also includes a built-in reference resolution mechanism that results in abstract syntax graphs, rather than mere abstract syntax trees.

Table Of Contents

Latest Version

Download org.modelcc : ModelCC Javadoc & API Documentation - Latest Versions:

All Versions

Download org.modelcc : ModelCC Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2015

How to open Javadoc JAR file in web browser

  1. Rename the file ModelCC-2015-javadoc.jar to ModelCC-2015-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder ModelCC-2015-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "ModelCC-2015-sources.jar" -d "ModelCC-2015-javadoc" -subpackages 

Advertisement