public class RuleMatchApplication extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getCorrectedErrorContext(int contextSize) |
ErrorMarker |
getErrorMarker() |
String |
getErrorMarkerEnd()
Deprecated.
use
getErrorMarker() instead (deprecated since 2.6) |
String |
getErrorMarkerStart()
Deprecated.
use
getErrorMarker() instead (deprecated since 2.6) |
String |
getOriginalErrorContext(int contextSize) |
String |
getOriginalText() |
RuleMatch |
getRuleMatch() |
String |
getTextWithCorrection() |
boolean |
hasRealReplacement() |
String |
toString() |
public String getOriginalErrorContext(int contextSize)
public String getCorrectedErrorContext(int contextSize)
public RuleMatch getRuleMatch()
public String getOriginalText()
public String getTextWithCorrection()
public ErrorMarker getErrorMarker()
public String getErrorMarkerStart()
getErrorMarker() instead (deprecated since 2.6)public String getErrorMarkerEnd()
getErrorMarker() instead (deprecated since 2.6)public boolean hasRealReplacement()