public class Reference extends Object implements Operand
Can also include a cast.
Modifier and Type | Field and Description |
---|---|
String |
cast |
EsHint |
esHint |
Object |
info
Arbitrary info associated to the reference.
|
String |
name |
String |
originalName |
Constructor and Description |
---|
Reference(Reference other,
EsHint hint) |
Reference(Reference other,
String cast) |
Reference(String name) |
Reference(String name,
String cast) |
Reference(String name,
String cast,
EsHint hint) |
Modifier and Type | Method and Description |
---|---|
void |
accept(IVisitor visitor)
Accept the given visitor.
|
boolean |
equals(Object obj) |
Object |
getInfo() |
int |
hashCode() |
boolean |
isPathReference() |
void |
setInfo(Object info) |
String |
toString() |
public String originalName
public void accept(IVisitor visitor)
ASTNode
public boolean isPathReference()
Copyright © 2018 Nuxeo. All rights reserved.