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

javacc-7.0.1.src.main.resources.templates.DumpStaticVarDeclarations.template Maven / Gradle / Ivy

There is a newer version: 7.0.13
Show newest version
    ${STATIC?static :}protected ${charStreamName}  input_stream;

#if !TABLE_DRIVEN
    ${STATIC?static :}private final int[] jjrounds = new int[${stateSetSize}];
    ${STATIC?static :}private final int[] jjstateSet = new int[2 * ${stateSetSize}];
#fi
    private ${STATIC?static :}final StringBuilder jjimage = new StringBuilder();
    private ${STATIC?static :}StringBuilder image = jjimage;
    private ${STATIC?static :}int jjimageLen;
    private ${STATIC?static :}int lengthOfMatch;
    ${STATIC?static :}protected int curChar;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy