Uses of Class
org.ek9lang.compiler.support.AggregateManipulator
Packages that use AggregateManipulator
Package
Description
F - Resolution of Explicitly Defined Type Symbols - at this point phase1 processing should have defined
most of the explicitly defined symbols, so they should be resolvable.
Contains critical general components used in the
Ek9Compiler
listeners.-
Uses of AggregateManipulator in org.ek9lang.compiler.phase2
Fields in org.ek9lang.compiler.phase2 declared as AggregateManipulatorModifier and TypeFieldDescription(package private) final AggregateManipulator
PopulateConstrainedTypeOrError.aggregateManipulator
Constructors in org.ek9lang.compiler.phase2 with parameters of type AggregateManipulatorModifierConstructorDescription(package private)
PopulateConstrainedTypeOrError
(SymbolsAndScopes symbolsAndScopes, AggregateManipulator aggregateManipulator, ErrorListener errorListener) (package private)
ProcessTypeDeclarationOrError
(SymbolsAndScopes symbolsAndScopes, AggregateManipulator aggregateManipulator, ErrorListener errorListener) (package private)
SetupGenericTOrError
(SymbolsAndScopes symbolsAndScopes, AggregateManipulator aggregateManipulator, ErrorListener errorListener) (package private)
SyntheticConstructorCreator
(AggregateManipulator aggregateManipulator) -
Uses of AggregateManipulator in org.ek9lang.compiler.support
Fields in org.ek9lang.compiler.support declared as AggregateManipulatorModifier and TypeFieldDescription(package private) final AggregateManipulator
CheckAndPopulateOperator.aggregateManipulator
protected final AggregateManipulator
CommonFactory.aggregateManipulator
Methods in org.ek9lang.compiler.support that return AggregateManipulatorConstructors in org.ek9lang.compiler.support with parameters of type AggregateManipulatorModifierConstructorDescription(package private)
CheckAndPopulateOperator
(AggregateManipulator aggregateManipulator, ErrorListener errorListener) OperatorFactory
(AggregateManipulator aggregateManipulator)