if ((e instanceof IErlFunctionClause)) {
String _functionName = ((IErlFunctionClause)e).getFunctionName();
int _arity = ((IErlFunctionClause)e).getArity();
String _head = ((IErlFunctionClause)e).getHead();
String _name = res.getName();
return new VariablePattern(_functionName, _arity, _head, _name, limitTo, module);
}
}
}
return null;
}