1#ifndef INC_ParserSharedInputState_hpp__
2#define INC_ParserSharedInputState_hpp__
11#include <antlr/config.hpp>
12#include <antlr/TokenBuffer.hpp>
13#include <antlr/RefCount.hpp>
16#ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
35 , inputResponsible(true)
45 , inputResponsible(false)
55 TokenBuffer& getInput(
void )
78 bool inputResponsible;
88#ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
A Stream of Token objects fed to the parser from a TokenStream that can be rewound via mark()/rewind(...