Uses of Interface
dev.civl.abc.ast.entity.IF.EntityFactory

Packages that use EntityFactory
Package
Description
The analysis module provides various algorithms which analyze an AST, leaving behind information about the AST.
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.