Assigner is responsible for transforming
 a given TypeDescription into another one.See: Description
| Interface | Description | 
|---|---|
| Assigner | An assigner is responsible for converting some type  Ato another typeBif possible. | 
| Class | Description | 
|---|---|
| InstanceCheck | Implements an  instanceofcheck. | 
| 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.Typing | Indicates for a type assignment, if a type casting should be applied in case that two types are not statically assignable. | 
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–2022. All rights reserved.