Searched defs:tree (Results 1 – 2 of 2) sorted by relevance
89 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation()119 public Description matchNewClass(NewClassTree tree, VisitorState state) { in matchNewClass()
157 Tree tree = path.getLeaf(); in getSourcePosition() local