Searched refs:sym (Results 1 – 1 of 1) sorted by relevance
55 private boolean isPrivate(Symbol sym) { in isPrivate() argument56 Symbol tmpSym = sym; in isPrivate()71 private String constructParameters(Symbol sym) { in constructParameters() argument72 List<VarSymbol> paramsList = ((MethodSymbol) sym).getParameters(); in constructParameters()90 Symbol sym = ASTHelpers.getSymbol(tree); in matchMethodInvocation() local93 if (isPrivate(sym)) { in matchMethodInvocation()99 String methodName = sym.name.toString(); in matchMethodInvocation()101 if (sym.getKind() == ElementKind.CONSTRUCTOR) { in matchMethodInvocation()102 Symbol classSymbol = ASTHelpers.enclosingClass(sym); in matchMethodInvocation()110 String params = constructParameters(sym); in matchMethodInvocation()[all …]