Interface IJavaFileObject
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.compiler/javax/tools/JavaFileObject.html
public interface IJavaFileObject : IFileObject
- Inherited Members
Properties
AccessLevel
Modifier AccessLevel { get; }
Property Value
GetKind
JavaFileObject.Kind GetKind { get; }
Property Value
NestingKind
NestingKind NestingKind { get; }
Property Value
Methods
IsNameCompatible(String, Kind)
bool IsNameCompatible(String arg0, JavaFileObject.Kind arg1)
Parameters
arg0
Stringarg1
JavaFileObject.Kind