Interface IFullParserState

    • Method Detail

      • getSymbolTable

        ISymbolTable getSymbolTable()
        Returns:
        the symbol table at the moment of creation of the parser state
      • setSymbolTable

        void setSymbolTable​(ISymbolTable table)
        Set the symbol table at the moment of creation of this IParserState
      • collapseToken

        void collapseToken()
        Collapses the token captured by this parser state, if possible
      • isKeepSymbolTableInIssues

        boolean isKeepSymbolTableInIssues()
        Returns:
        true if parse issues need to retain this state's symbol table (e.g. in an IDE)