The R Project SVN R

Rev

Rev 26530 | Rev 30912 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26530 Rev 30842
Line 29... Line 29...
29
existsMethod(f, signature = character(), where)
29
existsMethod(f, signature = character(), where)
30
 
30
 
31
hasMethod(f, signature=character(), where)
31
hasMethod(f, signature=character(), where)
32
 
32
 
33
selectMethod(f, signature, optional = FALSE, useInherited = TRUE,
33
selectMethod(f, signature, optional = FALSE, useInherited = TRUE,
34
             mlist = (if (is.null(fdef)) NULL else getMethods(fdef)),
34
             mlist = (if (is.null(fdef)) NULL else getMethodsForDispatch(f, fdef)),
35
             fdef = getGeneric(f, !optional))
35
             fdef = getGeneric(f, !optional))
36
 
36
 
37
MethodsListSelect(f, env, mlist, fEnv, finalDefault, evalArgs,
37
MethodsListSelect(f, env, mlist, fEnv, finalDefault, evalArgs,
38
                  useInherited, fdef, resetAllowed)
38
                  useInherited, fdef, resetAllowed)
39
 
39