Uses of Package
dev.civl.abc.ast.node.IF.declaration
Packages that use dev.civl.abc.ast.node.IF.declaration
Package
Description
Submodule ast.entity defines entities
(objects of type
Entity),
the abstract things such as types, structures, unions, enumerations,
objects (variables), functions, and so on,
which can be named by identifiers in a program.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.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.type submodule defines AST nodes
for representing type constructs in a program.
The ast.type submodule defines the (abstract) types
that can be specified in a program.
-
Classes in dev.civl.abc.ast.node.IF.declaration used by dev.civl.abc.ast.entity.IFClassDescriptionThe root of the declaration node type hierarchy.Represents a function definition, i.e., a function declaration which includes the function body.A marker interface for any node that can be used as an initializer.A node representing a typedef declaration.A declaration of a variable ("object").
-
Classes in dev.civl.abc.ast.node.IF.declaration used by dev.civl.abc.ast.node.IFClassDescriptionAn abstract function definition contains the information for an abstract function (i.e.The declaration of an enumerator (enumeration constant) within an enumeration type definition.Represents a declaration of a field (member) in a struct or union type.A node representing a function declaration.Represents a function definition, i.e., a function declaration which includes the function body.A marker interface for any node that can be used as an initializer.A node representing a typedef declaration.A declaration of a variable ("object").
-
Classes in dev.civl.abc.ast.node.IF.declaration used by dev.civl.abc.ast.node.IF.acslClassDescriptionThe root of the declaration node type hierarchy.A node representing a function declaration.Represents a function definition, i.e., a function declaration which includes the function body.A marker interface for any node that can be used as an initializer.A declaration of a variable or function via a C "declarator".A declaration of a variable ("object").
-
Classes in dev.civl.abc.ast.node.IF.declaration used by dev.civl.abc.ast.node.IF.compoundClassDescriptionA marker interface for any node that can be used as an initializer.
-
Classes in dev.civl.abc.ast.node.IF.declaration used by dev.civl.abc.ast.node.IF.declarationClassDescriptionAn abstract function definition contains the information for an abstract function (i.e.The root of the declaration node type hierarchy.The declaration of an enumerator (enumeration constant) within an enumeration type definition.Represents a declaration of a field (member) in a struct or union type.A node representing a function declaration.Represents a function definition, i.e., a function declaration which includes the function body.A marker interface for any node that can be used as an initializer.A declaration of a variable or function via a C "declarator".The different kinds of ordinary declarations.A CIVL-C scope-parameterized declaration node.A node representing a typedef declaration.A declaration of a variable ("object").
-
Classes in dev.civl.abc.ast.node.IF.declaration used by dev.civl.abc.ast.node.IF.expressionClassDescriptionA marker interface for any node that can be used as an initializer.A declaration of a variable ("object").
-
Classes in dev.civl.abc.ast.node.IF.declaration used by dev.civl.abc.ast.node.IF.label
-
Classes in dev.civl.abc.ast.node.IF.declaration used by dev.civl.abc.ast.node.IF.typeClassDescriptionThe root of the declaration node type hierarchy.The declaration of an enumerator (enumeration constant) within an enumeration type definition.Represents a declaration of a field (member) in a struct or union type.A declaration of a variable ("object").
-
Classes in dev.civl.abc.ast.node.IF.declaration used by dev.civl.abc.ast.type.IFClassDescriptionThe declaration of an enumerator (enumeration constant) within an enumeration type definition.Represents a declaration of a field (member) in a struct or union type.