public final class SoyMsgSelectPart extends SoyMsgPart
SoyMsgPart.Case<T>| Constructor and Description |
|---|
SoyMsgSelectPart(String selectVarName,
Iterable<SoyMsgPart.Case<String>> cases) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
com.google.common.collect.ImmutableList<SoyMsgPart.Case<String>> |
getCases()
Returns the cases.
|
String |
getSelectVarName()
Returns the select variable name.
|
int |
hashCode() |
com.google.common.collect.ImmutableList<SoyMsgPart> |
lookupCase(String selectValue) |
public SoyMsgSelectPart(String selectVarName, Iterable<SoyMsgPart.Case<String>> cases)
selectVarName - The select variable name.cases - The list of cases for this select statement.public String getSelectVarName()
public com.google.common.collect.ImmutableList<SoyMsgPart.Case<String>> getCases()
@Nullable public com.google.common.collect.ImmutableList<SoyMsgPart> lookupCase(String selectValue)