Home
last modified time | relevance | path

Searched defs:getMethods (Results 1 – 5 of 5) sorted by relevance

/cts/tools/dex-tools/src/dex/structure/
DDexClass.java52 List<DexMethod> getMethods(); in getMethods() method
/cts/tools/signature-tools/src/signature/model/
DIClassDefinition.java100 Set<IMethod> getMethods(); in getMethods() method
/cts/tools/signature-tools/src/signature/compare/model/subst/
DClassProjection.java103 public Set<IMethod> getMethods() { in getMethods() method in ClassProjection
/cts/tools/signature-tools/src/signature/model/impl/
DSigClassDefinition.java109 public Set<IMethod> getMethods() { in getMethods() method in SigClassDefinition
/cts/tools/dex-tools/src/dex/reader/
DDexClassImpl.java276 public synchronized List<DexMethod> getMethods() { in getMethods() method in DexClassImpl