Searched defs:methodTree (Results 1 – 6 of 6) sorted by relevance
177 public Void visitMethod(MethodTree methodTree, Void aVoid) { in visitMethod()184 private void processImplementationMethod(MethodTree methodTree) { in processImplementationMethod()
39 final MethodTree methodTree = ((UnderlyingAST.CFGMethod) underlyingAST).getMethod(); in getInitialStore() local
186 MethodTree methodTree = ((UnderlyingAST.CFGMethod) underlyingAST).getMethod(); in onDataflowInitialStore() local
1167 MethodTree methodTree = (MethodTree) methodLambdaOrBlock; in relevantInitializerMethodOrBlock() local1363 MethodTree methodTree = (MethodTree) memberTree; in computeTree2Init() local2198 MethodTree methodTree = (MethodTree) memberTree; in collectEntities() local2254 private boolean isConstructor(MethodTree methodTree) { in isConstructor()
421 Tree methodTree = getTreesInstance(state).getTree(methodSymbol); in reportInitializerError() local
195 Tree methodTree, in reportInvalidOverridingMethodReturnTypeError()