}
_typeInference.inferTypes(node, _scope);
FunctionType type = (FunctionType) node.getType();
ExpressionFunction definedFunction = new ExpressionFunction(node
.getArgumentNameList(), node.getArgumentTypes(), cloneTree);
FunctionToken result = new FunctionToken(definedFunction, type);
_evaluatedChildToken = (result);
String functionCode = new String();