Package org.antlr.mojo.antlr3


package org.antlr.mojo.antlr3
  • Classes
    Class
    Description
    The Maven plexus container gives us a Log logging provider which we can use to install an error listener for the ANTLR tool to report errors by.
    Goal that picks up all the ANTLR grammars in a project and moves those that are required for generation of the compilable sources into the location that we use to compile them, such as target/generated-sources/antlr3 ...