public final class CombineConsecutiveRawTextNodesPass extends Object
RawTextNodes into one equivalent
RawTextNode.
Important: Do not use outside of Soy code (treat as superpackage-private).
| Constructor and Description |
|---|
CombineConsecutiveRawTextNodesPass() |
| Modifier and Type | Method and Description |
|---|---|
String |
name() |
void |
run(SoyFileSetNode fileSet,
TemplateRegistry registry) |
void |
run(SoyNode.ParentSoyNode<?> node)
Run the pass on a single node.
|
String |
toString() |
public void run(SoyFileSetNode fileSet, TemplateRegistry registry)
public void run(SoyNode.ParentSoyNode<?> node)
public String name()