@Immutable public class SpecialFormExpression extends RowExpression
| Modifier and Type | Class and Description |
|---|---|
static class |
SpecialFormExpression.Form |
| Constructor and Description |
|---|
SpecialFormExpression(Optional<SourceLocation> sourceLocation,
SpecialFormExpression.Form form,
Type returnType,
List<RowExpression> arguments) |
SpecialFormExpression(Optional<SourceLocation> sourceLocation,
SpecialFormExpression.Form form,
Type returnType,
RowExpression... arguments) |
SpecialFormExpression(SpecialFormExpression.Form form,
Type returnType,
List<RowExpression> arguments) |
SpecialFormExpression(SpecialFormExpression.Form form,
Type returnType,
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() |
SpecialFormExpression.Form |
getForm() |
Type |
getType() |
int |
hashCode() |
String |
toString() |
getSourceLocationpublic SpecialFormExpression(Optional<SourceLocation> sourceLocation, SpecialFormExpression.Form form, Type returnType, RowExpression... arguments)
public SpecialFormExpression(SpecialFormExpression.Form form, Type returnType, RowExpression... arguments)
public SpecialFormExpression(SpecialFormExpression.Form form, Type returnType, List<RowExpression> arguments)
public SpecialFormExpression(Optional<SourceLocation> sourceLocation, SpecialFormExpression.Form form, Type returnType, List<RowExpression> arguments)
public SpecialFormExpression.Form getForm()
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.