Interface IJavaFileObject
.NET interface for TO BE DEFINED FROM USER
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