Uses of Interface
dev.civl.abc.ast.conversion.IF.ArithmeticConversion
Packages that use ArithmeticConversion
Package
Description
Submodule ast.conversion provides classes for representing
to C's "implicit conversions".
-
Uses of ArithmeticConversion in dev.civl.abc.ast.conversion.IF
Methods in dev.civl.abc.ast.conversion.IF that return ArithmeticConversionModifier and TypeMethodDescriptionConversionFactory.arithmeticConversion(ArithmeticType oldType, ArithmeticType newType) Returns an ArithmeticConversion object with given old type and new type.