@Value.Immutable(lazyhash=true) public abstract class Call extends Object implements Expression
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(ExpressionBiVisitor<R,C> visitor,
C context) |
abstract List<Expression> |
arguments() |
abstract Operator |
operator() |
abstract Type |
returnType() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept@Value.Parameter public abstract List<Expression> arguments()
@Value.Parameter public abstract Operator operator()
@Value.Parameter public abstract Type returnType()
@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.