Uses of Enum Class
dev.civl.mc.model.IF.statement.NoopStatement.NoopKind
Packages that use NoopStatement.NoopKind
Package
Description
Submodule model.statement defines a statement of a CIVL-C program.
-
Uses of NoopStatement.NoopKind in dev.civl.mc.model.IF.statement
Methods in dev.civl.mc.model.IF.statement that return NoopStatement.NoopKindModifier and TypeMethodDescriptionNoopStatement.noopKind()Returns the kind of this noop statement, which might be a if-else branching, loop branching, atomic entering/exiting noop statement, etc.static NoopStatement.NoopKindReturns the enum constant of this class with the specified name.static NoopStatement.NoopKind[]NoopStatement.NoopKind.values()Returns an array containing the constants of this enum class, in the order they are declared.