Uses of Interface
dev.civl.abc.ast.type.IF.DomainType
Packages that use DomainType
Package
Description
Submodule ast.conversion provides classes for representing
to C's "implicit conversions".
The ast.type submodule defines the (abstract) types
that can be specified in a program.
-
Uses of DomainType in dev.civl.abc.ast.conversion.IF
Methods in dev.civl.abc.ast.conversion.IF that return DomainTypeModifier and TypeMethodDescriptionRegularRangeToDomainConversion.getNewType()The domain type$domain.Methods in dev.civl.abc.ast.conversion.IF with parameters of type DomainTypeModifier and TypeMethodDescriptionConversionFactory.regularRangeToDomainConversion(ObjectType rangeType, DomainType domainType) When a range expression is used in $for or $parfor, it is converted automatically to $domain type. -
Uses of DomainType in dev.civl.abc.ast.type.IF
Methods in dev.civl.abc.ast.type.IF that return DomainTypeModifier and TypeMethodDescriptionTypeFactory.domainType()Returns the universal domain type$domain.TypeFactory.domainType(int dimension) Returns the domain type with specified dimension,$domain(n).