Uses of Enum Class
dev.civl.abc.ast.node.IF.statement.BlockItemNode.BlockItemKind
Packages that use BlockItemNode.BlockItemKind
Package
Description
The ast.node.statement submodule defines AST
nodes for representing statements in a program.
-
Uses of BlockItemNode.BlockItemKind in dev.civl.abc.ast.node.IF.statement
Methods in dev.civl.abc.ast.node.IF.statement that return BlockItemNode.BlockItemKindModifier and TypeMethodDescriptionBlockItemNode.blockItemKind()Returns the kind of this block item.static BlockItemNode.BlockItemKindReturns the enum constant of this class with the specified name.static BlockItemNode.BlockItemKind[]BlockItemNode.BlockItemKind.values()Returns an array containing the constants of this enum class, in the order they are declared.