Gets the method identified by the given name and parameter count.
(name, parameterCount = -1)
| 11122 | } |
| 11123 | /** Gets the method identified by the given name and parameter count. */ |
| 11124 | method(name, parameterCount = -1) { |
| 11125 | return this.tryMethod(name, parameterCount); |
| 11126 | } |
| 11127 | /** Gets the nested class with the given name. */ |
| 11128 | nested(name) { |
| 11129 | return this.tryNested(name); |
no test coverage detected