Uses of Enum Class
dev.civl.abc.ast.node.IF.statement.StatementNode.StatementKind
Packages that use StatementNode.StatementKind
Package
Description
The ast.node.statement submodule defines AST
nodes for representing statements in a program.
-
Uses of StatementNode.StatementKind in dev.civl.abc.ast.node.IF.statement
Methods in dev.civl.abc.ast.node.IF.statement that return StatementNode.StatementKindModifier and TypeMethodDescriptionStatementNode.statementKind()Different statement nodes have different statement kind.static StatementNode.StatementKindReturns the enum constant of this class with the specified name.static StatementNode.StatementKind[]StatementNode.StatementKind.values()Returns an array containing the constants of this enum class, in the order they are declared.