Package org.robovm.compiler
Class Bro
java.lang.Object
org.robovm.compiler.Bro
public abstract class Bro extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBro.MarshalerFlags -
Constructor Summary
Constructors Constructor Description Bro() -
Method Summary
Modifier and Type Method Description static int[]getArrayDimensions(soot.SootMethod method)static int[]getArrayDimensions(soot.SootMethod method, int paramIndex)static intgetStructMemberOffset(soot.SootMethod method)static booleanisPassByValue(soot.SootMethod method)static booleanisPassByValue(soot.SootMethod method, int paramIndex)static booleanisStructRet(soot.SootMethod method, int paramIndex)static booleanneedsMarshaler(soot.Type t)
-
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)
-