public static class Compiler.LocalBinding
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
idx |
clojure.lang.Compiler.Expr |
init |
java.lang.String |
name |
Symbol |
sym |
Symbol |
tag |
| Constructor and Description |
|---|
LocalBinding(int num,
Symbol sym,
Symbol tag,
clojure.lang.Compiler.Expr init) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class |
getJavaClass() |
java.lang.Class |
getPrimitiveType() |
boolean |
hasJavaClass() |