Forwards calls to a given file object. Subclasses of this class might override some of these methods and might also provide additional fields and methods.
Forwards calls to a given file object. Subclasses of this class might override some of these methods and might also provide additional fields and methods.
(get-access-level this)
Description copied from interface: JavaFileObject
returns: the access level - javax.lang.model.element.Modifier
Description copied from interface: JavaFileObject returns: the access level - `javax.lang.model.element.Modifier`
(get-kind this)
Description copied from interface: JavaFileObject
returns: the kind - javax.tools.JavaFileObject$Kind
Description copied from interface: JavaFileObject returns: the kind - `javax.tools.JavaFileObject$Kind`
(get-nesting-kind this)
Description copied from interface: JavaFileObject
returns: the nesting kind, or null if the nesting kind
is not known - javax.lang.model.element.NestingKind
Description copied from interface: JavaFileObject returns: the nesting kind, or null if the nesting kind is not known - `javax.lang.model.element.NestingKind`
(name-compatible? this simple-name kind)
Description copied from interface: JavaFileObject
simple-name - a simple name of a class - java.lang.String
kind - a kind - javax.tools.JavaFileObject$Kind
returns: true if this file object is compatible; false
otherwise - boolean
Description copied from interface: JavaFileObject simple-name - a simple name of a class - `java.lang.String` kind - a kind - `javax.tools.JavaFileObject$Kind` returns: true if this file object is compatible; false otherwise - `boolean`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close