Uses of Interface
dev.civl.abc.ast.node.IF.IdentifierNode

Packages that use IdentifierNode
Package
Description
Submodule ast.node defines every kind of node in an AST.
 
The ast.node.compound submodule defines nodes and related classes for representing compound initializers.
The ast.node.declaration submodule defines nodes and other object deadling with declarations in a program.
The ast.node.expression submodule defines AST nodes for representing expressions in a program.
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.
The ast.node.type submodule defines AST nodes for representing type constructs in a program.