Searched refs:methodInvocationTree (Results 1 – 2 of 2) sorted by relevance
411 MethodInvocationTree methodInvocationTree = (MethodInvocationTree) tree; in buildAccessPathRecursive() local412 if (methodInvocationTree.getArguments().size() == 1 in buildAccessPathRecursive()413 && isBoxingMethod(ASTHelpers.getSymbol(methodInvocationTree))) { in buildAccessPathRecursive()414 tree = methodInvocationTree.getArguments().get(0); in buildAccessPathRecursive()
2144 MethodInvocationTree methodInvocationTree = (MethodInvocationTree) expressionTree; in getInvokeOfSafeInitMethod()2145 Symbol.MethodSymbol symbol = ASTHelpers.getSymbol(methodInvocationTree); in getInvokeOfSafeInitMethod()