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

org.hibernate.tool.schema.ast.GeneratedSqlScriptParserTokenTypes Maven / Gradle / Ivy

There is a newer version: 7.0.0.Alpha1
Show newest version
// $ANTLR : "sql-script.g" -> "GeneratedSqlScriptParser.java"$

package org.hibernate.tool.schema.ast;

import java.util.Iterator;
import java.util.List;
import java.util.LinkedList;

import org.hibernate.hql.internal.ast.ErrorReporter;

public interface GeneratedSqlScriptParserTokenTypes {
	int EOF = 1;
	int NULL_TREE_LOOKAHEAD = 3;
	int DELIMITER = 4;
	int QUOTED_TEXT = 5;
	int NEWLINE = 6;
	int SPACE = 7;
	int TAB = 8;
	int CHAR = 9;
	int ESCqs = 10;
	int LINE_COMMENT = 11;
	int BLOCK_COMMENT = 12;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy