T - type of object that exists in parsed expressionspublic final class ExpressionParser<T>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ExpressionParser.Builder<T>
A builder that can create
ExpressionParser<T> instances. |
| Modifier and Type | Field and Description |
|---|---|
static char |
CLOSING_BRACKET
The closing bracket.
|
static char |
OPENING_BRACKET
The opening bracket.
|
| Modifier and Type | Method and Description |
|---|---|
T |
parseExpression(java.lang.String expression)
Parses an expression.
|
public static final char OPENING_BRACKET
public static final char CLOSING_BRACKET
public T parseExpression(java.lang.String expression)
expression - expression to parsejava.lang.NullPointerException - if expression is null