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).
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    Parameters passed to a parsing task.
  • Method Summary

    Modifier and Type
    Method
    Description
    Parses an entire tree for this language.
  • Method Details