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.-
Uses of OrdinaryLabelNode in dev.civl.abc.ast.entity.IF
Methods in dev.civl.abc.ast.entity.IF that return OrdinaryLabelNodeMethods in dev.civl.abc.ast.entity.IF with parameters of type OrdinaryLabelNodeModifier and TypeMethodDescriptionEntityFactory.newLabel(OrdinaryLabelNode declaration) Creates a new label entity. -
Uses of OrdinaryLabelNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return OrdinaryLabelNodeModifier and TypeMethodDescriptionNodeFactory.newStandardLabelDeclarationNode(Source source, IdentifierNode name, StatementNode statement) Creates a new node representing a standard C label. -
Uses of OrdinaryLabelNode in dev.civl.abc.ast.node.IF.label
Methods in dev.civl.abc.ast.node.IF.label that return OrdinaryLabelNode