Uses of Package
dev.civl.abc.ast.node.IF.label
Packages that use dev.civl.abc.ast.node.IF.label
Package
Description
Submodule ast.entity defines entities
(objects of type
Entity),
the abstract things such as types, structures, unions, enumerations,
objects (variables), functions, and so on,
which can be named by identifiers in a program.Submodule ast.node defines every kind of
node in an AST.
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.The ast.node.statement submodule defines AST
nodes for representing statements in a program.
-
Classes in dev.civl.abc.ast.node.IF.label used by dev.civl.abc.ast.entity.IFClassDescriptionRepresents an ordinary label (i.e., a label which is not a
caseordefaultlabel). -
Classes in dev.civl.abc.ast.node.IF.label used by dev.civl.abc.ast.node.IFClassDescriptionRepresents 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:. -
Classes in dev.civl.abc.ast.node.IF.label used by dev.civl.abc.ast.node.IF.labelClassDescriptionRepresents 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:. -
Classes in dev.civl.abc.ast.node.IF.label used by dev.civl.abc.ast.node.IF.statement