Class LineByLineFormatter<T extends Line>
- java.lang.Object
-
- org.eclipse.epsilon.egl.formatter.linebyline.LineByLineFormatter<T>
-
-
Field Summary
Fields Modifier and Type Field Description protected LineByLineNavigator<T>
navigator
-
Constructor Summary
Constructors Constructor Description LineByLineFormatter()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract LineFactory<T>
createLineFactory()
String
format(String text)
protected abstract void
formatLine()
-
-
-
Field Detail
-
navigator
protected LineByLineNavigator<T extends Line> navigator
-
-