Class Match

java.lang.Object
org.eclipse.epsilon.egl.patch.Match

public class Match extends Object
Since:
1.6
  • Field Details

    • block

      protected TextBlock block
    • startLine

      protected Line startLine
    • endLine

      protected Line endLine
    • patch

      protected Patch patch
    • lineMap

      protected LineMap lineMap
  • Constructor Details

  • Method Details

    • getBlock

      public TextBlock getBlock()
    • setBlock

      public void setBlock(TextBlock block)
    • getStartLine

      public Line getStartLine()
    • setStartLine

      public void setStartLine(Line startLine)
    • getEndLine

      public Line getEndLine()
    • setEndLine

      public void setEndLine(Line endLine)
    • getPatch

      public Patch getPatch()
    • setPatch

      public void setPatch(Patch patch)
    • getLineMap

      public LineMap getLineMap()
    • setLineMap

      public void setLineMap(LineMap lineMap)