Table of Contents

Class Messager

Namespace
Javax.Annotation.Processing
Assembly
MASES.JNet.dll
public class Messager : JVMBridgeBase<Messager>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IMessager
Inheritance
Messager
Implements
Inherited Members
Extension Methods

Constructors

Messager()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("Messager class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Messager()

Messager(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

[Obsolete("Messager class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Messager(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

PrintMessage(Kind, CharSequence)

public void PrintMessage(Diagnostic.Kind arg0, CharSequence arg1)

Parameters

arg0 Diagnostic.Kind

Diagnostic.Kind

arg1 CharSequence

CharSequence

PrintMessage(Kind, CharSequence, Element)

public 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)

public 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)

public 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