@Value.Immutable(lazyhash=true) public abstract class Constant extends Object implements Expression
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(ExpressionBiVisitor<R,C> visitor,
C context) |
String |
toString() |
abstract Object |
value() |
Collection<?> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, returnTypepublic Collection<?> values()
@Nullable public <R,C> R accept(ExpressionBiVisitor<R,C> visitor, @Nullable C context)
public String toString()
Copyright © 2020 The Immutables.org authors. All rights reserved.