Package org.robovm.compiler
Class MarshalerLookup.MarshalerMethod
java.lang.Object
org.robovm.compiler.MarshalerLookup.MarshalerMethod
- Direct Known Subclasses:
MarshalerLookup.ArrayMarshalerMethod,MarshalerLookup.PointerMarshalerMethod,MarshalerLookup.ValueMarshalerMethod
- Enclosing class:
- MarshalerLookup
public abstract class MarshalerLookup.MarshalerMethod extends Object
-
Field Summary
Fields Modifier and Type Field Description protected soot.SootMethodmethodprotected Set<Long>supportedCallTypes -
Method Summary
Modifier and Type Method Description InvokestaticgetInvokeStatic(soot.SootClass caller)soot.SootMethodgetMethod()booleansupportsCallType(long callType)
-
Field Details
-
method
protected final soot.SootMethod method -
supportedCallTypes
-
-
Method Details
-
getMethod
public soot.SootMethod getMethod() -
supportsCallType
public boolean supportsCallType(long callType) -
getInvokeStatic
-