sddl.syntax.node
Class ADivMulExp

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

public final class ADivMulExp
extends PMulExp


Constructor Summary
ADivMulExp()
           
ADivMulExp(PMulExp _mulExp_, TDiv _div_, PLeftUnaryExp _leftUnaryExp_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TDiv getDiv()
           
 PLeftUnaryExp getLeftUnaryExp()
           
 PMulExp getMulExp()
           
 void setDiv(TDiv node)
           
 void setLeftUnaryExp(PLeftUnaryExp node)
           
 void setMulExp(PMulExp 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

ADivMulExp

public ADivMulExp()

ADivMulExp

public ADivMulExp(PMulExp _mulExp_,
                  TDiv _div_,
                  PLeftUnaryExp _leftUnaryExp_)
Method Detail

clone

public java.lang.Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

getMulExp

public PMulExp getMulExp()

setMulExp

public void setMulExp(PMulExp node)

getDiv

public TDiv getDiv()

setDiv

public void setDiv(TDiv node)

getLeftUnaryExp

public PLeftUnaryExp getLeftUnaryExp()

setLeftUnaryExp

public void setLeftUnaryExp(PLeftUnaryExp node)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object