Uses of Class
com.mackenziehigh.sexpr.SList.Mutator
Packages that use SList.Mutator
-
Uses of SList.Mutator in com.mackenziehigh.sexpr
Methods in com.mackenziehigh.sexpr that return SList.MutatorModifier and TypeMethodDescriptionSList.Mutator.first()
This method selects the first element in the currently selected list node().SList.Mutator.get
(int index) This method selects an element in the currently selected list node().SList.Mutator.last()
This method selects the last element in the currently selected list node().SList.mutator()
This method obtains a mutator that can be used to non-destructively modify the tree rooted at this node.