The R Project SVN R

Rev

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

Rev 29354 Rev 30842
Line 68... Line 68...
68
 
68
 
69
defaultDumpName(generic, signature)
69
defaultDumpName(generic, signature)
70
 
70
 
71
getAllMethods(f, fdef, where)
71
getAllMethods(f, fdef, where)
72
 
72
 
73
doPrimitiveMethod(name, def, call= sys.call(-1), ev= sys.frame(sys.parent(2)))
73
doPrimitiveMethod(name, def, call= sys.call(sys.parent()), ev= sys.frame(sys.parent(2)))
74
 
74
 
75
conformMethod(signature, mnames, fnames, f)
75
conformMethod(signature, mnames, fnames, f)
76
 
76
 
77
matchSignature(signature, fun, where)
77
matchSignature(signature, fun, where)
78
 
78
 
Line 92... Line 92...
92
 
92
 
93
missingArg(symbol, envir = parent.frame(), eval)
93
missingArg(symbol, envir = parent.frame(), eval)
94
 
94
 
95
balanceMethodsList(mlist, args, check = TRUE)
95
balanceMethodsList(mlist, args, check = TRUE)
96
 
96
 
97
sigToEnv(signature, genericSig)
97
sigToEnv(signature, generic)
98
 
98
 
99
rematchDefinition(definition, generic, mnames, fnames, signature)
99
rematchDefinition(definition, generic, mnames, fnames, signature)
100
unRematchDefinition(definition)
100
unRematchDefinition(definition)
101
 
101
 
102
asMethodDefinition(def, signature, sealed = FALSE)
102
asMethodDefinition(def, signature, sealed = FALSE)