Uses of Interface
dev.civl.abc.ast.conversion.IF.RegularRangeToDomainConversion
Packages that use RegularRangeToDomainConversion
Package
Description
Submodule ast.conversion provides classes for representing
to C's "implicit conversions".
-
Uses of RegularRangeToDomainConversion in dev.civl.abc.ast.conversion.IF
Methods in dev.civl.abc.ast.conversion.IF that return RegularRangeToDomainConversionModifier and TypeMethodDescriptionConversionFactory.regularRangeToDomainConversion(ObjectType rangeType, DomainType domainType) When a range expression is used in $for or $parfor, it is converted automatically to $domain type.