| Package | Description |
|---|---|
| com.google.template.soy.exprtree |
Expression parse tree.
|
| com.google.template.soy.jssrc.internal | |
| com.google.template.soy.pysrc.internal | |
| com.google.template.soy.sharedpasses.render |
| Modifier and Type | Method and Description |
|---|---|
NullNode |
NullNode.copy(CopyState copyState) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractExprNodeVisitor.visitNullNode(NullNode node) |
protected R |
AbstractReturningExprNodeVisitor.visitNullNode(NullNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected CodeChunk.WithValue |
TranslateExprNodeVisitor.visitNullNode(NullNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected PyExpr |
TranslateToPyExprVisitor.visitNullNode(NullNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected SoyValue |
EvalVisitor.visitNullNode(NullNode node) |