Class Bro

java.lang.Object
org.robovm.compiler.Bro

public abstract class Bro
extends Object
  • Constructor Details

    • Bro

      public Bro()
  • Method Details

    • needsMarshaler

      public static boolean needsMarshaler​(soot.Type t)
    • getStructMemberOffset

      public static int getStructMemberOffset​(soot.SootMethod method)
    • getArrayDimensions

      public static int[] getArrayDimensions​(soot.SootMethod method)
    • getArrayDimensions

      public static int[] getArrayDimensions​(soot.SootMethod method, int paramIndex)
    • isPassByValue

      public static boolean isPassByValue​(soot.SootMethod method)
    • isPassByValue

      public static boolean isPassByValue​(soot.SootMethod method, int paramIndex)
    • isStructRet

      public static boolean isStructRet​(soot.SootMethod method, int paramIndex)