Uses of Interface
dev.civl.abc.ast.IF.ASTFactory

Packages that use ASTFactory
Package
Description
The analysis module provides various algorithms which analyze an AST, leaving behind information about the AST.
Module ast defines an Abstract Syntax Tree representation of a program, the AST.
Module parse is used to parse a token stream and produce an ANTLR tree representation of a C program.
Module program provides a high-level, mutable, representation of a program.
Module transform defines various kinds of transformations of an AST.