Compile Error. ---------- 1. ERROR in /home/stefan/.javax/1513428004333/main.java (at line 477) Pair> p = tok_parseFunctionCall(tok); ^^^^^^^^^^^^^^^^^^^^^ The method tok_parseFunctionCall(String) in the type main is not applicable for the arguments (List) ---------- 2. ERROR in /home/stefan/.javax/1513428004333/main.java (at line 484) if (isQuoted(t)) return unquote(tok); ^^^^^^^ The method unquote(String) in the type main is not applicable for the arguments (List) ---------- 3. ERROR in /home/stefan/.javax/1513428004333/main.java (at line 485) if (isInteger(t)) return parseInt(tok); ^^^^^^^^ The method parseInt(String) in the type main is not applicable for the arguments (List) ---------- 4. ERROR in /home/stefan/.javax/1513428004333/main.java (at line 1255) return mapGet(ai_getVar_map, name); ^^^^^^ The method mapGet(Map, A) in the type main is not applicable for the arguments (ThreadLocal>, String) ---------- 4 problems (4 errors) java.lang.RuntimeException: java.lang.reflect.InvocationTargetException