Home
last modified time | relevance | path

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

/external/annotation-tools/scene-lib/src/annotations/util/
DJVMNames.java35 public static String getJVMMethodName(MethodTree methodTree) { in getJVMMethodName() argument
36 ExecutableElement methodElement = ((JCMethodDecl) methodTree).sym; in getJVMMethodName()
39 builder.append(methodTree.getName()); in getJVMMethodName()
44 List<JCVariableDecl> params = ((JCMethodDecl) methodTree).params; in getJVMMethodName()
46 JCExpression typeTree = ((JCMethodDecl) methodTree).restype; in getJVMMethodName()