Uses of Interface
cool.klass.model.meta.domain.api.projection.Projection
Packages that use Projection
Package
Description
-
Uses of Projection in cool.klass.model.meta.domain.api
Methods in cool.klass.model.meta.domain.api that return ProjectionMethods in cool.klass.model.meta.domain.api that return types with arguments of type ProjectionModifier and TypeMethodDescriptionorg.eclipse.collections.api.list.ImmutableList<Projection>DomainModel.getProjections()Methods in cool.klass.model.meta.domain.api with parameters of type ProjectionModifier and TypeMethodDescriptionvoidTopLevelElementVisitor.visitProjection(Projection projection) -
Uses of Projection in cool.klass.model.meta.domain.api.projection
Methods in cool.klass.model.meta.domain.api.projection that return ProjectionMethods in cool.klass.model.meta.domain.api.projection with parameters of type ProjectionModifier and TypeMethodDescriptionvoidBaseProjectionListener.enterProjection(Projection projection) voidProjectionListener.enterProjection(Projection projection) voidBaseProjectionListener.exitProjection(Projection projection) voidProjectionListener.exitProjection(Projection projection) voidProjectionVisitor.visitProjection(Projection projection) -
Uses of Projection in cool.klass.model.meta.domain.api.service
Methods in cool.klass.model.meta.domain.api.service that return Projection