MCPcopy Create free account
hub / github.com/beanshell/beanshell / setMethod

Method setMethod

src/bsh/BlockNameSpace.java:178–182  ·  view source on GitHub ↗
(BshMethod method)

Source from the content-addressed store, hash-verified

176 }
177
178 public void setMethod(BshMethod method)
179 throws UtilEvalError
180 {
181 getParent().setMethod( method );
182 }
183}
184

Callers

nothing calls this directly

Calls 1

getParentMethod · 0.45

Tested by

no test coverage detected