1#ifndef INC_LexerSharedInputState_hpp__
2#define INC_LexerSharedInputState_hpp__
17#ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
40 , inputResponsible(true)
55 , inputResponsible(false)
71 , inputResponsible(true)
89 if( input && inputResponsible )
93 inputResponsible =
true;
103 tokenStartColumn = 1;
121 if (inputResponsible)
152#ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
Definition CharBuffer.hpp:35
Definition RefCount.hpp:17
#define ANTLR_USE_NAMESPACE(_x_)
Definition config.hpp:18
#define ANTLR_API
Definition config.hpp:22
Definition ANTLRException.hpp:15