public final class RewriteNullCoalescingOpVisitor extends Object
Important: Do not use outside of Soy code (treat as superpackage-private).
| Constructor and Description |
|---|
RewriteNullCoalescingOpVisitor(ErrorReporter errorReporter) |
| Modifier and Type | Method and Description |
|---|---|
void |
exec(SoyNode node)
Runs this pass on the given Soy node's subtree.
|
public RewriteNullCoalescingOpVisitor(ErrorReporter errorReporter)
public void exec(SoyNode node)