Package org.robovm.compiler.trampoline
Class Invokestatic
java.lang.Object
org.robovm.compiler.trampoline.Trampoline
org.robovm.compiler.trampoline.Invoke
org.robovm.compiler.trampoline.Invokestatic
- All Implemented Interfaces:
Serializable,Comparable<Trampoline>
public class Invokestatic 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 Invokestatic(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