Uses of Interface
dev.civl.abc.ast.node.IF.statement.SwitchNode
Packages that use SwitchNode
Package
Description
Submodule ast.node defines every kind of
node in an AST.
The ast.node.statement submodule defines AST
nodes for representing statements in a program.
-
Uses of SwitchNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return SwitchNodeModifier and TypeMethodDescriptionNodeFactory.newSwitchNode(Source source, ExpressionNode condition, StatementNode body) Constructs a new node representing a Cswitchstatement. -
Uses of SwitchNode in dev.civl.abc.ast.node.IF.statement
Methods in dev.civl.abc.ast.node.IF.statement that return SwitchNode