// This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED #include "include/llapi/Global.h" #define BEFORE_EXTRA #undef BEFORE_EXTRA class CommandLexer { #define AFTER_EXTRA #undef AFTER_EXTRA #ifndef DISABLE_CONSTRUCTOR_PREVENTION_COMMANDLEXER public: class CommandLexer& operator=(class CommandLexer const &) = delete; CommandLexer(class CommandLexer const &) = delete; CommandLexer() = delete; #endif public: #ifdef ENABLE_VIRTUAL_FAKESYMBOL_COMMANDLEXER #endif MCAPI bool isTokenAValidFilePath() const; MCAPI void step(); MCAPI static bool isFilePathCharacter(char); MCAPI static bool isIdentifierCharacter(char); };