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, simplify
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
evaluate
public T get()
public boolean equals(Object o)
equals
in class Expressions.TypedExpression
public int hashCode()
hashCode
in class Expressions.TypedExpression