protected class ClientCodeWrapper.WrappedJavaFileObject extends ClientCodeWrapper.WrappedFileObject implements JavaFileObject
JavaFileObject.Kind
clientFileObject
Modifier and Type | Method and Description |
---|---|
Modifier |
getAccessLevel() |
JavaFileObject.Kind |
getKind() |
NestingKind |
getNestingKind() |
boolean |
isNameCompatible(String simpleName,
JavaFileObject.Kind kind) |
String |
toString() |
delete, getCharContent, getLastModified, getName, openInputStream, openOutputStream, openReader, openWriter, toUri
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
delete, getCharContent, getLastModified, getName, openInputStream, openOutputStream, openReader, openWriter, toUri
public JavaFileObject.Kind getKind()
getKind
in interface JavaFileObject
public boolean isNameCompatible(String simpleName, JavaFileObject.Kind kind)
isNameCompatible
in interface JavaFileObject
public NestingKind getNestingKind()
getNestingKind
in interface JavaFileObject
public Modifier getAccessLevel()
getAccessLevel
in interface JavaFileObject
public String toString()
toString
in class ClientCodeWrapper.WrappedFileObject
Copyright © 2017 earcam. All rights reserved.