Home
last modified time | relevance | path

Searched defs:getDeclaringType (Results 1 – 3 of 3) sorted by relevance

/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DFieldId.java49 public TypeId<D> getDeclaringType() { in getDeclaringType() method in FieldId
DMethodId.java53 public TypeId<D> getDeclaringType() { in getDeclaringType() method in MethodId
/external/guice/core/src/com/google/inject/spi/
DInjectionPoint.java180 public TypeLiteral<?> getDeclaringType() { in getDeclaringType() method in InjectionPoint