| Package | Description |
|---|---|
| com.google.template.soy.msgs.internal | |
| com.google.template.soy.parsepasses |
Compiler passes used in parsing.
|
| com.google.template.soy.pysrc.internal | |
| com.google.template.soy.soytree |
Soy parse tree.
|
| com.google.template.soy.soytree.jssrc |
Soy parse tree nodes specific to the JavaScript Src backend.
|
| Modifier and Type | Field and Description |
|---|---|
MsgNode |
InsertMsgsVisitor.EncounteredPlrselMsgException.msgNode |
| 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) |
| Constructor and Description |
|---|
EncounteredPlrselMsgException(MsgNode msgNode) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RewriteGenderMsgsVisitor.visitMsgNode(MsgNode msg) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenPyExprsVisitor.visitMsgNode(MsgNode node) |
| Modifier and Type | Method and Description |
|---|---|
MsgNode |
MsgNode.Builder.build(ErrorReporter errorReporter)
Returns a new
MsgNode from the state of this builder, reporting syntax errors
to the given ErrorReporter. |
MsgNode |
MsgNode.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected R |
AbstractReturningSoyNodeVisitor.visitMsgNode(MsgNode node) |
protected void |
AbstractSoyNodeVisitor.visitMsgNode(MsgNode node) |
| Modifier and Type | Method and Description |
|---|---|
long |
GoogMsgDefNode.getChildMsgId(MsgNode child)
Returns the msg id for the given child.
|