Interface ParserState

  • All Known Implementing Classes:
    ELState, EscapedState, InterpolationTermState, MessageState

    public interface ParserState
    Interface defining the different methods a parser state has to respond to. It is up to the implementing state to decide how to handle the different life cycle and callback methods
    Author:
    Hardy Ferentschik