public final class ExpressionParser extends Object
+------------ OR ---------------+
/ \
+--------- AND ------+ +------ OR ----+
/ | \ / | \
OR OR NOT AND AND OR
/ \ / | \ | / | \ / \ / \
sampleA sampleB C D NOT OR A B C C D A AND
| / \ / \
B A D B D
| Modifier and Type | Method and Description |
|---|---|
static ExpressionNode |
parseExpression(String expressionInput)
Build Expression tree from string.
|
public static ExpressionNode parseExpression(String expressionInput)
expression - expression.Copyright © 2013–2015 FF4J. All rights reserved.