Uses of Class
org.kie.efesto.common.utils.CommonCodegenUtils.ReplacementTupla
-
-
Uses of CommonCodegenUtils.ReplacementTupla in org.kie.efesto.common.utils
Methods in org.kie.efesto.common.utils with parameters of type CommonCodegenUtils.ReplacementTupla Modifier and Type Method Description static voidCommonCodegenUtils. replaceNodeInStatement(com.github.javaparser.ast.stmt.Statement container, CommonCodegenUtils.ReplacementTupla replacementTupla)ReplaceNodein the givenStatementMethod parameters in org.kie.efesto.common.utils with type arguments of type CommonCodegenUtils.ReplacementTupla Modifier and Type Method Description static voidCommonCodegenUtils. replaceNodesInStatement(com.github.javaparser.ast.stmt.Statement container, List<CommonCodegenUtils.ReplacementTupla> replacementTuplas)ReplaceNodes in the givenStatement
-