Class StringConcatRewriter
java.lang.Object
org.robovm.compiler.plugin.desugar.StringConcatRewriter
public class StringConcatRewriter extends Object
-
Constructor Summary
Constructors Constructor Description StringConcatRewriter() -
Method Summary
Modifier and Type Method Description LinkedList<soot.Unit>rewriteMakeConcat(soot.Body body, soot.Value outValue, List<soot.Value> concatArgs)LinkedList<soot.Unit>rewriteMakeConcatWithConstants(soot.Body body, soot.Value outValue, List<soot.Value> concatArgs, List<soot.Value> bootstrapArgs)
-
Constructor Details
-
StringConcatRewriter
public StringConcatRewriter()
-
-
Method Details
-
rewriteMakeConcat
public LinkedList<soot.Unit> rewriteMakeConcat(soot.Body body, soot.Value outValue, List<soot.Value> concatArgs) -
rewriteMakeConcatWithConstants
public LinkedList<soot.Unit> rewriteMakeConcatWithConstants(soot.Body body, soot.Value outValue, List<soot.Value> concatArgs, List<soot.Value> bootstrapArgs)
-