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)
137 bool inputResponsible;
141 LexerInputState& operator=(const LexerInputState&);
152 #ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
156 #endif //INC_LexerSharedInputState_hpp__
#define ANTLR_API
Definition: config.hpp:22
#define ANTLR_USE_NAMESPACE(_x_)
Definition: config.hpp:18
Definition: CharBuffer.hpp:35