Assigner
is responsible for transforming
a given TypeDescription
into another one.See: Description
Interface | Description |
---|---|
Assigner |
An assigner is responsible for converting some type
A to another type B if possible. |
Class | Description |
---|---|
TypeCasting |
A stack manipulation for a type down casting.
|
Enum | Description |
---|---|
Assigner.EqualTypesOnly |
An assigner that only allows to assign types if they are equal to another.
|
Assigner.Refusing |
An assigner that does not allow any assignments.
|
Assigner
is responsible for transforming
a given TypeDescription
into another one. In doing so, an assigner is also
able to determine that some assignment is illegal.Copyright © 2014–2015. All rights reserved.