@Immutable public final class InputReferenceExpression extends RowExpression
| Constructor and Description |
|---|
InputReferenceExpression(Optional<SourceLocation> sourceLocation,
int field,
Type type) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(RowExpressionVisitor<R,C> visitor,
C context) |
RowExpression |
canonicalize() |
boolean |
equals(Object obj) |
int |
getField() |
Type |
getType() |
int |
hashCode() |
String |
toString() |
getSourceLocationpublic InputReferenceExpression(Optional<SourceLocation> sourceLocation, int field, Type type)
public int getField()
public Type getType()
getType in class RowExpressionpublic int hashCode()
hashCode in class RowExpressionpublic String toString()
toString in class RowExpressionpublic <R,C> R accept(RowExpressionVisitor<R,C> visitor, C context)
accept in class RowExpressionpublic RowExpression canonicalize()
canonicalize in class RowExpressionpublic boolean equals(Object obj)
equals in class RowExpressionCopyright © 2012–2022. All rights reserved.