MCPcopy Index your code
hub / github.com/apache/groovy / setBinding

Method setBinding

src/main/java/groovy/lang/Script.java:67–69  ·  view source on GitHub ↗

Replaces the binding used to resolve script variables. @param binding the new script binding

(Binding binding)

Source from the content-addressed store, hash-verified

65 * @param binding the new script binding
66 */
67 public void setBinding(Binding binding) {
68 this.binding = binding;
69 }
70
71 /** {@inheritDoc} */
72 @Override

Callers 4

setPropertyMethod · 0.95
newScriptMethod · 0.95
buildMethod · 0.80

Calls

no outgoing calls