| 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 | Class and Description |
|---|---|
class |
FieldAccessNode
Reference to a named field.
|
class |
ItemAccessNode
Represents the bracket [] operation, which can either be used to access an array element by
index, or a map value by key.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractExprNodeVisitor.visitDataAccessNode(DataAccessNode node) |
protected R |
AbstractReturningExprNodeVisitor.visitDataAccessNode(DataAccessNode node) |
| Constructor and Description |
|---|
DataAccessNode(DataAccessNode orig,
CopyState copyState) |
| Modifier and Type | Method and Description |
|---|---|
protected CodeChunk.WithValue |
TranslateExprNodeVisitor.visitDataAccessNode(DataAccessNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected PyExpr |
TranslateToPyExprVisitor.visitDataAccessNode(DataAccessNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected SoyValue |
EvalVisitor.visitDataAccessNode(DataAccessNode node) |