Uses of Enum Class
dev.civl.abc.ast.type.IF.StandardSignedIntegerType.SignedIntKind
Packages that use StandardSignedIntegerType.SignedIntKind
Package
Description
The ast.type submodule defines the (abstract) types
that can be specified in a program.
-
Uses of StandardSignedIntegerType.SignedIntKind in dev.civl.abc.ast.type.IF
Methods in dev.civl.abc.ast.type.IF that return StandardSignedIntegerType.SignedIntKindModifier and TypeMethodDescriptionStandardSignedIntegerType.getIntKind()Returns the kind of standard signed integerReturns the enum constant of this class with the specified name.StandardSignedIntegerType.SignedIntKind.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 StandardSignedIntegerType.SignedIntKindModifier and TypeMethodDescriptionTypeFactory.signedIntegerType(StandardSignedIntegerType.SignedIntKind kind) Returns the standard signed integer type of the given kind.