Constructor and Description |
---|
SelectParser() |
Modifier and Type | Method and Description |
---|---|
boolean |
aggregateFuncNoArgsHasParenthesis(String funcToken,
QueryTranslatorImpl q) |
boolean |
aggregateHasArgs(String funcToken,
QueryTranslatorImpl q) |
Type |
aggregateType(List funcTokenList,
Type type,
QueryTranslatorImpl q) |
void |
end(QueryTranslatorImpl q) |
void |
start(QueryTranslatorImpl q) |
void |
token(String token,
QueryTranslatorImpl q) |
public void token(String token, QueryTranslatorImpl q) throws QueryException
token
in interface Parser
QueryException
public boolean aggregateHasArgs(String funcToken, QueryTranslatorImpl q)
public boolean aggregateFuncNoArgsHasParenthesis(String funcToken, QueryTranslatorImpl q)
public Type aggregateType(List funcTokenList, Type type, QueryTranslatorImpl q) throws QueryException
QueryException
public void start(QueryTranslatorImpl q)
public void end(QueryTranslatorImpl q)
Copyright © 2016 JBoss by Red Hat. All rights reserved.