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.-
Uses of EntityFactory in dev.civl.abc.analysis.IF
Methods in dev.civl.abc.analysis.IF with parameters of type EntityFactoryModifier and TypeMethodDescriptionstatic AnalyzerAnalysis.newStandardAnalyzer(Configurations.Language language, Configuration configuration, ASTFactory astFactory, EntityFactory entityFactory, ConversionFactory conversionFactory) Constructs a new "standard" analyzer. -
Uses of EntityFactory in dev.civl.abc.ast.entity.IF
Methods in dev.civl.abc.ast.entity.IF that return EntityFactoryModifier and TypeMethodDescriptionstatic EntityFactoryEntities.newEntityFactory()Constructs a new entity factory. -
Uses of EntityFactory in dev.civl.abc.ast.IF
Constructors in dev.civl.abc.ast.IF with parameters of type EntityFactoryModifierConstructorDescriptionStandardTypes(EntityFactory entityFactory, TypeFactory typeFactory)