| Package | Description |
|---|---|
| com.google.template.soy.jssrc.dsl |
| Modifier and Type | Method and Description |
|---|---|
ConditionalBuilder |
ConditionalBuilder.else_(CodeChunk trailingElse)
Adds an
else clause encapsulating the given chunk to this conditional. |
ConditionalBuilder |
ConditionalBuilder.elseif_(CodeChunk.WithValue predicate,
CodeChunk consequent)
Adds an
else if clause with the given predicate and consequent to this conditional. |
static ConditionalBuilder |
CodeChunk.ifStatement(CodeChunk.WithValue predicate,
CodeChunk consequent)
Starts a conditional statement beginning with the given predicate and consequent chunks.
|