Class MarshalerLookup.MarshalSite

java.lang.Object
org.robovm.compiler.MarshalerLookup.MarshalSite
Enclosing class:
MarshalerLookup

public static class MarshalerLookup.MarshalSite
extends Object
  • Field Details

  • 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()