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

javacc-6.1.2.bin.templates.DumpStaticVarDeclarations.template Maven / Gradle / Ivy

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

    ${STATIC?static :}private final int[] jjrounds = new int[${stateSetSize}];
    ${STATIC?static :}private final int[] jjstateSet = new int[2 * ${stateSetSize}];

#if hasActions
    private ${STATIC?static :}final StringBuilder jjimage = new StringBuilder();
    private ${STATIC?static :}StringBuilder image = jjimage;
    private ${STATIC?static :}int jjimageLen;
    private ${STATIC?static :}int lengthOfMatch;
#fi
    
    ${STATIC?static :}protected int curChar;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy