Uses of Interface
dev.civl.abc.ast.type.IF.ObjectType

Packages that use ObjectType
Package
Description
Submodule ast.conversion provides classes for representing to C's "implicit conversions".
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.
The ast.node.compound submodule defines nodes and related classes for representing compound initializers.
The ast.type submodule defines the (abstract) types that can be specified in a program.