Package org.robovm.rt.bro
Class MarshalerFlags
java.lang.Object
org.robovm.rt.bro.MarshalerFlags
public class MarshalerFlags extends Object
Flags passed to a marshaler.
-
Field Summary
Fields Modifier and Type Field Description static longCALL_TYPE_BRIDGETells the marshaler that aBridgecall is being marshaled.static longCALL_TYPE_CALLBACKTells the marshaler that aCallbackcall is being marshaled.static longCALL_TYPE_GLOBAL_VALUETells the marshaler that aGlobalValuecall is being marshaled.static longCALL_TYPE_MASKANDing flags with this value gets the call type.static longCALL_TYPE_PTRTells the marshaler that aPtrto something is being marshaled.static longCALL_TYPE_STRUCT_MEMBERTells the marshaler that aStructMembercall is being marshaled. -
Constructor Summary
Constructors Constructor Description MarshalerFlags() -
Method Summary
-
Field Details
-
CALL_TYPE_BRIDGE
public static final long CALL_TYPE_BRIDGETells the marshaler that aBridgecall is being marshaled.- See Also:
- Constant Field Values
-
CALL_TYPE_CALLBACK
public static final long CALL_TYPE_CALLBACKTells the marshaler that aCallbackcall is being marshaled.- See Also:
- Constant Field Values
-
CALL_TYPE_STRUCT_MEMBER
public static final long CALL_TYPE_STRUCT_MEMBERTells the marshaler that aStructMembercall is being marshaled.- See Also:
- Constant Field Values
-
CALL_TYPE_GLOBAL_VALUE
public static final long CALL_TYPE_GLOBAL_VALUETells the marshaler that aGlobalValuecall is being marshaled.- See Also:
- Constant Field Values
-
CALL_TYPE_PTR
public static final long CALL_TYPE_PTRTells the marshaler that aPtrto something is being marshaled.- See Also:
- Constant Field Values
-
CALL_TYPE_MASK
public static final long CALL_TYPE_MASKANDing flags with this value gets the call type.- See Also:
- Constant Field Values
-
-
Constructor Details
-
MarshalerFlags
public MarshalerFlags()
-