tty3000.jalopy.3000.0.0.source-code.CommonTokenTypes Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jalopy Show documentation
Show all versions of jalopy Show documentation
A source code formatter/beautifier/pretty printer for the Java programming language.
The newest version!
// $ANTLR 2.7.7 (20060906): "common.g" -> "Common.java"$
public interface CommonTokenTypes {
int EOF = 1;
int NULL_TREE_LOOKAHEAD = 3;
int JAVADOC_COMMENT = 4;
int LCURLY = 5;
int RCURLY = 6;
}