| Package | Description |
|---|---|
| com.google.template.soy |
Root package with main API entry point and
Guice module.
|
| com.google.template.soy.error |
| Modifier and Type | Method and Description |
|---|---|
Iterable<SoyError> |
ErrorReporterImpl.getErrors()
Returns the full list of errors reported to this error reporter.
|
| Modifier and Type | Method and Description |
|---|---|
SoyError |
SoyError.Factory.create(SourceLocation location,
SoyErrorKind kind,
Object... args) |
SoyError |
PrettyErrorFactory.create(SourceLocation location,
SoyErrorKind kind,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<SoyError> |
SoyCompilationException.getErrors() |
| Constructor and Description |
|---|
SoyCompilationException(Iterable<SoyError> specificErrors) |