public class Reference extends Object implements Operand
Can also include a cast.
String
cast
name
Reference(Reference other, String cast)
Reference(String name)
Reference(String name, String cast)
void
accept(IVisitor visitor)
boolean
equals(Object obj)
int
hashCode()
isPathReference()
toString()
getClass, notify, notifyAll, wait, wait, wait
public final String name
public final String cast
public Reference(String name)
public Reference(String name, String cast)
public Reference(Reference other, String cast)
public void accept(IVisitor visitor)
ASTNode
accept
visitor
public String toString()
toString
Object
public boolean equals(Object obj)
equals
public int hashCode()
hashCode
public boolean isPathReference()
Copyright © 2015 Nuxeo SA. All rights reserved.