Interface LineExpander

All Known Implementing Classes:
LineExpander, SwissCompoundRule.SwissExpander

public interface LineExpander
  • Method Summary

    Modifier and Type
    Method
    Description
    Expand a line read from a file into several lines, e.g.
  • Method Details

    • expandLine

      List<String> expandLine(String line)
      Expand a line read from a file into several lines, e.g. to interpret flags like "/S".