Home
last modified time | relevance | path

Searched refs:getJVMMethodName (Results 1 – 2 of 2) sorted by relevance

/external/annotation-tools/scene-lib/src/annotations/util/
DJVMNames.java35 public static String getJVMMethodName(MethodTree methodTree) { in getJVMMethodName() method in JVMNames
76 public static String getJVMMethodName(ExecutableElement methodElement) { in getJVMMethodName() method in JVMNames
/external/annotation-tools/scene-lib/src/annotations/io/
DASTIndex.java361 inMethod = JVMNames.getJVMMethodName(node); in ASTIndex()