- All Superinterfaces:
Conversion
Converts a regular range to a (one-dimension) domain.
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.civl.abc.ast.conversion.IF.Conversion
Conversion.ConversionKind -
Method Summary
Modifier and TypeMethodDescriptionThe domain type$domain.The range type$range.Methods inherited from interface dev.civl.abc.ast.conversion.IF.Conversion
conversionKind
-
Method Details
-
getOldType
ObjectType getOldType()The range type$range.- Specified by:
getOldTypein interfaceConversion- Returns:
- the pre-conversion type
-
getNewType
DomainType getNewType()The domain type$domain.- Specified by:
getNewTypein interfaceConversion- Returns:
- the post-conversion type
-