public class FlowExpressionBuilder extends AbstractExpressionBuilder
Modifier and Type | Field and Description |
---|---|
static String |
BIND_CALL |
static String |
EXPR_CALL |
static String |
REACT_ON_CALL |
context, indexIdGenerator
Constructor and Description |
---|
FlowExpressionBuilder(RuleContext context) |
Modifier and Type | Method and Description |
---|---|
org.drools.javaparser.ast.expr.MethodCallExpr |
buildBinding(DrlxParseSuccess drlxParseResult) |
org.drools.javaparser.ast.expr.Expression |
buildExpressionWithIndexing(DrlxParseSuccess drlxParseResult) |
addIndexedByDeclaration, buildConstraintExpression, buildConstraintExpression, getConstraintExpression, getExpressionBuilder, getExpressionSymbol, getIndexType, narrowExpressionToType, processExpression
public static final String EXPR_CALL
public static final String REACT_ON_CALL
public static final String BIND_CALL
public FlowExpressionBuilder(RuleContext context)
public org.drools.javaparser.ast.expr.Expression buildExpressionWithIndexing(DrlxParseSuccess drlxParseResult)
buildExpressionWithIndexing
in class AbstractExpressionBuilder
public org.drools.javaparser.ast.expr.MethodCallExpr buildBinding(DrlxParseSuccess drlxParseResult)
buildBinding
in class AbstractExpressionBuilder
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.