public static final class Pp2FormatResult.Region extends Object
Carries the RendererId that the engine actually used and a
region-local FormatStatus that may be FormatStatus.OK
even when the result's overall status is
FormatStatus.OK_WITH_RECOVERY (i.e., some other region needed
recovery, but this one did not).
| Constructor and Description |
|---|
Region(int startOffset,
int endOffset,
RendererId rendererId,
FormatStatus status) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEndOffset() |
RendererId |
getRendererId() |
int |
getStartOffset() |
FormatStatus |
getStatus() |
String |
toString() |
public Region(int startOffset, int endOffset, RendererId rendererId, FormatStatus status)
public int getStartOffset()
public int getEndOffset()
public RendererId getRendererId()
public FormatStatus getStatus()