public class AccumulateInlineVisitor extends Object
Modifier and Type | Field and Description |
---|---|
protected RuleContext |
context |
protected PackageModel |
packageModel |
Constructor and Description |
---|
AccumulateInlineVisitor(RuleContext context,
PackageModel packageModel) |
Modifier and Type | Method and Description |
---|---|
void |
inlineAccumulate(org.drools.compiler.lang.descr.AccumulateDescr descr,
org.drools.compiler.lang.descr.PatternDescr basePattern,
com.github.javaparser.ast.expr.MethodCallExpr accumulateDSL,
Set<String> externalDeclrs,
org.drools.compiler.lang.descr.BaseDescr input) |
protected final RuleContext context
protected final PackageModel packageModel
public AccumulateInlineVisitor(RuleContext context, PackageModel packageModel)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.