Uses of Interface
dev.civl.abc.ast.node.IF.statement.StatementNode

Packages that use StatementNode
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.omp submodule defines AST nodes for representing OpenMP constructs, which are specified in omp pragmas.
The ast.node.statement submodule defines AST nodes for representing statements in a program.