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 Details

    • method

      protected final soot.SootMethod method
    • supportedCallTypes

      protected final Set<Long> supportedCallTypes
  • Method Details

    • getMethod

      public soot.SootMethod getMethod()
    • supportsCallType

      public boolean supportsCallType​(long callType)
    • getInvokeStatic

      public Invokestatic getInvokeStatic​(soot.SootClass caller)