Uses of Interface
dev.civl.abc.ast.node.IF.statement.ChooseStatementNode
Packages that use ChooseStatementNode
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 ChooseStatementNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return ChooseStatementNodeModifier and TypeMethodDescriptionNodeFactory.newChooseStatementNode(Source source, List<StatementNode> statements) Constructs a new node representing a CIVL-C$choosestatement. -
Uses of ChooseStatementNode in dev.civl.abc.ast.node.IF.statement
Methods in dev.civl.abc.ast.node.IF.statement that return ChooseStatementNode