viaduct
0.2.0-5-g5831d91.dirty
compiler
/
edu.cornell.cs.apl.viaduct.analysis
/
descendantsIsInstance
descendants
Is
Instance
inline
fun
<
T
:
Node
>
Node
.
descendantsIsInstance
(
)
:
Sequence
<
T
>
Content copied to clipboard
Returns all instances of
T
contained in
this
node (which may include
this
node).