Uses of Enum Class
cool.klass.model.converter.compiler.annotation.AnnotationSeverity
Packages that use AnnotationSeverity
Package
Description
-
Uses of AnnotationSeverity in cool.klass.model.converter.compiler.annotation
Fields in cool.klass.model.converter.compiler.annotation declared as AnnotationSeverityModifier and TypeFieldDescriptionprotected final AnnotationSeverityAbstractCompilerAnnotation.severityMethods in cool.klass.model.converter.compiler.annotation that return AnnotationSeverityModifier and TypeMethodDescriptionAbstractCompilerAnnotation.getSeverity()static AnnotationSeverityReturns the enum constant of this class with the specified name.static AnnotationSeverity[]AnnotationSeverity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cool.klass.model.converter.compiler.annotation with parameters of type AnnotationSeverityModifier and TypeMethodDescriptionvoidCompilerAnnotationHolder.add(String annotationCode, String message, IAntlrElement element, AnnotationSeverity severity) voidCompilerAnnotationHolder.add(String annotationCode, String message, IAntlrElement element, org.antlr.v4.runtime.ParserRuleContext offendingContext, AnnotationSeverity severity) voidCompilerAnnotationHolder.add(String annotationCode, String message, IAntlrElement element, org.eclipse.collections.api.list.ImmutableList<IAntlrElement> surroundingElements, org.eclipse.collections.api.list.ImmutableList<org.antlr.v4.runtime.ParserRuleContext> offendingContexts, AnnotationSeverity severity) voidCompilerAnnotationHolder.add(String annotationCode, String message, IAntlrElement element, org.eclipse.collections.api.list.ImmutableList<org.antlr.v4.runtime.ParserRuleContext> offendingContexts, AnnotationSeverity severity) Constructors in cool.klass.model.converter.compiler.annotation with parameters of type AnnotationSeverityModifierConstructorDescriptionprotectedAbstractCompilerAnnotation(CompilationUnit compilationUnit, Optional<CauseCompilerAnnotation> macroCause, org.eclipse.collections.api.list.ImmutableList<org.antlr.v4.runtime.ParserRuleContext> offendingContexts, org.eclipse.collections.api.list.ImmutableList<IAntlrElement> sourceContexts, AnsiTokenColorizer ansiTokenColorizer, AnnotationSeverity severity) CauseCompilerAnnotation(CompilationUnit compilationUnit, Optional<CauseCompilerAnnotation> macroCause, org.eclipse.collections.api.list.ImmutableList<org.antlr.v4.runtime.ParserRuleContext> offendingContexts, org.eclipse.collections.api.list.ImmutableList<IAntlrElement> sourceContexts, AnsiTokenColorizer ansiTokenColorizer, AnnotationSeverity severity) RootCompilerAnnotation(CompilationUnit compilationUnit, Optional<CauseCompilerAnnotation> macroCause, org.eclipse.collections.api.list.ImmutableList<org.antlr.v4.runtime.ParserRuleContext> offendingContexts, org.eclipse.collections.api.list.ImmutableList<IAntlrElement> sourceContexts, String annotationCode, String message, AnsiTokenColorizer ansiTokenColorizer, AnnotationSeverity severity) -
Uses of AnnotationSeverity in cool.klass.model.converter.compiler.state.property
Methods in cool.klass.model.converter.compiler.state.property with parameters of type AnnotationSeverityModifier and TypeMethodDescriptionvoidAntlrAssociationEnd.reportDuplicateOppositeWithModifier(CompilerAnnotationHolder compilerAnnotationHolder, AntlrClassifier classifier, String modifierString, AnnotationSeverity severity)