Package org.eolang.parser
Class TrFull
java.lang.Object
com.yegor256.xsline.TrEnvelope
org.eolang.parser.TrFull
- All Implemented Interfaces:
com.yegor256.xsline.Train<com.yegor256.xsline.Shift>,Iterable<com.yegor256.xsline.Shift>
public final class TrFull
extends com.yegor256.xsline.TrEnvelope
Train full of logging and checking.
- Since:
- 0.51
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.yegor256.xsline.Train
com.yegor256.xsline.Train.Temporary<X extends Object> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.yegor256.xsline.TrEnvelope
empty, iterator, withMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
TrFull
public TrFull()Ctor. -
TrFull
public TrFull(com.yegor256.xsline.Train<com.yegor256.xsline.Shift> train) Ctor.- Parameters:
train- Original
-