| Constructor and Description |
|---|
CssNode.Builder(int id,
String commandText,
SourceLocation sourceLocation) |
| Modifier and Type | Method and Description |
|---|---|
CssNode |
build(SoyParsingContext context)
Returns a new
CssNode built from the builder's state, reporting syntax errors
to the given ErrorReporter. |
public CssNode.Builder(int id,
String commandText,
SourceLocation sourceLocation)
id - The node's id.commandText - The node's command text.sourceLocation - The node's source location.public CssNode build(SoyParsingContext context)
CssNode built from the builder's state, reporting syntax errors
to the given ErrorReporter.