Interface ANTLRFilter

All Known Implementing Classes:
DTDGenerator, XANTLRVisitor, XmlRepresentationExpander, XmlRepresentationFilter

public interface ANTLRFilter
  • Method Summary

    Modifier and Type
    Method
    Description
    antlr.collections.AST
     
    void
    grammar(antlr.collections.AST ast)
     
  • Method Details

    • grammar

      void grammar(antlr.collections.AST ast) throws antlr.RecognitionException
      Throws:
      antlr.RecognitionException
    • getAST

      antlr.collections.AST getAST()