Class SubstitutionReader

All Implemented Interfaces:
Closeable, AutoCloseable, Readable

public abstract class SubstitutionReader extends SingleCharacterReader
Reads the text contents from a reader and computes for each character a potential substitution. The substitution may eat more characters than only the one passed into the computation routine.

Moved into this package from org.eclipse.jface.internal.text.revisions.

Since:
3.14
  • Field Details

    • LINE_DELIM

      protected static final String LINE_DELIM
    • fWasWhiteSpace

      protected boolean fWasWhiteSpace
  • Constructor Details

    • SubstitutionReader

      protected SubstitutionReader(Reader reader)
  • Method Details