Liking cljdoc? Tell your friends :D

orchard.java.parser-utils

The common parts to the parser and parser-next namespaces.

The common parts to the `parser` and `parser-next` namespaces.
raw docstring

module-nameclj

(module-name klass)

Return the module name, or nil if modular

Return the module name, or nil if modular
sourceraw docstring

parse-javaclj

(parse-java path module)

Load and parse the resource path, returning a DocletEnvironment object.

Load and parse the resource path, returning a `DocletEnvironment` object.
sourceraw docstring

parse-variable-elementclj

(parse-variable-element f env)
source

positionclj

(position e env)

Get line and column of Element e using parsed source information in env

Get line and column of `Element` e using parsed source information in env
sourceraw docstring

resultclj

source

source-pathclj

(source-path klass)

Return the relative .java source path for the top-level class.

Return the relative `.java` source path for the top-level class.
sourceraw docstring

typesymclj

(typesym n env)

Using parse tree info, return the type's name equivalently to the typesym function in orchard.java.

Using parse tree info, return the type's name equivalently to the `typesym`
function in `orchard.java`.
sourceraw docstring

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

× close