Uses of Class
org.kie.pmml.compiler.commons.utils.CommonCodegenUtils.ReplacementTuple
Packages that use CommonCodegenUtils.ReplacementTuple
-
Uses of CommonCodegenUtils.ReplacementTuple in org.kie.pmml.compiler.commons.utils
Methods in org.kie.pmml.compiler.commons.utils with parameters of type CommonCodegenUtils.ReplacementTupleModifier and TypeMethodDescriptionstatic voidCommonCodegenUtils.replaceNodeInStatement(com.github.javaparser.ast.stmt.Statement container, CommonCodegenUtils.ReplacementTuple replacementTuple) ReplaceNodein the givenStatementMethod parameters in org.kie.pmml.compiler.commons.utils with type arguments of type CommonCodegenUtils.ReplacementTupleModifier and TypeMethodDescriptionstatic voidCommonCodegenUtils.replaceNodesInStatement(com.github.javaparser.ast.stmt.Statement container, List<CommonCodegenUtils.ReplacementTuple> replacementTuples) ReplaceNodes in the givenStatement