Module dev.civl.abc
Package dev.civl.abc.ast.node.IF.label
package dev.civl.abc.ast.node.IF.label
The ast.node.label submodule defines AST nodes for representing labels
in a program, including ordinary labels, and the case and default
labels used in switch statements.
-
InterfacesClassDescriptionRepresents a label in a program.Represents an ordinary label (i.e., a label which is not a
caseordefaultlabel).Represents a label in aswitchstatement of the formcase constant-expression:ordefault:.