|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.slide.search.basic.BasicQuery.ExpressionCompilerProvider
This IBasicExpressionCompilerProvider implementation returns a BasicQueryCompiler instance in method getCompiler().
Constructor Summary | |
BasicQuery.ExpressionCompilerProvider()
|
Method Summary | |
IBasicExpressionCompiler |
getCompiler(IBasicQuery query,
PropertyProvider propertyProvider)
Returns an IBasicExpressionCompiler for the given parameters. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BasicQuery.ExpressionCompilerProvider()
Method Detail |
public IBasicExpressionCompiler getCompiler(IBasicQuery query, PropertyProvider propertyProvider) throws BadQueryException
getCompiler
in interface IBasicExpressionCompilerProvider
query
- the IBasicQuery.propertyProvider
- the PropertyProvider to use (may be
null
).
BadQueryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |