Uses of Enum Class
dev.civl.abc.ast.type.IF.StandardUnsignedIntegerType.UnsignedIntKind
Packages that use StandardUnsignedIntegerType.UnsignedIntKind
Package
Description
The ast.type submodule defines the (abstract) types
that can be specified in a program.
-
Uses of StandardUnsignedIntegerType.UnsignedIntKind in dev.civl.abc.ast.type.IF
Methods in dev.civl.abc.ast.type.IF that return StandardUnsignedIntegerType.UnsignedIntKindModifier and TypeMethodDescriptionStandardUnsignedIntegerType.getIntKind()Returns the enum constant of this class with the specified name.StandardUnsignedIntegerType.UnsignedIntKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.civl.abc.ast.type.IF with parameters of type StandardUnsignedIntegerType.UnsignedIntKindModifier and TypeMethodDescriptionTypeFactory.unsignedIntegerType(StandardUnsignedIntegerType.UnsignedIntKind kind) Returns the standard unsigned integer type of the given kind.