Uses of Class
cool.klass.model.converter.compiler.CompilerState
Packages that use CompilerState
Package
Description
-
Uses of CompilerState in cool.klass.model.converter.compiler
Fields in cool.klass.model.converter.compiler with type parameters of type CompilerStateModifier and TypeFieldDescriptionstatic final org.eclipse.collections.api.list.ImmutableList<Function<CompilerState,KlassListener>> KlassCompiler.COMPILER_PHASE_BUILDERS -
Uses of CompilerState in cool.klass.model.converter.compiler.phase
Fields in cool.klass.model.converter.compiler.phase declared as CompilerStateModifier and TypeFieldDescriptionprotected final CompilerStateAbstractCompilerPhase.compilerStateConstructors in cool.klass.model.converter.compiler.phase with parameters of type CompilerStateModifierConstructorDescriptionprotectedAbstractCompilerPhase(CompilerState compilerState) AssociationPhase(CompilerState compilerState) AuditAssociationInferencePhase(CompilerState compilerState) AuditPropertyInferencePhase(CompilerState compilerState) ClassifierPhase(CompilerState compilerState) ClassTemporalPropertyInferencePhase(CompilerState compilerState) CompilationUnitPhase(CompilerState compilerState) EnumerationsPhase(CompilerState compilerState) InheritancePhase(CompilerState compilerState) OrderByDirectionInferencePhase(CompilerState compilerState) OrderByDirectionPhase(CompilerState compilerState) OrderByPhase(CompilerState compilerState) ParameterizedPropertyPhase(CompilerState compilerState) ProjectionDeclarationPhase(CompilerState compilerState) ProjectionPhase(CompilerState compilerState) PropertyPhase(CompilerState compilerState) ReferencePropertyPhase(CompilerState compilerState) RelationshipInferencePhase(CompilerState compilerState) RelationshipPhase(CompilerState compilerState) ServiceCriteriaInferencePhase(CompilerState compilerState) ServiceCriteriaPhase(CompilerState compilerState) ServiceMultiplicityInferencePhase(CompilerState compilerState) ServiceMultiplicityPhase(CompilerState compilerState) ServicePhase(CompilerState compilerState) TopLevelElementsPhase(CompilerState compilerState) UrlParameterPhase(CompilerState compilerState) VariableResolutionPhase(CompilerState compilerState) VersionAssociationInferencePhase(CompilerState compilerState) VersionClassInferencePhase(CompilerState compilerState) -
Uses of CompilerState in cool.klass.model.converter.compiler.phase.criteria
Constructors in cool.klass.model.converter.compiler.phase.criteria with parameters of type CompilerStateModifierConstructorDescriptionCriteriaVisitor(CompilerState compilerState, IAntlrElement criteriaOwner) ExpressionValueVisitor(CompilerState compilerState, AntlrClassifier thisReference, IAntlrElement expressionValueOwner) LiteralValueVisitor(CompilerState compilerState, IAntlrElement expressionValueOwner) OperatorVisitor(CompilerState compilerState)