Uses of Interface
dev.civl.abc.analysis.IF.Analyzer
Packages that use Analyzer
Package
Description
The analysis module provides various algorithms which
analyze an AST, leaving behind information about the AST.
Module program provides a high-level, mutable,
representation of a program.
-
Uses of Analyzer in dev.civl.abc.analysis.IF
Methods in dev.civl.abc.analysis.IF that return AnalyzerModifier and TypeMethodDescriptionstatic AnalyzerAnalysis.newStandardAnalyzer(Configurations.Language language, Configuration configuration, ASTFactory astFactory, EntityFactory entityFactory, ConversionFactory conversionFactory) Constructs a new "standard" analyzer. -
Uses of Analyzer in dev.civl.abc.program.IF
Methods in dev.civl.abc.program.IF with parameters of type AnalyzerModifier and TypeMethodDescriptionstatic ProgramFactoryPrograms.newProgramFactory(ASTFactory factory, Analyzer standardAnalyzer)