@Immutable public final class CallExpression extends RowExpression
| Constructor and Description |
|---|
CallExpression(Optional<SourceLocation> sourceLocation,
String displayName,
FunctionHandle functionHandle,
Type returnType,
List<RowExpression> arguments) |
CallExpression(String displayName,
FunctionHandle functionHandle,
Type returnType,
List<RowExpression> arguments) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(RowExpressionVisitor<R,C> visitor,
C context) |
RowExpression |
canonicalize() |
boolean |
equals(Object obj) |
List<RowExpression> |
getArguments() |
String |
getDisplayName() |
FunctionHandle |
getFunctionHandle() |
Type |
getType() |
int |
hashCode() |
String |
toString() |
getSourceLocationpublic CallExpression(String displayName, FunctionHandle functionHandle, Type returnType, List<RowExpression> arguments)
public CallExpression(Optional<SourceLocation> sourceLocation, String displayName, FunctionHandle functionHandle, Type returnType, List<RowExpression> arguments)
public String getDisplayName()
public FunctionHandle getFunctionHandle()
public Type getType()
getType in class RowExpressionpublic List<RowExpression> getArguments()
public String toString()
toString in class RowExpressionpublic int hashCode()
hashCode in class RowExpressionpublic boolean equals(Object obj)
equals in class RowExpressionpublic <R,C> R accept(RowExpressionVisitor<R,C> visitor, C context)
accept in class RowExpressionpublic RowExpression canonicalize()
canonicalize in class RowExpressionCopyright © 2012–2022. All rights reserved.