MBConcreteVariableType Constants Reference
Declared in | MBVariableDeclaration.h |
---|
MBConcreteVariableType
Specifies the type of variable declared by an MBConcreteVariableDeclaration
.
Definition
typedef NS_ENUM(NSUInteger, MBConcreteVariableType ) {
MBConcreteVariableTypeUnknown = 0,
MBConcreteVariableTypeSimple,
MBConcreteVariableTypeMap,
MBConcreteVariableTypeList,
};
Constants
MBConcreteVariableTypeUnknown
-
The variable type is not yet known.
Declared In
MBVariableDeclaration.h
. MBConcreteVariableTypeSimple
-
The variable type is declared as a simple
NSObject
instance.Declared In
MBVariableDeclaration.h
. MBConcreteVariableTypeMap
-
The variable type is declared as a map (the underlying type is
NSDictionary
).Declared In
MBVariableDeclaration.h
. MBConcreteVariableTypeList
-
The variable type is declared as a list (the underlying type is
NSArray
).Declared In
MBVariableDeclaration.h
.
Declared In
MBVariableDeclaration.h