Class StringConcatRewriter

java.lang.Object
org.robovm.compiler.plugin.desugar.StringConcatRewriter

public class StringConcatRewriter
extends Object
  • 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)