public class InputReference extends Expression
Input.
This is used to replace a QualifiedNameReference with a direct reference to the physical
channel and field to avoid unnecessary lookups in a symbol -> input map during evaluation
| Constructor and Description |
|---|
InputReference(Input input) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(AstVisitor<R,C> visitor,
C context) |
boolean |
equals(java.lang.Object o) |
Input |
getInput() |
int |
hashCode() |
toStringpublic InputReference(Input input)
public Input getInput()
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
accept in class Expression