Structured Text Toolkit
A C D E F G H I J L M N O P R S T U V W Y

O

Operator - interface com.saelist.stx.Operator.
Performs an operation on a set of Pairs.
operate(Pair) - Method in interface com.saelist.stx.Operator
Operates on the pair.
operate(Pair) - Method in class com.saelist.stx.operators.AbstractOperator
Descendant classes will put the code for the actual operation here.
operate(Pair) - Method in class com.saelist.stx.operators.ReplaceOperator
Performs the replacement operation on the given pair.
operate(Pair) - Method in class com.saelist.stx.operators.SelectOperator
Performs the select operation on the given pair.
operate(Pair) - Method in class com.saelist.stx.operators.SplitOperator
Performs the split operation on the given pair.
operate(Pair) - Method in class com.saelist.stx.operators.YankOperator
Replaces the text of pairs that match pattern with the concatenated text of its descendands and removes the descendants.

Structured Text Toolkit
A C D E F G H I J L M N O P R S T U V W Y