sddl.syntax.node
Class AGetLeftUnaryExp

java.lang.Object
  extended by sddl.syntax.node.Node
      extended by sddl.syntax.node.PLeftUnaryExp
          extended by sddl.syntax.node.AGetLeftUnaryExp
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class AGetLeftUnaryExp
extends PLeftUnaryExp


Constructor Summary
AGetLeftUnaryExp()
           
AGetLeftUnaryExp(TGetKwd _getKwd_, TId _id_, TFromKwd _fromKwd_, PLeftUnaryExp _leftUnaryExp_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TFromKwd getFromKwd()
           
 TGetKwd getGetKwd()
           
 TId getId()
           
 PLeftUnaryExp getLeftUnaryExp()
           
 void setFromKwd(TFromKwd node)
           
 void setGetKwd(TGetKwd node)
           
 void setId(TId node)
           
 void setLeftUnaryExp(PLeftUnaryExp node)
           
 java.lang.String toString()
           
 
Methods inherited from class sddl.syntax.node.Node
parent, replaceBy
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AGetLeftUnaryExp

public AGetLeftUnaryExp()

AGetLeftUnaryExp

public AGetLeftUnaryExp(TGetKwd _getKwd_,
                        TId _id_,
                        TFromKwd _fromKwd_,
                        PLeftUnaryExp _leftUnaryExp_)
Method Detail

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