Uses of Class
cool.klass.model.converter.compiler.annotation.CompilerAnnotationHolder
Packages that use CompilerAnnotationHolder
Package
Description
-
Uses of CompilerAnnotationHolder in cool.klass.model.converter.compiler
Methods in cool.klass.model.converter.compiler that return CompilerAnnotationHolder -
Uses of CompilerAnnotationHolder in cool.klass.model.converter.compiler.state
Methods in cool.klass.model.converter.compiler.state with parameters of type CompilerAnnotationHolderModifier and TypeMethodDescriptionvoidAntlrEnumeration.logDuplicateLiteralNames(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrEnumeration.logDuplicatePrettyNames(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrClassifier.reportAuditErrors(CompilerAnnotationHolder compilerAnnotationHolder) default voidIAntlrElement.reportAuditErrors(CompilerAnnotationHolder compilerAnnotationHolder, org.eclipse.collections.api.list.ListIterable<AntlrModifier> modifiers, IAntlrElement element) protected voidAntlrClass.reportCircularInheritance(CompilerAnnotationHolder compilerAnnotationHolder) protected voidAntlrClassifier.reportCircularInheritance(CompilerAnnotationHolder compilerAnnotationHolder) protected voidAntlrInterface.reportCircularInheritance(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrEnumerationLiteral.reportDuplicateName(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrEnumerationLiteral.reportDuplicatePrettyName(CompilerAnnotationHolder compilerAnnotationHolder) default voidAntlrTopLevelElement.reportDuplicateTopLevelName(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrClass.reportDuplicateUserClass(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrAssociation.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrClass.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrClassifier.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrDomainModel.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrEnumeration.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrInterface.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) abstract voidAntlrPackageableElement.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrRelationship.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrTopLevelElement.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) protected voidAntlrClass.reportForwardReference(CompilerAnnotationHolder compilerAnnotationHolder) protected voidAntlrClassifier.reportForwardReference(CompilerAnnotationHolder compilerAnnotationHolder) protected voidAntlrNamedElement.reportKeywordCollision(CompilerAnnotationHolder compilerAnnotationHolder) protected <T extends AntlrProperty>
voidAntlrClassifier.reportMultiplePropertiesWithModifiers(CompilerAnnotationHolder compilerAnnotationHolder, org.eclipse.collections.api.list.MutableList<T> properties, String... modifiersArray) voidAntlrClass.reportNameErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrCompilationUnit.reportNameErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrEnumeration.reportNameErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrInterface.reportNameErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrNamedElement.reportNameErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrTopLevelElement.reportNameErrors(CompilerAnnotationHolder compilerAnnotationHolder) protected voidAntlrClassifier.reportPropertyDeclarationOrder(CompilerAnnotationHolder compilerAnnotationHolder) -
Uses of CompilerAnnotationHolder in cool.klass.model.converter.compiler.state.criteria
Methods in cool.klass.model.converter.compiler.state.criteria with parameters of type CompilerAnnotationHolderModifier and TypeMethodDescriptionvoidAllAntlrCriteria.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrAndCriteria.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrBinaryCriteria.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) abstract voidAntlrCriteria.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrOrCriteria.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidEdgePointAntlrCriteria.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidOperatorAntlrCriteria.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) -
Uses of CompilerAnnotationHolder in cool.klass.model.converter.compiler.state.operator
Methods in cool.klass.model.converter.compiler.state.operator with parameters of type CompilerAnnotationHolderModifier and TypeMethodDescriptionvoidAntlrEqualityOperator.checkTypes(CompilerAnnotationHolder compilerAnnotationHolder, org.eclipse.collections.api.list.ListIterable<AntlrType> sourceTypes, org.eclipse.collections.api.list.ListIterable<AntlrType> targetTypes) voidAntlrInequalityOperator.checkTypes(CompilerAnnotationHolder compilerAnnotationHolder, org.eclipse.collections.api.list.ListIterable<AntlrType> sourceTypes, org.eclipse.collections.api.list.ListIterable<AntlrType> targetTypes) voidAntlrInOperator.checkTypes(CompilerAnnotationHolder compilerAnnotationHolder, org.eclipse.collections.api.list.ListIterable<AntlrType> sourceTypes, org.eclipse.collections.api.list.ListIterable<AntlrType> targetTypes) abstract voidAntlrOperator.checkTypes(CompilerAnnotationHolder compilerAnnotationHolder, org.eclipse.collections.api.list.ListIterable<AntlrType> sourceTypes, org.eclipse.collections.api.list.ListIterable<AntlrType> targetTypes) voidAntlrStringOperator.checkTypes(CompilerAnnotationHolder compilerAnnotationHolder, org.eclipse.collections.api.list.ListIterable<AntlrType> sourceTypes, org.eclipse.collections.api.list.ListIterable<AntlrType> targetTypes) -
Uses of CompilerAnnotationHolder in cool.klass.model.converter.compiler.state.order
Methods in cool.klass.model.converter.compiler.state.order with parameters of type CompilerAnnotationHolderModifier and TypeMethodDescriptionvoidAntlrOrderBy.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrOrderByMemberReferencePath.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) -
Uses of CompilerAnnotationHolder in cool.klass.model.converter.compiler.state.parameter
Methods in cool.klass.model.converter.compiler.state.parameter with parameters of type CompilerAnnotationHolderModifier and TypeMethodDescriptionvoidAntlrParameter.reportDuplicateParameterName(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrParameter.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) -
Uses of CompilerAnnotationHolder in cool.klass.model.converter.compiler.state.projection
Methods in cool.klass.model.converter.compiler.state.projection with parameters of type CompilerAnnotationHolderModifier and TypeMethodDescriptionvoidAntlrProjectionDataTypeProperty.reportDuplicateMemberName(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrProjectionElement.reportDuplicateMemberName(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrProjectionProjectionReference.reportDuplicateMemberName(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrProjectionReferenceProperty.reportDuplicateMemberName(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrProjection.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrProjectionDataTypeProperty.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrProjectionElement.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrProjectionParent.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrProjectionProjectionReference.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrProjectionReferenceProperty.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) protected voidAntlrProjection.reportForwardReference(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrProjectionDataTypeProperty.reportNameErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrProjectionProjectionReference.reportNameErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrProjectionReferenceProperty.reportNameErrors(CompilerAnnotationHolder compilerAnnotationHolder) -
Uses of CompilerAnnotationHolder in cool.klass.model.converter.compiler.state.property
Methods in cool.klass.model.converter.compiler.state.property with parameters of type CompilerAnnotationHolderModifier and TypeMethodDescriptionvoidAntlrProperty.reportAuditErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrProperty.reportDerivedPrivateProperty(CompilerAnnotationHolder compilerAnnotationHolder) protected voidAntlrProperty.reportDuplicateAuditModifiers(CompilerAnnotationHolder compilerAnnotationHolder) final voidAntlrProperty.reportDuplicateMemberName(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrAssociationEnd.reportDuplicateOppositeWithModifier(CompilerAnnotationHolder compilerAnnotationHolder, AntlrClassifier classifier, String modifierString, AnnotationSeverity severity) voidAntlrProperty.reportDuplicatePropertyWithModifiers(CompilerAnnotationHolder compilerAnnotationHolder, org.eclipse.collections.api.list.ImmutableList<String> modifierStrings) voidAntlrAssociationEnd.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrAssociationEndSignature.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrDataTypeProperty.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrEnumerationProperty.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrParameterizedProperty.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrPrimitiveProperty.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrProperty.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrReferenceProperty.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrDataTypeProperty.reportIdPropertyWithKeyProperties(CompilerAnnotationHolder compilerAnnotationHolder) protected voidAntlrDataTypeProperty.reportInvalidAuditProperties(CompilerAnnotationHolder compilerAnnotationHolder) protected voidAntlrProperty.reportInvalidAuditProperties(CompilerAnnotationHolder compilerAnnotationHolder) protected abstract voidAntlrDataTypeProperty.reportInvalidIdProperties(CompilerAnnotationHolder compilerAnnotationHolder) protected voidAntlrEnumerationProperty.reportInvalidIdProperties(CompilerAnnotationHolder compilerAnnotationHolder) protected voidAntlrPrimitiveProperty.reportInvalidIdProperties(CompilerAnnotationHolder compilerAnnotationHolder) protected voidAntlrReferenceProperty.reportInvalidMultiplicity(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrDataTypeProperty.reportKeyPropertyWithIdProperties(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrParameterizedProperty.reportNameErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidParameterHolder.reportNameErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrReferenceProperty.reportToOneOrderBy(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrDataTypeProperty.reportTransientIdProperties(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrReferenceProperty.reportTypeNotFound(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrProperty.reportUnreferencedPrivateProperty(CompilerAnnotationHolder compilerAnnotationHolder) -
Uses of CompilerAnnotationHolder in cool.klass.model.converter.compiler.state.property.validation
Methods in cool.klass.model.converter.compiler.state.property.validation with parameters of type CompilerAnnotationHolderModifier and TypeMethodDescriptionvoidAbstractAntlrPropertyValidation.reportInvalidType(CompilerAnnotationHolder compilerAnnotationHolder, PrimitiveType primitiveType) -
Uses of CompilerAnnotationHolder in cool.klass.model.converter.compiler.state.service
Methods in cool.klass.model.converter.compiler.state.service with parameters of type CompilerAnnotationHolderModifier and TypeMethodDescriptionvoidAntlrServiceCriteria.reportAllowedCriteriaTypes(CompilerAnnotationHolder compilerAnnotationHolder, org.eclipse.collections.api.list.ImmutableList<String> allowedCriteriaTypes) voidAntlrServiceCriteria.reportDuplicateKeyword(CompilerAnnotationHolder compilerAnnotationHolder) protected voidAntlrService.reportDuplicateKeywords(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrServiceGroup.reportDuplicateServiceGroupClass(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrServiceGroup.reportDuplicateTopLevelName(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrService.reportDuplicateVerb(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrService.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrServiceGroup.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrServiceProjectionDispatch.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) -
Uses of CompilerAnnotationHolder in cool.klass.model.converter.compiler.state.service.url
Methods in cool.klass.model.converter.compiler.state.service.url with parameters of type CompilerAnnotationHolderModifier and TypeMethodDescriptionvoidAntlrUrl.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrUrlConstant.reportNameErrors(CompilerAnnotationHolder compilerAnnotationHolder) -
Uses of CompilerAnnotationHolder in cool.klass.model.converter.compiler.state.value
Methods in cool.klass.model.converter.compiler.state.value with parameters of type CompilerAnnotationHolderModifier and TypeMethodDescriptionabstract voidAntlrExpressionValue.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrThisMemberReferencePath.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrTypeMemberReferencePath.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrVariableReference.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) protected AntlrClassAntlrMemberReferencePath.reportErrorsAssociationEnds(CompilerAnnotationHolder compilerAnnotationHolder, List<KlassParser.AssociationEndReferenceContext> associationEndReferenceContexts) -
Uses of CompilerAnnotationHolder in cool.klass.model.converter.compiler.state.value.literal
Methods in cool.klass.model.converter.compiler.state.value.literal with parameters of type CompilerAnnotationHolderModifier and TypeMethodDescriptionvoidAntlrBooleanLiteralValue.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrFloatingPointLiteralValue.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrIntegerLiteralValue.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrLiteralListValue.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrNullLiteral.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrStringLiteralValue.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidAntlrUserLiteral.reportErrors(CompilerAnnotationHolder compilerAnnotationHolder)