Add fields for reflection
This commit is contained in:
parent
24f124d955
commit
9727cabaf3
1 changed files with 3 additions and 0 deletions
|
|
@ -110,6 +110,9 @@
|
||||||
{:methods [{:name "disjoin"}]}
|
{:methods [{:name "disjoin"}]}
|
||||||
clojure.lang.Indexed
|
clojure.lang.Indexed
|
||||||
{:methods [{:name "nth"}]}
|
{:methods [{:name "nth"}]}
|
||||||
|
clojure.lang.Ratio
|
||||||
|
{:fields [{:name "numerator"}
|
||||||
|
{:name "denominator"}]}
|
||||||
java.util.Iterator
|
java.util.Iterator
|
||||||
{:methods [{:name "hasNext"}
|
{:methods [{:name "hasNext"}
|
||||||
{:name "next"}]}
|
{:name "next"}]}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue