Uses of Enum Class
dev.civl.abc.ast.conversion.IF.Conversion.ConversionKind
Packages that use Conversion.ConversionKind
Package
Description
Submodule ast.conversion provides classes for representing
to C's "implicit conversions".
-
Uses of Conversion.ConversionKind in dev.civl.abc.ast.conversion.IF
Methods in dev.civl.abc.ast.conversion.IF that return Conversion.ConversionKindModifier and TypeMethodDescriptionConversion.conversionKind()Returns the kind of the conversion.static Conversion.ConversionKindReturns the enum constant of this class with the specified name.static Conversion.ConversionKind[]Conversion.ConversionKind.values()Returns an array containing the constants of this enum class, in the order they are declared.