Interface Parser

  • All Known Implementing Classes:
    AntlrBaseParser, JjtreeParserAdapter

    public interface Parser
    Produces an AST from a source file. Instances of this interface must be stateless (which makes them trivially threadsafe).
    • Method Detail