public abstract class SoyFileSetParser extends Object
SoyFileSetNode.
Important: Do not use outside of Soy code (treat as superpackage-private).
| Modifier and Type | Class and Description |
|---|---|
static class |
SoyFileSetParser.Builder
Builder for
SoyFileSetParser. |
static class |
SoyFileSetParser.ParseResult
A simple tuple for the result of a parse operation.
|
| Constructor and Description |
|---|
SoyFileSetParser() |
| Modifier and Type | Method and Description |
|---|---|
static SoyFileSetParser.Builder |
newBuilder() |
SoyFileSetParser.ParseResult |
parse()
Parses a set of Soy files, returning a structure containing the parse tree and any errors.
|
public static SoyFileSetParser.Builder newBuilder()
public SoyFileSetParser.ParseResult parse()