sddl.syntax.node
Class AGetLeftUnaryExp
java.lang.Object
sddl.syntax.node.Node
sddl.syntax.node.PLeftUnaryExp
sddl.syntax.node.AGetLeftUnaryExp
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class AGetLeftUnaryExp
- extends PLeftUnaryExp
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AGetLeftUnaryExp
public AGetLeftUnaryExp()
AGetLeftUnaryExp
public AGetLeftUnaryExp(TGetKwd _getKwd_,
TId _id_,
TFromKwd _fromKwd_,
PLeftUnaryExp _leftUnaryExp_)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getGetKwd
public TGetKwd getGetKwd()
setGetKwd
public void setGetKwd(TGetKwd node)
getId
public TId getId()
setId
public void setId(TId node)
getFromKwd
public TFromKwd getFromKwd()
setFromKwd
public void setFromKwd(TFromKwd node)
getLeftUnaryExp
public PLeftUnaryExp getLeftUnaryExp()
setLeftUnaryExp
public void setLeftUnaryExp(PLeftUnaryExp node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object