All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.cpp.DumpVarDeclarations.template Maven / Gradle / Ivy

There is a newer version: 7.0.13
Show newest version
  JAVACC_CHARSTREAM*        input_stream;
  int                       jjrounds[${stateSetSize}];
  int                       jjstateSet[2 * ${stateSetSize}];
  JJString                  jjimage;
  JJString                  image;
  int                       jjimageLen;
  int                       lengthOfMatch;
  JJChar                    curChar;
  TokenManagerErrorHandler* errorHandler = nullptr;

public: 
  void setErrorHandler(TokenManagerErrorHandler *eh) {
      if (errorHandler) delete errorHandler, errorHandler = nullptr;
      errorHandler = eh;
    }
    




© 2015 - 2024 Weber Informatics LLC | Privacy Policy