Table of Contents

Interface IJavaFileObject

Namespace
Javax.Tools
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IJavaFileObject : IFileObject
Inherited Members

Properties

AccessLevel

Modifier AccessLevel { get; }

Property Value

Modifier

GetKind

JavaFileObject.Kind GetKind { get; }

Property Value

JavaFileObject.Kind

NestingKind

NestingKind NestingKind { get; }

Property Value

NestingKind

Methods

IsNameCompatible(String, Kind)

bool IsNameCompatible(String arg0, JavaFileObject.Kind arg1)

Parameters

arg0 String

String

arg1 JavaFileObject.Kind

JavaFileObject.Kind

Returns

bool

bool