public final class InputReferenceExpression extends RowExpression
Constructor and Description |
---|
InputReferenceExpression(int field,
Type type) |
Modifier and Type | Method and Description |
---|---|
<R,C> R |
accept(RowExpressionVisitor<R,C> visitor,
C context) |
boolean |
equals(Object obj) |
int |
getField() |
Type |
getType() |
int |
hashCode() |
String |
toString() |
public InputReferenceExpression(int field, Type type)
public int getField()
public Type getType()
getType
in class RowExpression
public int hashCode()
hashCode
in class RowExpression
public String toString()
toString
in class RowExpression
public <R,C> R accept(RowExpressionVisitor<R,C> visitor, C context)
accept
in class RowExpression
public boolean equals(Object obj)
equals
in class RowExpression
Copyright © 2012–2019. All rights reserved.