| Class | Description |
|---|---|
| PluginResolver |
Encapsulates the logic for looking up plugins.
|
| SoyFileParser |
This parser's specification is in SoyFileParser.jj, which is read by JavaCC and transformed
into SoyFileParser.java.
|
| Enum | Description |
|---|---|
| PluginResolver.Mode |
Configures the behavior of the resolver when a lookup fails.
|
| Exception | Description |
|---|---|
| ParseException |
This exception is thrown when parse errors are encountered.
|