Package io.jmix.data.impl.jpql
Class Parser
java.lang.Object
io.jmix.data.impl.jpql.Parser
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic org.antlr.runtime.tree.CommonTreestatic List<JoinVariableNode>parseJoinClause(String join) static OrderByFieldNodeparseOrderByItem(String input) static org.antlr.runtime.tree.CommonTreeparseSelectionSource(String input) static org.antlr.runtime.tree.CommonTreeparseWhereClause(String input) 
- 
Constructor Details- 
Parserpublic Parser()
 
- 
- 
Method Details- 
parsepublic static org.antlr.runtime.tree.CommonTree parse(String input, boolean failOnErrors) throws org.antlr.runtime.RecognitionException - Throws:
- org.antlr.runtime.RecognitionException
 
- 
parseWhereClausepublic static org.antlr.runtime.tree.CommonTree parseWhereClause(String input) throws org.antlr.runtime.RecognitionException - Throws:
- org.antlr.runtime.RecognitionException
 
- 
parseJoinClausepublic static List<JoinVariableNode> parseJoinClause(String join) throws org.antlr.runtime.RecognitionException - Throws:
- org.antlr.runtime.RecognitionException
 
- 
parseSelectionSourcepublic static org.antlr.runtime.tree.CommonTree parseSelectionSource(String input) throws org.antlr.runtime.RecognitionException - Throws:
- org.antlr.runtime.RecognitionException
 
- 
parseOrderByItempublic static OrderByFieldNode parseOrderByItem(String input) throws org.antlr.runtime.RecognitionException - Throws:
- org.antlr.runtime.RecognitionException
 
 
-