Package org.robovm.compiler
Class MarshalerLookup.MarshalSite
java.lang.Object
org.robovm.compiler.MarshalerLookup.MarshalSite
- Enclosing class:
- MarshalerLookup
public static class MarshalerLookup.MarshalSite extends Object
-
Field Summary
Fields Modifier and Type Field Description static intRECEIVERstatic intRETURN_TYPE -
Constructor Summary
Constructors Constructor Description MarshalSite(soot.SootMethod method)MarshalSite(soot.SootMethod method, int paramIdx) -
Method Summary
Modifier and Type Method Description longgetCallType()soot.SootMethodgetMethod()soot.TypegetType()booleanisArray()booleanisToNative()
-
Field Details
-
RETURN_TYPE
public static final int RETURN_TYPE- See Also:
- Constant Field Values
-
RECEIVER
public static final int RECEIVER- See Also:
- Constant Field Values
-
-
Constructor Details
-
MarshalSite
public MarshalSite(soot.SootMethod method) -
MarshalSite
public MarshalSite(soot.SootMethod method, int paramIdx)
-
-
Method Details
-
getMethod
public soot.SootMethod getMethod() -
getCallType
public long getCallType() -
getType
public soot.Type getType() -
isToNative
public boolean isToNative() -
isArray
public boolean isArray()
-