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: 4.1.5
Show newest version
    JAVACC_CHARSTREAM  *input_stream;
    int jjrounds[${stateSetSize}];
    int jjstateSet[2 * ${stateSetSize}];
    JAVACC_STRING_TYPE jjimage;
    JAVACC_STRING_TYPE image;
    int jjimageLen;
    int lengthOfMatch;
    JAVACC_CHAR_TYPE curChar;
    TokenManagerErrorHandler *errorHandler;
    bool errorHandlerCreated;
    public: void setErrorHandler(TokenManagerErrorHandler *eh) {
      if (errorHandlerCreated && errorHandler != NULL) delete errorHandler;
      errorHandler = eh;
      errorHandlerCreated = false;
    }
    




© 2015 - 2024 Weber Informatics LLC | Privacy Policy