Uses of Class
dev.civl.abc.token.IF.UnsourcedException

Packages that use UnsourcedException
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.
Module ast defines an Abstract Syntax Tree representation of a program, the AST.
Module token defines the various kinds of tokens and related classes used by ABC.