public class VerbalChoiceToken
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
VerbalChoiceToken.Type
Token Type
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Choice> |
getChoices() |
Expression |
getExpression() |
VerbalChoiceToken.Type |
getTokenType() |
java.lang.String |
getValue() |
boolean |
isEmpty() |
boolean |
isParameter() |
boolean |
mustShow() |
void |
setValue(java.lang.String value) |
java.lang.String |
toString() |
public VerbalChoiceToken.Type getTokenType()
public java.lang.String getValue()
public Expression getExpression()
public java.util.List<Choice> getChoices()
public boolean isParameter()
public void setValue(java.lang.String value)
public boolean isEmpty()
public boolean mustShow()
public java.lang.String toString()
toString
in class java.lang.Object