Package org.robovm.compiler.trampoline
Class GetStatic
java.lang.Object
org.robovm.compiler.trampoline.Trampoline
org.robovm.compiler.trampoline.FieldAccessor
org.robovm.compiler.trampoline.GetStatic
- All Implemented Interfaces:
Serializable,Comparable<Trampoline>
public class GetStatic extends FieldAccessor
- Version:
- $Id$
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class org.robovm.compiler.trampoline.FieldAccessor
fieldDesc, fieldNameFields inherited from class org.robovm.compiler.trampoline.Trampoline
callingClass, target -
Constructor Summary
-
Method Summary
Modifier and Type Method Description FunctionTypegetFunctionType()booleanisGetter()booleanisStatic()Methods inherited from class org.robovm.compiler.trampoline.FieldAccessor
compareTo, equals, getFieldDesc, getFieldName, hashCode, toStringMethods inherited from class org.robovm.compiler.trampoline.Trampoline
getCallingClass, getFunctionName, getFunctionRef, getTarget
-
Constructor Details
-
GetStatic
-
-
Method Details
-
isGetter
public boolean isGetter()- Specified by:
isGetterin classFieldAccessor
-
isStatic
public boolean isStatic()- Specified by:
isStaticin classFieldAccessor
-
getFunctionType
- Specified by:
getFunctionTypein classTrampoline
-