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