Method
ClassMethod
(String classHashMethodName, String defaultMethodName, Object... args)
Source from the content-addressed store, hash-verified
| 449 | } |
| 450 | |
| 451 | public ClassMethod(String classHashMethodName, String defaultMethodName, Object... args) throws DDFException { |
| 452 | this.parse(classHashMethodName, defaultMethodName, args); |
| 453 | } |
| 454 | |
| 455 | public ClassMethod(String classHashMethodName, Object... args) throws DDFException { |
| 456 | this.parse(classHashMethodName, null, args); |
Callers
nothing calls this directly
Tested by
no test coverage detected