Class ParsingContextSnapshot

    • Field Detail

      • currentLine

        private final long currentLine
      • currentChar

        private final long currentChar
      • comments

        private final java.util.Map<java.lang.Long,​java.lang.String> comments
      • lastComment

        private final java.lang.String lastComment
      • currentColumn

        private final int currentColumn
      • currentParsedContent

        private final java.lang.String currentParsedContent
      • currentRecord

        private final long currentRecord
    • Constructor Detail

      • ParsingContextSnapshot

        public ParsingContextSnapshot​(ParsingContext context)
        Creates a snapshot of a given Context
        Parameters:
        context - the context object whose variable attributes will be copied over.