(Node n)
| 298 | static TypeFunPtr tfp(Node n) { return (TypeFunPtr)F.get(n); } |
| 299 | // Fetch and unbox a closure |
| 300 | static Closure clj(Node n) { return (Closure)F.get(n); } |
| 301 | |
| 302 | // Java box ints and floats. Other things can just be null or some informative string |
| 303 | private static Object con( Type t ) { |