Class BoxedParameters
- java.lang.Object
-
- org.drools.modelcompiler.builder.generator.BoxedParameters
-
public class BoxedParameters extends Object
-
-
Constructor Summary
Constructors Constructor Description BoxedParameters(RuleContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.github.javaparser.ast.NodeList<com.github.javaparser.ast.body.Parameter>getBoxedParametersWithUnboxedAssignment(Collection<String> declarationUsedInRHS, com.github.javaparser.ast.stmt.BlockStmt methodBody)
-
-
-
Constructor Detail
-
BoxedParameters
public BoxedParameters(RuleContext context)
-
-
Method Detail
-
getBoxedParametersWithUnboxedAssignment
public com.github.javaparser.ast.NodeList<com.github.javaparser.ast.body.Parameter> getBoxedParametersWithUnboxedAssignment(Collection<String> declarationUsedInRHS, com.github.javaparser.ast.stmt.BlockStmt methodBody)
-
-