| Interface | Description |
|---|---|
| IdGenerator |
A generator of int ids.
|
| SoyFileSupplier |
Record for one input Soy file.
|
| SoyFileSupplier.Version |
An opaque identifier that can be compared for equality with other versions from the same
resource.
|
| Class | Description |
|---|---|
| AbstractSoyFileSupplier |
Abstract base implementation of SoyFileSupplier.
|
| BaseUtils |
Base utilities for Soy code.
|
| FixedIdGenerator |
A generator of fixed ids.
|
| IncrementingIdGenerator |
A generator of incrementing unique integer ids, starting from 0.
|
| IndentedLinesBuilder |
A wrapped StringBuilder used for building text with indented lines.
|
| SoyFileSupplier.Factory |
Container for factory methods for
SoyFileSuppliers. |
| StableSoyFileSupplier |
Record for one input Soy file.
|
| VolatileSoyFileSupplier |
Record for one input Soy file whose content should be considered prone to change without
warning.
|
| Enum | Description |
|---|---|
| SoyFileKind |
Enum for the kind of an input Soy file.
|
| Exception | Description |
|---|---|
| LegacyInternalSyntaxException |
A SoySyntaxException that is meant for internal use in Soy.
|