MCPcopy Index your code
hub / github.com/google/dagger / type

Method type

java/dagger/internal/codegen/Expression.java:66–68  ·  view source on GitHub ↗

The TypeMirror type to which the expression evaluates.

()

Source from the content-addressed store, hash-verified

64
65 /** The {@link TypeMirror type} to which the expression evaluates. */
66 TypeMirror type() {
67 return type;
68 }
69
70 /** The code of the expression. */
71 CodeBlock codeBlock() {

Callers 15

castToMethod · 0.95
instanceExpressionMethod · 0.95
creationExpressionMethod · 0.45
writeMethod · 0.45
builderFieldsMethod · 0.45
builderMethodsMethod · 0.45
subcomponentNodeMethod · 0.45
formatKeyMethod · 0.45

Calls

no outgoing calls

Tested by 1

castToMethod · 0.76