| Package | Description |
|---|---|
| com.google.template.soy.data.internalutils | |
| com.google.template.soy.exprtree |
Expression parse tree.
|
| com.google.template.soy.pysrc.internal |
| Modifier and Type | Method and Description |
|---|---|
static ExprNode.PrimitiveNode |
InternalValueUtils.convertPrimitiveDataToExpr(PrimitiveData primitiveData,
SourceLocation location)
Converts a primitive data object into a primitive expression node.
|
| Modifier and Type | Method and Description |
|---|---|
static PrimitiveData |
InternalValueUtils.convertPrimitiveExprToData(ExprNode.PrimitiveNode primitiveNode)
Converts a primitive expression node into a primitive data object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanNode
Node representing a boolean value.
|
class |
FloatNode
Node representing a float value.
|
class |
IntegerNode
Node representing a Soy integer value.
|
class |
NullNode
Node representing a null value.
|
class |
StringNode
Node representing a string value.
|
| Modifier and Type | Method and Description |
|---|---|
ExprNode.PrimitiveNode |
GlobalNode.getValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
GlobalNode.ResolutionCallback.onResolve(ExprNode.PrimitiveNode value) |
void |
GlobalNode.resolve(SoyType soyType,
ExprNode.PrimitiveNode value) |
protected void |
AbstractExprNodeVisitor.visitPrimitiveNode(ExprNode.PrimitiveNode node) |
protected R |
AbstractReturningExprNodeVisitor.visitPrimitiveNode(ExprNode.PrimitiveNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected PyExpr |
TranslateToPyExprVisitor.visitPrimitiveNode(ExprNode.PrimitiveNode node) |