T - type of the expression objectpublic abstract static class Expressions.SimpleExpression<T> extends Expressions.TypedExpression
| Modifier | Constructor and Description |
|---|---|
protected |
SimpleExpression(String typename,
T value,
String... tags) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
T |
get() |
int |
hashCode() |
String |
toString() |
getTags, getType, hasValue, setTags, simplifyclone, finalize, getClass, notify, notifyAll, wait, wait, waitevaluatepublic T get()
public boolean equals(Object o)
equals in class Expressions.TypedExpressionpublic int hashCode()
hashCode in class Expressions.TypedExpression