Navigation
Synopsis Select the innermost Tree of a given type which is enclosed by a given location.
Function
  1. TreeSearchResult[&T<:Tree] treeAt(type[&T<:Tree] t, loc l, a:appl(_, _))
  2. default TreeSearchResult[&T<:Tree] treeAt(type[&T<:Tree] t, loc l, Tree root)
Usage import ParseTree;
Description Select the innermost Tree of type t which is enclosed by location l.
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit ask.rascal-mpl.org.