| Package | Description |
|---|---|
| com.google.template.soy.error |
| Modifier and Type | Method and Description |
|---|---|
ErrorReporter.Checkpoint |
ErrorReporter.checkpoint()
Returns an opaque token (the checkpoint) that callers can later pass back into
ErrorReporter.errorsSince(com.google.template.soy.error.ErrorReporter.Checkpoint) to see if any errors have occurred in the interim. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ErrorReporter.errorsSince(ErrorReporter.Checkpoint checkpoint)
Returns true iff errors have occurred since
checkpoint was obtained from ErrorReporter.checkpoint(). |