Uses of Interface
dev.civl.abc.ast.conversion.IF.CompatiblePointerConversion
Packages that use CompatiblePointerConversion
Package
Description
Submodule ast.conversion provides classes for representing
to C's "implicit conversions".
-
Uses of CompatiblePointerConversion in dev.civl.abc.ast.conversion.IF
Methods in dev.civl.abc.ast.conversion.IF that return CompatiblePointerConversionModifier and TypeMethodDescriptionConversionFactory.compatiblePointerConversion(PointerType type1, PointerType type2) Creates a new compatible-pointer-conversion object from the first pointer type to the second.