Package org.robovm.compiler.trampoline
Class Invokeinterface
java.lang.Object
org.robovm.compiler.trampoline.Trampoline
org.robovm.compiler.trampoline.Invoke
org.robovm.compiler.trampoline.Invokeinterface
- All Implemented Interfaces:
Serializable,Comparable<Trampoline>
public class Invokeinterface extends Invoke
- Version:
- $Id$
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class org.robovm.compiler.trampoline.Trampoline
callingClass, target -
Constructor Summary
Constructors Constructor Description Invokeinterface(String callingClass, String targetClass, String methodName, String methodDesc) -
Method Summary
Modifier and Type Method Description booleanisStatic()Methods inherited from class org.robovm.compiler.trampoline.Invoke
compareTo, equals, getFunctionType, getMethodDesc, getMethodName, hashCode, toStringMethods inherited from class org.robovm.compiler.trampoline.Trampoline
getCallingClass, getFunctionName, getFunctionRef, getTarget