Package org.eclipse.epsilon.egl.patch
Class TextBlock
- java.lang.Object
-
- org.eclipse.epsilon.egl.patch.TextBlock
-
- Direct Known Subclasses:
Patch
public class TextBlock extends java.lang.Object
- Since:
- 1.6
-
-
Constructor Summary
Constructors Constructor Description TextBlock(java.lang.String... lines)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
protected Line
getFirstLine()
protected Line
getLastLine()
java.util.List<Line>
getLines()
protected Line
getNextLine(Line line)
protected Line
getPreviousLine(Line line)
protected boolean
isFirstLine(Line line)
protected boolean
isLastLine(Line line)
java.lang.String
toString()
-
-
-
Field Detail
-
lines
protected java.util.List<Line> lines
-
-
Method Detail
-
getFirstLine
protected Line getFirstLine()
-
getLastLine
protected Line getLastLine()
-
getLines
public java.util.List<Line> getLines()
-
isFirstLine
protected boolean isFirstLine(Line line)
-
isLastLine
protected boolean isLastLine(Line line)
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-