Class | Description |
---|---|
ExtractMsgsVisitor |
Visitor for extracting messages from a Soy parse tree.
|
IcuSyntaxUtils |
Utilities for building msg parts with ICU syntax.
|
InsertMsgsVisitor |
Visitor for inserting translated messages into Soy tree.
|
MsgUtils |
Soy-specific utilities for working with messages.
|
MsgUtils.MsgPartsAndIds |
Value class for the return value of
buildMsgPartsAndComputeMsgId() . |
SoyMsgIdComputer |
Static methods to compute the unique message id for a message.
|
Exception | Description |
---|---|
InsertMsgsVisitor.EncounteredPlrselMsgException |
Exception thrown when a plural or select message is encountered.
|