for (int i = 0; i < typeInformation.arity(); ++i) {
//System.out.print("\n" + typeInformation.elementAt(i).toString());
OtpErlangTuple functionDescr = (OtpErlangTuple) typeInformation.elementAt(i);
if (functionDescr.arity() > 3)
{
FuncSignature s = new FuncSignature(config,typeInformation.elementAt(i), null);
sigs.put(s.getQualifiedName(), s);
}
else
{// if not a function signature, it is an error message. The first two elements are function name and arity, we add this module name.
String fullName = FuncSignature.qualifiedNameFromFunction(getName(),