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

Method asElement

java/dagger/internal/codegen/DaggerTypes.java:213–216  ·  view source on GitHub ↗
(TypeMirror t)

Source from the content-addressed store, hash-verified

211 // Implementation of Types methods, delegating to types.
212
213 @Override
214 public Element asElement(TypeMirror t) {
215 return types.asElement(t);
216 }
217
218 @Override
219 public boolean isSameType(TypeMirror t1, TypeMirror t2) {

Callers 15

isScopeMethod · 0.80
createIfValidMethod · 0.80
unwrapValueMethod · 0.80
isGwtIncompatibleMethod · 0.80
simpleNameMethod · 0.80
getInjectionSitesMethod · 0.80
validateMethod · 0.80
visitDeclaredMethod · 0.80
getNullableTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected