Uses of Enum Class
dev.civl.abc.ast.node.IF.statement.LoopNode.LoopKind
Packages that use LoopNode.LoopKind
Package
Description
The ast.node.statement submodule defines AST
nodes for representing statements in a program.
-
Uses of LoopNode.LoopKind in dev.civl.abc.ast.node.IF.statement
Methods in dev.civl.abc.ast.node.IF.statement that return LoopNode.LoopKindModifier and TypeMethodDescriptionLoopNode.getKind()What kind of loop is this?static LoopNode.LoopKindReturns the enum constant of this class with the specified name.static LoopNode.LoopKind[]LoopNode.LoopKind.values()Returns an array containing the constants of this enum class, in the order they are declared.