public class FormattedExpressionParseContext extends java.lang.Object implements ExpressionParseContext
| Constructor and Description |
|---|
FormattedExpressionParseContext(ExpressionParseContext delegate) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
createBoundExpression(java.lang.String path)
Called to create expressions to represent bound elements, like:
|
FunctionFactory |
getFunctionFactory() |
public FormattedExpressionParseContext(ExpressionParseContext delegate)
public Expression createBoundExpression(java.lang.String path) throws java.lang.RuntimeException
ExpressionParseContext
{ path.to.something }
createBoundExpression in interface ExpressionParseContextpath - the text content inside the braces.java.lang.RuntimeException - because the CUP parser doesn't have a throws on the function that calls this
inside the parserpublic FunctionFactory getFunctionFactory()
getFunctionFactory in interface ExpressionParseContext