Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ Binding
Method
Binding
src/main/java/groovy/lang/Binding.java:36–37 ·
view source on GitHub ↗
Creates an empty binding.
()
Source
from the content-addressed store, hash-verified
34
* Creates an empty binding.
35
*/
36
public
Binding() {
37
}
38
39
/**
40
* Creates a binding backed by the supplied variables map.
Callers
nothing calls this directly
Calls
1
setVariable
Method · 0.95
Tested by
no test coverage detected