Uses of Enum Class
dev.civl.abc.ast.node.IF.statement.JumpNode.JumpKind
Packages that use JumpNode.JumpKind
Package
Description
The ast.node.statement submodule defines AST
nodes for representing statements in a program.
-
Uses of JumpNode.JumpKind in dev.civl.abc.ast.node.IF.statement
Methods in dev.civl.abc.ast.node.IF.statement that return JumpNode.JumpKindModifier and TypeMethodDescriptionJumpNode.getKind()static JumpNode.JumpKindReturns the enum constant of this class with the specified name.static JumpNode.JumpKind[]JumpNode.JumpKind.values()Returns an array containing the constants of this enum class, in the order they are declared.