Package | Description |
---|---|
clojure.lang |
Modifier and Type | Field and Description |
---|---|
Compiler.PathNode |
Compiler.LocalBindingExpr.clearPath |
Compiler.PathNode |
Compiler.LocalBinding.clearPathRoot |
Compiler.PathNode |
Compiler.LocalBindingExpr.clearRoot |
(package private) Compiler.PathNode |
Compiler.PathNode.parent |
Modifier and Type | Method and Description |
---|---|
(package private) static Compiler.PathNode |
Compiler.clearPathRoot() |
(package private) static Compiler.PathNode |
Compiler.commonPath(Compiler.PathNode n1,
Compiler.PathNode n2) |
Modifier and Type | Method and Description |
---|---|
(package private) static Compiler.PathNode |
Compiler.commonPath(Compiler.PathNode n1,
Compiler.PathNode n2) |
(package private) static ISeq |
Compiler.fwdPath(Compiler.PathNode p1) |
Constructor and Description |
---|
Compiler.LocalBinding(int num,
Symbol sym,
Symbol tag,
Compiler.Expr init,
boolean isArg,
Compiler.PathNode clearPathRoot) |
Compiler.PathNode(Compiler.PATHTYPE type,
Compiler.PathNode parent) |