Package org.eolang.parser
Class TrStepped
- java.lang.Object
-
- com.yegor256.xsline.TrEnvelope
-
- org.eolang.parser.TrStepped
-
- All Implemented Interfaces:
com.yegor256.xsline.Train<com.yegor256.xsline.Shift>
,Iterable<com.yegor256.xsline.Shift>
public final class TrStepped extends com.yegor256.xsline.TrEnvelope
Trains that adds sheet names that were processed.- Since:
- 0.1
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.yegor256.xsline.Train
com.yegor256.xsline.Train.Temporary<X extends Object>
-
-
Constructor Summary
Constructors Constructor Description TrStepped(com.yegor256.xsline.Train<com.yegor256.xsline.Shift> train)
Ctor.
-