public class WhereCompiler
extends java.lang.Object
Constructor and Description |
---|
WhereCompiler() |
Modifier and Type | Method and Description |
---|---|
static org.antlr.runtime.tree.CommonTree |
compileSelectClause(java.lang.String selectParam) |
static org.antlr.runtime.tree.CommonTree |
compileWhereClause(java.lang.String expression) |
static java.lang.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(java.lang.String expression) throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public static org.antlr.runtime.tree.CommonTree compileSelectClause(java.lang.String selectParam) throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public static java.lang.String resolveMessage(org.antlr.runtime.RecognitionException exception)
exception
- RecognitionExceptionCopyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.