The common parts to the parser
and parser-next
namespaces.
The common parts to the `parser` and `parser-next` namespaces.
(module-name klass)
Return the module name, or nil if modular
Return the module name, or nil if modular
(parse-java path module)
Load and parse the resource path, returning a DocletEnvironment
object.
Load and parse the resource path, returning a `DocletEnvironment` object.
(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
(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.
(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`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close