Uses of Class
cool.klass.model.converter.compiler.state.projection.AntlrProjection
Packages that use AntlrProjection
Package
Description
-
Uses of AntlrProjection in cool.klass.model.converter.compiler
Methods in cool.klass.model.converter.compiler that return AntlrProjection -
Uses of AntlrProjection in cool.klass.model.converter.compiler.state
Methods in cool.klass.model.converter.compiler.state that return AntlrProjectionModifier and TypeMethodDescriptionAntlrDomainModel.getProjectionByContext(KlassParser.ProjectionDeclarationContext context) AntlrDomainModel.getProjectionByName(String projectionName) Methods in cool.klass.model.converter.compiler.state with parameters of type AntlrProjectionModifier and TypeMethodDescriptionvoidAntlrDomainModel.exitProjectionDeclaration(AntlrProjection projection) -
Uses of AntlrProjection in cool.klass.model.converter.compiler.state.projection
Fields in cool.klass.model.converter.compiler.state.projection declared as AntlrProjectionModifier and TypeFieldDescriptionstatic final AntlrProjectionAntlrProjection.AMBIGUOUSstatic final AntlrProjectionAntlrProjection.NOT_FOUNDConstructors in cool.klass.model.converter.compiler.state.projection with parameters of type AntlrProjectionModifierConstructorDescriptionAntlrProjectionProjectionReference(KlassParser.ProjectionProjectionReferenceContext elementContext, Optional<CompilationUnit> compilationUnit, int ordinal, KlassParser.IdentifierContext nameContext, AntlrClassifier classifier, AntlrProjectionParent antlrProjectionParent, AntlrClassifier classifierState, AntlrReferenceProperty<?> referenceProperty, AntlrProjection referencedProjection) -
Uses of AntlrProjection in cool.klass.model.converter.compiler.state.service
Methods in cool.klass.model.converter.compiler.state.service that return AntlrProjectionConstructors in cool.klass.model.converter.compiler.state.service with parameters of type AntlrProjectionModifierConstructorDescriptionAntlrServiceProjectionDispatch(KlassParser.ServiceProjectionDispatchContext elementContext, Optional<CompilationUnit> compilationUnit, AntlrService service, AntlrProjection projection)