Package org.robovm.compiler.trampoline
Class Invokespecial
java.lang.Object
org.robovm.compiler.trampoline.Trampoline
org.robovm.compiler.trampoline.Invoke
org.robovm.compiler.trampoline.Invokespecial
- All Implemented Interfaces:
Serializable,Comparable<Trampoline>
public class Invokespecial extends Invoke
- Version:
- $Id$
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class org.robovm.compiler.trampoline.Trampoline
callingClass, target -
Constructor Summary
-
Method Summary
Modifier and Type Method Description intcompareTo(Trampoline o)booleanequals(Object obj)StringgetRuntimeClass()inthashCode()booleanisStatic()StringtoString()Methods inherited from class org.robovm.compiler.trampoline.Invoke
getFunctionType, getMethodDesc, getMethodNameMethods inherited from class org.robovm.compiler.trampoline.Trampoline
getCallingClass, getFunctionName, getFunctionRef, getTarget
-
Constructor Details
-
Invokespecial
-
-
Method Details
-
getRuntimeClass
-
isStatic
public boolean isStatic() -
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareToin interfaceComparable<Trampoline>- Overrides:
compareToin classInvoke
-
toString
-