FileDocCategorySizeDatePackage
Parser.javaAPI DocHibernate 3.2.5620Tue Dec 07 17:24:14 GMT 2004org.hibernate.hql.classic

Parser

public interface Parser
A parser is a state machine that accepts a string of tokens, bounded by start() and end() and modifies a QueryTranslator. Parsers are NOT intended to be threadsafe. They SHOULD be reuseable for more than one token stream.

Fields Summary
Constructors Summary
Methods Summary
public voidend(QueryTranslatorImpl q)

public voidstart(QueryTranslatorImpl q)

public voidtoken(java.lang.String token, QueryTranslatorImpl q)