Navigation
Name
Rascal
/
Libraries
/
Prelude
/
ParseTree
/
TreeSearchResult
Synopsis
Tree search result type for
treeAt
.
Types
data TreeSearchResult[&T<:Tree] = treeFound(&T tree) | treeNotFound();
Usage
import ParseTree;
[
Edit
] | [
New Subconcept
] | [
Recompile Course
] | [
Warnings
]
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
.