| Package | Description |
|---|---|
| com.google.template.soy.msgs.internal | |
| com.google.template.soy.pysrc.internal | |
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.collect.ImmutableList<SoyMsgPart> |
MsgUtils.buildMsgParts(MsgNode msgNode)
Builds the list of SoyMsgParts for the given MsgNode.
|
static MsgUtils.MsgPartsAndIds |
MsgUtils.buildMsgPartsAndComputeMsgIdForDualFormat(MsgNode msgNode)
Builds the list of SoyMsgParts and computes the unique message id for the given MsgNode,
assuming a specific dual format.
|
static long |
MsgUtils.computeMsgIdForDualFormat(MsgNode msgNode)
Computes the unique message id for the given MsgNode, assuming a specific dual format.
|
protected void |
ExtractMsgsVisitor.visitMsgNode(MsgNode node) |
| Modifier and Type | Method and Description |
|---|---|
MsgFuncGenerator |
MsgFuncGenerator.MsgFuncGeneratorFactory.create(MsgNode node,
com.google.template.soy.pysrc.internal.LocalVariableStack localVarExprs,
ErrorReporter errorReporter) |
| Modifier and Type | Method and Description |
|---|---|
MsgNode |
MsgNode.Builder.build(SoyParsingContext context)
Returns a new
MsgNode from the state of this builder, reporting syntax errors
to the given ErrorReporter. |
MsgNode |
MsgNode.copy(CopyState copyState) |
MsgNode |
MsgFallbackGroupNode.getFallbackMsg() |
MsgNode |
MsgFallbackGroupNode.getMsg() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSoyNodeVisitor.visitMsgNode(MsgNode node) |
protected R |
AbstractReturningSoyNodeVisitor.visitMsgNode(MsgNode node) |