Package org.languagetool.rules
Interface LineExpander
- All Known Implementing Classes:
LineExpander,SwissCompoundRule.SwissExpander
public interface LineExpander
-
Method Summary
Modifier and TypeMethodDescriptionexpandLine(String line) Expand a line read from a file into several lines, e.g.
-
Method Details
-
expandLine
Expand a line read from a file into several lines, e.g. to interpret flags like "/S".
-