Uses of Package
dev.civl.abc.token.IF

Packages that use dev.civl.abc.token.IF
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.
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.
Submodule ast.node defines every kind of node in an AST.
 
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.
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 token defines the various kinds of tokens and related classes used by ABC.
Module transform defines various kinds of transformations of an AST.