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