#ifndef __JAVA_PARSER_GLOBALS_H #define __JAVA_PARSER_GLOBALS_H #include #include namespace Globals { inline std::vector &buffer() { static std::vector BUFFER; return BUFFER; } } #endif