Uses of Interface
dev.civl.abc.ast.node.IF.label.OrdinaryLabelNode

Packages that use OrdinaryLabelNode
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.