Uses of Interface
dev.civl.abc.ast.type.IF.TypeFactory
Packages that use TypeFactory
Package
Description
Submodule ast.conversion provides classes for representing
to C's "implicit conversions".
Module ast defines an Abstract Syntax Tree
representation of a program, the
AST.Submodule ast.node defines every kind of
node in an AST.
The ast.type submodule defines the (abstract) types
that can be specified in a program.
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.
-
Uses of TypeFactory in dev.civl.abc.analysis.pointsTo.IF
Methods in dev.civl.abc.analysis.pointsTo.IF with parameters of type TypeFactoryModifier and TypeMethodDescriptionstatic FlowInsensePointsToAnalyzerSimplePointsToAnalysis.flowInsensePointsToAnalyzer(AST program, TypeFactory typeFactory) static FlowInsensePointsToAnalyzerSimplePointsToAnalysisIF.flowInsensePointsToAnalyzer(AST program, TypeFactory typeFactory) -
Uses of TypeFactory in dev.civl.abc.ast.conversion.IF
Methods in dev.civl.abc.ast.conversion.IF that return TypeFactoryMethods in dev.civl.abc.ast.conversion.IF with parameters of type TypeFactoryModifier and TypeMethodDescriptionstatic ConversionFactoryConversions.newConversionFactory(TypeFactory typeFactory) Produce a new conversion factory which uses the given type factory. -
Uses of TypeFactory in dev.civl.abc.ast.IF
Methods in dev.civl.abc.ast.IF that return TypeFactoryModifier and TypeMethodDescriptionASTFactory.getTypeFactory()Returns the type factory used by this AST factory.Methods in dev.civl.abc.ast.IF with parameters of type TypeFactoryModifier and TypeMethodDescriptionstatic ASTFactoryASTs.newASTFactory(NodeFactory nodeFactory, TokenFactory tokenFactory, TypeFactory typeFactory) Create a new ASTFactory that used the given node factory, token factory, and type factory.Constructors in dev.civl.abc.ast.IF with parameters of type TypeFactoryModifierConstructorDescriptionStandardTypes(EntityFactory entityFactory, TypeFactory typeFactory) -
Uses of TypeFactory in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return TypeFactoryMethods in dev.civl.abc.ast.node.IF with parameters of type TypeFactoryModifier and TypeMethodDescriptionstatic NodeFactoryNodes.newNodeFactory(Configuration configuration, TypeFactory typeFactory, ValueFactory valueFactory) Create a new node factory that uses the given type factory and the given value factory. -
Uses of TypeFactory in dev.civl.abc.ast.type.IF
Methods in dev.civl.abc.ast.type.IF that return TypeFactory -
Uses of TypeFactory in dev.civl.abc.ast.value.IF
Methods in dev.civl.abc.ast.value.IF with parameters of type TypeFactoryModifier and TypeMethodDescriptionstatic ValueFactoryValues.newValueFactory(Configuration configuration, TypeFactory typeFactory)