Uses of Enum Class
dev.civl.abc.ast.type.IF.Type.TypeKind
Packages that use Type.TypeKind
Package
Description
The ast.type submodule defines the (abstract) types
that can be specified in a program.
-
Uses of Type.TypeKind in dev.civl.abc.ast.type.IF
Methods in dev.civl.abc.ast.type.IF that return Type.TypeKindModifier and TypeMethodDescriptionType.kind()The kind of type this is.static Type.TypeKindReturns the enum constant of this class with the specified name.static Type.TypeKind[]Type.TypeKind.values()Returns an array containing the constants of this enum class, in the order they are declared.