Uses of Enum Class
dev.civl.mc.model.IF.statement.Statement.StatementKind
Packages that use Statement.StatementKind
Package
Description
Submodule model.statement defines a statement of a CIVL-C program.
-
Uses of Statement.StatementKind in dev.civl.mc.model.IF.statement
Methods in dev.civl.mc.model.IF.statement that return Statement.StatementKindModifier and TypeMethodDescriptionStatement.statementKind()Obtain the kind of the statement.static Statement.StatementKindReturns the enum constant of this class with the specified name.static Statement.StatementKind[]Statement.StatementKind.values()Returns an array containing the constants of this enum class, in the order they are declared.