Table of Contents

Interface IMessager

Namespace
Javax.Annotation.Processing
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IMessager

Methods

PrintMessage(Kind, CharSequence)

void PrintMessage(Diagnostic.Kind arg0, CharSequence arg1)

Parameters

arg0 Diagnostic.Kind

Diagnostic.Kind

arg1 CharSequence

CharSequence

PrintMessage(Kind, CharSequence, Element)

void PrintMessage(Diagnostic.Kind arg0, CharSequence arg1, Element arg2)

Parameters

arg0 Diagnostic.Kind

Diagnostic.Kind

arg1 CharSequence

CharSequence

arg2 Element

Element

PrintMessage(Kind, CharSequence, Element, AnnotationMirror)

void PrintMessage(Diagnostic.Kind arg0, CharSequence arg1, Element arg2, AnnotationMirror arg3)

Parameters

arg0 Diagnostic.Kind

Diagnostic.Kind

arg1 CharSequence

CharSequence

arg2 Element

Element

arg3 AnnotationMirror

AnnotationMirror

PrintMessage(Kind, CharSequence, Element, AnnotationMirror, AnnotationValue)

void PrintMessage(Diagnostic.Kind arg0, CharSequence arg1, Element arg2, AnnotationMirror arg3, AnnotationValue arg4)

Parameters

arg0 Diagnostic.Kind

Diagnostic.Kind

arg1 CharSequence

CharSequence

arg2 Element

Element

arg3 AnnotationMirror

AnnotationMirror

arg4 AnnotationValue

AnnotationValue