Uses of Interface
dev.civl.abc.ast.type.IF.StandardUnsignedIntegerType
Packages that use StandardUnsignedIntegerType
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 StandardUnsignedIntegerType in dev.civl.abc.ast.conversion.IF
Methods in dev.civl.abc.ast.conversion.IF that return StandardUnsignedIntegerType -
Uses of StandardUnsignedIntegerType in dev.civl.abc.ast.type.IF
Methods in dev.civl.abc.ast.type.IF that return StandardUnsignedIntegerTypeModifier and TypeMethodDescriptionTypeFactory.unsignedIntegerType(StandardUnsignedIntegerType.UnsignedIntKind kind) Returns the standard unsigned integer type of the given kind.