Class DwarfConst.ApplePropertyAttributes
java.lang.Object
org.robovm.compiler.llvm.debug.dwarf.DwarfConst.ApplePropertyAttributes
- Enclosing class:
- DwarfConst
public static class DwarfConst.ApplePropertyAttributes extends Object
-
Field Summary
Fields Modifier and Type Field Description static intAPPLE_PROPERTY_assignstatic intAPPLE_PROPERTY_atomicstatic intAPPLE_PROPERTY_copystatic intAPPLE_PROPERTY_getterstatic intAPPLE_PROPERTY_nonatomicstatic intAPPLE_PROPERTY_readonlystatic intAPPLE_PROPERTY_readwritestatic intAPPLE_PROPERTY_retainstatic intAPPLE_PROPERTY_setterstatic intAPPLE_PROPERTY_strongstatic intAPPLE_PROPERTY_unsafe_unretainedstatic intAPPLE_PROPERTY_weak -
Constructor Summary
Constructors Constructor Description ApplePropertyAttributes() -
Method Summary
-
Field Details
-
APPLE_PROPERTY_readonly
public static final int APPLE_PROPERTY_readonly- See Also:
- Constant Field Values
-
APPLE_PROPERTY_getter
public static final int APPLE_PROPERTY_getter- See Also:
- Constant Field Values
-
APPLE_PROPERTY_assign
public static final int APPLE_PROPERTY_assign- See Also:
- Constant Field Values
-
APPLE_PROPERTY_readwrite
public static final int APPLE_PROPERTY_readwrite- See Also:
- Constant Field Values
-
APPLE_PROPERTY_retain
public static final int APPLE_PROPERTY_retain- See Also:
- Constant Field Values
-
APPLE_PROPERTY_copy
public static final int APPLE_PROPERTY_copy- See Also:
- Constant Field Values
-
APPLE_PROPERTY_nonatomic
public static final int APPLE_PROPERTY_nonatomic- See Also:
- Constant Field Values
-
APPLE_PROPERTY_setter
public static final int APPLE_PROPERTY_setter- See Also:
- Constant Field Values
-
APPLE_PROPERTY_atomic
public static final int APPLE_PROPERTY_atomic- See Also:
- Constant Field Values
-
APPLE_PROPERTY_weak
public static final int APPLE_PROPERTY_weak- See Also:
- Constant Field Values
-
APPLE_PROPERTY_strong
public static final int APPLE_PROPERTY_strong- See Also:
- Constant Field Values
-
APPLE_PROPERTY_unsafe_unretained
public static final int APPLE_PROPERTY_unsafe_unretained- See Also:
- Constant Field Values
-
-
Constructor Details
-
ApplePropertyAttributes
public ApplePropertyAttributes()
-