Interface FiltexParser

All Known Implementing Classes:
FiltexParserImpl

public interface FiltexParser
Parser for Filter Expressions.
  • Method Summary

    Modifier and Type
    Method
    Description
    pos()
    Returns the position of the last token returned by the parser.
    void
    zero(String file)
    Sets the current file, and sets the current line to zero.
  • Method Details

    • pos

      Pos pos()
      Returns the position of the last token returned by the parser.
    • zero

      void zero(String file)
      Sets the current file, and sets the current line to zero.