A modifier that can be used instead of a type in some places.
This includes:
value
’ and ‘function
’, indicating type inference;void
’ modifier, indicating that a function doesn’t return a value; anddynamic
’ modifier, indicating absense of any typing information.Anything
Object
Initializer |
TypeModifier() |
Inherited Attributes |
Attributes inherited from: Modifier |
Attributes inherited from: Node |
Attributes inherited from: Object hash , string |
Inherited Methods |
Methods inherited from: Node |
Methods inherited from: Object equals |