Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/google/dagger
/ codeBlock
Method
codeBlock
java/dagger/internal/codegen/Expression.java:71–73 ·
view source on GitHub ↗
The code of the expression.
()
Source
from the content-addressed store, hash-verified
69
70
/** The code of the expression. */
71
CodeBlock codeBlock() {
72
return
codeBlock;
73
}
74
75
@Override
76
public
String toString() {
Callers
15
castTo
Method · 0.95
instanceExpression
Method · 0.95
creationExpression
Method · 0.80
membersInjectionMethod
Method · 0.80
creationExpression
Method · 0.80
dependencyArgument
Method · 0.80
creationExpression
Method · 0.80
keyAndValueExpression
Method · 0.80
to
Method · 0.80
simpleBindingExpression
Method · 0.80
getDependencyExpression
Method · 0.80
getDependencyExpressions
Method · 0.80
Calls
no outgoing calls
Tested by
1
castTo
Method · 0.76