public class PatternExpressionBuilder extends AbstractExpressionBuilder
Modifier and Type | Field and Description |
---|---|
static String |
AND_CALL |
static String |
BIND_CALL |
static String |
END_AND_CALL |
static String |
END_OR_CALL |
static String |
EXPR_CALL |
static String |
OR_CALL |
static String |
REACT_ON_CALL |
context, indexIdGenerator
Constructor and Description |
---|
PatternExpressionBuilder(RuleContext context) |
Modifier and Type | Method and Description |
---|---|
org.drools.javaparser.ast.expr.MethodCallExpr |
buildBinding(SingleDrlxParseSuccess drlxParseResult) |
org.drools.javaparser.ast.expr.MethodCallExpr |
buildExpressionWithIndexing(DrlxParseSuccess drlxParseResult) |
addIndexedByDeclaration, buildConstraintExpression, buildConstraintExpression, getConstraintExpression, getExpressionBuilder, getIndexType, narrowExpressionToType, processExpression, 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 static final String END_OR_CALL
public static final String END_AND_CALL
public PatternExpressionBuilder(RuleContext context)
public org.drools.javaparser.ast.expr.MethodCallExpr buildExpressionWithIndexing(DrlxParseSuccess drlxParseResult)
buildExpressionWithIndexing
in class AbstractExpressionBuilder
public org.drools.javaparser.ast.expr.MethodCallExpr buildBinding(SingleDrlxParseSuccess drlxParseResult)
buildBinding
in class AbstractExpressionBuilder
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.