Package edu.udel.cis.vsl.abc.ast.node.IF.type
package edu.udel.cis.vsl.abc.ast.node.IF.type
The ast.node.type submodule defines AST nodes
for representing type constructs in a program.
-
ClassDescriptionRepresents 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
TypeNode
representing a $lambda(free-var-type:func-type) typeThe different kinds of type nodes.GNU C language reference 6.6 Referring to a Type with typeof Another way to refer to the type of an expression is with typeof.