public class FlowExpressionBuilder extends AbstractExpressionBuilder
Modifier and Type | Field and Description |
---|---|
static String |
AND_CALL |
static String |
BIND_CALL |
static String |
EXPR_CALL |
static String |
OR_CALL |
static String |
REACT_ON_CALL |
context
Constructor and Description |
---|
FlowExpressionBuilder(RuleContext context) |
Modifier and Type | Method and Description |
---|---|
com.github.javaparser.ast.expr.MethodCallExpr |
buildBinding(SingleDrlxParseSuccess drlxParseResult) |
com.github.javaparser.ast.expr.MethodCallExpr |
buildExpressionWithIndexing(DrlxParseSuccess drlxParseResult) |
void |
processExpression(SingleDrlxParseSuccess drlxParseResult) |
addIndexedByDeclaration, buildConstraintExpression, buildConstraintExpression, buildUnificationExpression, createInputExpression, getConstraintExpression, getExpressionBuilder, getIndexType, narrowExpressionToType, processExpression, processExpression
public static final String EXPR_CALL
public static final String REACT_ON_CALL
public static final String BIND_CALL
public static final String OR_CALL
public static final String AND_CALL
public FlowExpressionBuilder(RuleContext context)
public void processExpression(SingleDrlxParseSuccess drlxParseResult)
processExpression
in class AbstractExpressionBuilder
public com.github.javaparser.ast.expr.MethodCallExpr buildExpressionWithIndexing(DrlxParseSuccess drlxParseResult)
buildExpressionWithIndexing
in class AbstractExpressionBuilder
public com.github.javaparser.ast.expr.MethodCallExpr buildBinding(SingleDrlxParseSuccess drlxParseResult)
buildBinding
in class AbstractExpressionBuilder
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.