Package | Description |
---|---|
clojure.lang |
Modifier and Type | Field and Description |
---|---|
(package private) Compiler.PATHTYPE |
Compiler.PathNode.type |
Modifier and Type | Method and Description |
---|---|
static Compiler.PATHTYPE |
Compiler.PATHTYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Compiler.PATHTYPE[] |
Compiler.PATHTYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Compiler.PathNode(Compiler.PATHTYPE type,
Compiler.PathNode parent) |