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

org.hibernate.graph.internal.parse.HEGLTokenTypes Maven / Gradle / Ivy

There is a newer version: 7.0.0.Alpha1
Show newest version
// $ANTLR : "graph.g" -> "GraphLexer.java"$

/*
 * Hibernate, Relational Persistence for Idiomatic Java
 *
 * License: GNU Lesser General Public License (LGPL), version 2.1 or later.
 * See the lgpl.txt file in the root directory or .
 */
package org.hibernate.graph.internal.parse;

public interface HEGLTokenTypes {
	int EOF = 1;
	int NULL_TREE_LOOKAHEAD = 3;
	int COMMA = 4;
	int NAME = 5;
	int DOT = 6;
	int LPAREN = 7;
	int COLON = 8;
	int RPAREN = 9;
	int WHITESPACE = 10;
	int NAME_START = 11;
	int NAME_CONTINUATION = 12;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy