Module swim.structure
Package swim.structure.selector
Selector expression trees.
-
Class Summary Class Description ChildrenSelector ASelector
that, whenevaluated
against someInterpreter
, yields all of the "children" of the topItem
in the interpreter's frame stack.DescendantsSelector ASelector
that, whenevaluated
against someInterpreter
stack
, yields all of the "descendants" of the topItem
instack
.FilterSelector GetAttrSelector GetItemSelector GetSelector IdentitySelector KeysSelector ASelector
that, whenevaluated
against someInterpreter
, yields all of the "keys" of the topItem
in the interpreter's frame stack.LiteralSelector ValuesSelector ASelector
that, whenevaluated
against someInterpreter
, yields all of the "values" of the topItem
in the interpreter's frame stack.