Class MarshalerFlags

java.lang.Object
org.robovm.rt.bro.MarshalerFlags

public class MarshalerFlags
extends Object
Flags passed to a marshaler.
  • Field Details

    • CALL_TYPE_BRIDGE

      public static final long CALL_TYPE_BRIDGE
      Tells the marshaler that a Bridge call is being marshaled.
      See Also:
      Constant Field Values
    • CALL_TYPE_CALLBACK

      public static final long CALL_TYPE_CALLBACK
      Tells the marshaler that a Callback call is being marshaled.
      See Also:
      Constant Field Values
    • CALL_TYPE_STRUCT_MEMBER

      public static final long CALL_TYPE_STRUCT_MEMBER
      Tells the marshaler that a StructMember call is being marshaled.
      See Also:
      Constant Field Values
    • CALL_TYPE_GLOBAL_VALUE

      public static final long CALL_TYPE_GLOBAL_VALUE
      Tells the marshaler that a GlobalValue call is being marshaled.
      See Also:
      Constant Field Values
    • CALL_TYPE_PTR

      public static final long CALL_TYPE_PTR
      Tells the marshaler that a Ptr to something is being marshaled.
      See Also:
      Constant Field Values
    • CALL_TYPE_MASK

      public static final long CALL_TYPE_MASK
      ANDing flags with this value gets the call type.
      See Also:
      Constant Field Values
  • Constructor Details

    • MarshalerFlags

      public MarshalerFlags()