Uses of Interface
dev.civl.abc.ast.node.IF.label.SwitchLabelNode
Packages that use SwitchLabelNode
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.-
Uses of SwitchLabelNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return SwitchLabelNodeModifier and TypeMethodDescriptionNodeFactory.newCaseLabelDeclarationNode(Source source, ExpressionNode constantExpression, StatementNode statement) Constructs a new case-labeled declaration node.NodeFactory.newDefaultLabelDeclarationNode(Source source, StatementNode statement) Constructs a new node representing the occurence of adefault :label inside of aswitchstatement body. -
Uses of SwitchLabelNode in dev.civl.abc.ast.node.IF.label
Methods in dev.civl.abc.ast.node.IF.label that return SwitchLabelNode