|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectExpressionBuilder
public class ExpressionBuilder
ExpressionBuilder is the main entry point for parsing Expressions and Filters from a non-xml language.
Constructor Summary | |
---|---|
ExpressionBuilder()
Deprecated. |
|
ExpressionBuilder(FilterFactory factory)
Deprecated. |
Method Summary | |
---|---|
static String |
getFormattedErrorMessage(ParseException pe,
String input)
Deprecated. Returns a formatted error string, showing the original input, along with a pointer to the location of the error and the error message itself. |
static void |
main(String[] args)
Deprecated. |
static Object |
parse(SimpleFeatureType schema,
String input)
Deprecated. please use parser |
static Object |
parse(String input)
Deprecated. Please make use of parser( input ) |
Object |
parser(SimpleFeatureType schema,
String input)
Deprecated. Parse the input string into either a Filter or an Expression. |
Object |
parser(String input)
Deprecated. Parse the input string into either a Filter or an Expression. |
void |
setFilterFactory(FilterFactory factory)
Deprecated. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExpressionBuilder()
public ExpressionBuilder(FilterFactory factory)
Method Detail |
---|
public void setFilterFactory(FilterFactory factory)
public static Object parse(SimpleFeatureType schema, String input) throws ParseException
schema
- input
-
ParseException
public Object parser(SimpleFeatureType schema, String input) throws ParseException
ParseException
public static Object parse(String input) throws ParseException
ParseException
public Object parser(String input) throws ParseException
Not schema is provided for reference during construction.
ParseException
public static String getFormattedErrorMessage(ParseException pe, String input)
public static final void main(String[] args) throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |