templates.DumpStaticVarDeclarations.template Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ph-javacc-maven-plugin Show documentation
Show all versions of ph-javacc-maven-plugin Show documentation
Maven 3 Plugin for processing JavaCC grammar files.
${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;