Table of Contents

Interface IJavaFileObject

Namespace
Javax.Tools
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/tools/JavaFileObject.html

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