Uses of Package
dev.civl.abc.ast.node.IF.type
Packages that use dev.civl.abc.ast.node.IF.type
Package
Description
Submodule ast.node defines every kind of
node in an AST.
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.type submodule defines AST nodes
for representing type constructs in a program.
-
Classes in dev.civl.abc.ast.node.IF.type used by dev.civl.abc.ast.node.IFClassDescriptionRepresents an array type.An atomic type, specified by "_Atomic ( type-name )".Represents use of the CIVL-C domain type, either "$domain" alone, or one of the sub-types "$domain(n)" for some positive integer constant n.An enumeration type.A
TypeNoderepresenting a $lambda(free-var-type:func-type) typeGNU C language reference 6.6 Referring to a Type with typeof Another way to refer to the type of an expression is with typeof. -
Classes in dev.civl.abc.ast.node.IF.type used by dev.civl.abc.ast.node.IF.declaration
-
Classes in dev.civl.abc.ast.node.IF.type used by dev.civl.abc.ast.node.IF.expression
-
Classes in dev.civl.abc.ast.node.IF.type used by dev.civl.abc.ast.node.IF.typeClassDescriptionRepresents an array type.An atomic type, specified by "_Atomic ( type-name )".An enumeration type.The different kinds of type nodes.