Uses of Interface
dev.civl.abc.ast.node.IF.label.LabelNode
Packages that use LabelNode
Package
Description
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.
-
Uses of LabelNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF with parameters of type LabelNodeModifier and TypeMethodDescriptionNodeFactory.newLabeledStatementNode(Source source, LabelNode label, StatementNode statement) Constructs new node representing a labeled statement. -
Uses of LabelNode in dev.civl.abc.ast.node.IF.label
Subinterfaces of LabelNode in dev.civl.abc.ast.node.IF.labelModifier and TypeInterfaceDescriptioninterfaceRepresents an ordinary label (i.e., a label which is not acaseordefaultlabel).interfaceRepresents a label in aswitchstatement of the formcase constant-expression:ordefault:.Methods in dev.civl.abc.ast.node.IF.label that return LabelNode -
Uses of LabelNode in dev.civl.abc.ast.node.IF.statement
Methods in dev.civl.abc.ast.node.IF.statement that return LabelNode