Uses of Enum Class
dev.civl.abc.ast.node.IF.expression.ConstantNode.ConstantKind
Packages that use ConstantNode.ConstantKind
Package
Description
The ast.node.expression submodule defines AST nodes
for representing expressions in a program.
-
Uses of ConstantNode.ConstantKind in dev.civl.abc.ast.node.IF.expression
Methods in dev.civl.abc.ast.node.IF.expression that return ConstantNode.ConstantKindModifier and TypeMethodDescriptionConstantNode.constantKind()static ConstantNode.ConstantKindReturns the enum constant of this class with the specified name.static ConstantNode.ConstantKind[]ConstantNode.ConstantKind.values()Returns an array containing the constants of this enum class, in the order they are declared.