| Class | Description |
|---|---|
| MsgPartUtils |
Utilities for dealing with msg parts.
|
| SoyMsg |
Represents a message in some language/locale.
|
| SoyMsgBundleCompactor |
Utility to compact message bundles.
|
| SoyMsgBundleImpl |
Represents a full set of messages in some language/locale.
|
| SoyMsgPart |
Represents a part of a message (i.e.
|
| SoyMsgPart.Case<T> |
A case in a plural or 'select' msg part.
|
| SoyMsgPlaceholderPart |
Represents a placeholder within a message.
|
| SoyMsgPluralCaseSpec |
Represents a plural case value.
|
| SoyMsgPluralPart |
Represents a plural statement within a message.
|
| SoyMsgPluralRemainderPart |
Represents the placeholder part in the plural statement (The '#' sign in ICU syntax).
|
| SoyMsgRawTextPart |
Represents a raw text string within a message (the stuff that translators change).
|
| SoyMsgSelectPart |
Represents a select statement within a message.
|
| Enum | Description |
|---|---|
| SoyMsgPluralCaseSpec.Type |
The type.
|