Liking cljdoc? Tell your friends :D

javax.tools.ForwardingJavaFileObject

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.
raw docstring

get-access-levelclj

(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`
raw docstring

get-kindclj

(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`
raw docstring

get-nesting-kindclj

(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`
raw docstring

name-compatible?clj

(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`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close