Package org.robovm.compiler.trampoline
Class Trampoline
java.lang.Object
org.robovm.compiler.trampoline.Trampoline
- All Implemented Interfaces:
Serializable,Comparable<Trampoline>
- Direct Known Subclasses:
Anewarray,BridgeCall,Checkcast,FieldAccessor,Instanceof,Invoke,LdcClass,Multianewarray,New
public abstract class Trampoline extends Object implements Comparable<Trampoline>, Serializable
- Version:
- $Id$
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected StringcallingClassprotected Stringtarget -
Constructor Summary
Constructors Modifier Constructor Description protectedTrampoline(String callingClass, String target) -
Method Summary
Modifier and Type Method Description intcompareTo(Trampoline o)booleanequals(Object obj)StringgetCallingClass()StringgetFunctionName()FunctionRefgetFunctionRef()abstract FunctionTypegetFunctionType()StringgetTarget()inthashCode()StringtoString()
-
Field Details
-
callingClass
-
target
-
-
Constructor Details
-
Trampoline
-
-
Method Details
-
getCallingClass
-
getTarget
-
getFunctionRef
-
getFunctionName
-
getFunctionType
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareToin interfaceComparable<Trampoline>
-
toString
-