public class WhereCompiler extends Object
| Constructor and Description |
|---|
WhereCompiler() |
| Modifier and Type | Method and Description |
|---|---|
static org.antlr.runtime.tree.CommonTree |
compileSelectClause(String selectParam) |
static org.antlr.runtime.tree.CommonTree |
compileWhereClause(String expression) |
static String |
resolveMessage(org.antlr.runtime.RecognitionException exception)
Returns a message based on the information in the RecognitionException
|
public static org.antlr.runtime.tree.CommonTree compileWhereClause(String expression) throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic static org.antlr.runtime.tree.CommonTree compileSelectClause(String selectParam) throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic static String resolveMessage(org.antlr.runtime.RecognitionException exception)
exception - RecognitionExceptionCopyright © 2005–2018 Alfresco Software. All rights reserved.