Class ExtendedParser


public abstract class ExtendedParser extends Parser
This class is used as the base parser class in code generated by ANTLR. It overrides the terminal node creation method in order to create extended terminal nodes that have additional functionality.
  • Constructor Details

    • ExtendedParser

      public ExtendedParser(TokenStream input)
      Creates a new extended parser. This is simply to fulfill the expected constructor signature.
      Parameters:
      input - The input token stream to parse
  • Method Details