Uses of Enum Class
dev.civl.abc.ast.value.IF.TypeValue.TypeValueKind
Packages that use TypeValue.TypeValueKind
Package
Description
The ast.value submodule defines classes for representing
constant values that can occur in a program, such as numeric literals,
characters, strings, pointer constants, and so on.
-
Uses of TypeValue.TypeValueKind in dev.civl.abc.ast.value.IF
Methods in dev.civl.abc.ast.value.IF that return TypeValue.TypeValueKindModifier and TypeMethodDescriptionTypeValue.getTypeValueKind()static TypeValue.TypeValueKindReturns the enum constant of this class with the specified name.static TypeValue.TypeValueKind[]TypeValue.TypeValueKind.values()Returns an array containing the constants of this enum class, in the order they are declared.