Package | Description |
---|---|
io.atlasmap.expression | |
io.atlasmap.expression.internal |
Internal implementation details for the AtlasMap expression evaluator.
|
io.atlasmap.expression.parser |
Modifier and Type | Method and Description |
---|---|
Expression |
FunctionResolver.resolve(String functionName,
List<Expression> args) |
Modifier and Type | Method and Description |
---|---|
static BooleanExpression |
BooleanExpression.asBooleanExpression(Expression value) |
Modifier and Type | Method and Description |
---|---|
ParseException |
Parser.generateParseException()
Generate ParseException.
|
Modifier and Type | Method and Description |
---|---|
Expression |
Parser.addExpression() |
Expression |
Parser.andExpression() |
Expression |
Parser.comparisonExpression() |
Expression |
Parser.equalityExpression() |
Expression |
Parser.functionExpr() |
ConstantExpression |
Parser.literal() |
Expression |
Parser.multExpr() |
Expression |
Parser.orExpression() |
Expression |
Parser.parse() |
Expression |
Parser.primaryExpr() |
String |
Parser.stringLiteral() |
Expression |
Parser.unaryExpr() |
VariableExpression |
Parser.variable() |
Copyright © 2020 JBoss by Red Hat. All rights reserved.