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

Packages that use TypeFactory
Package
Description
 
Submodule ast.conversion provides classes for representing to C's "implicit conversions".
Module ast defines an Abstract Syntax Tree representation of a program, the AST.
Submodule ast.node defines every kind of node in an AST.
The ast.type submodule defines the (abstract) types that can be specified in a program.
The ast.value submodule defines classes for representing constant values that can occur in a program, such as numeric literals, characters, strings, pointer constants, and so on.