Table of Contents

Interface IDiagnostic<S>

Namespace
Javax.Tools
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IDiagnostic<S>

Type Parameters

S

Properties

Code

String Code { get; }

Property Value

String

ColumnNumber

long ColumnNumber { get; }

Property Value

long

EndPosition

long EndPosition { get; }

Property Value

long

GetKind

Diagnostic.Kind GetKind { get; }

Property Value

Diagnostic.Kind

LineNumber

long LineNumber { get; }

Property Value

long

Position

long Position { get; }

Property Value

long

Source

S Source { get; }

Property Value

S

StartPosition

long StartPosition { get; }

Property Value

long

Methods

GetMessage(Locale)

String GetMessage(Locale arg0)

Parameters

arg0 Locale

Locale

Returns

String

String