Uses of Class
cool.klass.model.converter.compiler.annotation.CauseCompilerAnnotation
Packages that use CauseCompilerAnnotation
-
Uses of CauseCompilerAnnotation in cool.klass.model.converter.compiler.annotation
Constructor parameters in cool.klass.model.converter.compiler.annotation with type arguments of type CauseCompilerAnnotationModifierConstructorDescriptionprotectedAbstractCompilerAnnotation(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)