Class StandardParserState

    • Constructor Detail

      • StandardParserState

        public StandardParserState​(ISymbolTable symTable,
                                   SourceCodeTokenizer tokenizer,
                                   int offsetShift,
                                   int lineShift,
                                   boolean bKeepSymbolTableInIssues)
      • StandardParserState

        public StandardParserState​(IParsedElement elt,
                                   String src,
                                   boolean bKeepSymbolTableInIssues)
    • Method Detail

      • isKeepSymbolTableInIssues

        public boolean isKeepSymbolTableInIssues()
        Specified by:
        isKeepSymbolTableInIssues in interface IFullParserState
        Returns:
        true if parse issues need to retain this state's symbol table (e.g. in an IDE)
      • setKeepSymbolTableInIssues

        public void setKeepSymbolTableInIssues​(boolean keepSymbolTableInIssues)