sddl.syntax.node
Class AFitLeftUnaryExp

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

public final class AFitLeftUnaryExp
extends PLeftUnaryExp


Constructor Summary
AFitLeftUnaryExp()
           
AFitLeftUnaryExp(TFitKwd _fitKwd_, TClassName _className_, TAroundKwd _aroundKwd_, PLeftUnaryExp _leftUnaryExp_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TAroundKwd getAroundKwd()
           
 TClassName getClassName()
           
 TFitKwd getFitKwd()
           
 PLeftUnaryExp getLeftUnaryExp()
           
 void setAroundKwd(TAroundKwd node)
           
 void setClassName(TClassName node)
           
 void setFitKwd(TFitKwd 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

AFitLeftUnaryExp

public AFitLeftUnaryExp()

AFitLeftUnaryExp

public AFitLeftUnaryExp(TFitKwd _fitKwd_,
                        TClassName _className_,
                        TAroundKwd _aroundKwd_,
                        PLeftUnaryExp _leftUnaryExp_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getFitKwd

public TFitKwd getFitKwd()

setFitKwd

public void setFitKwd(TFitKwd node)

getClassName

public TClassName getClassName()

setClassName

public void setClassName(TClassName node)

getAroundKwd

public TAroundKwd getAroundKwd()

setAroundKwd

public void setAroundKwd(TAroundKwd node)

getLeftUnaryExp

public PLeftUnaryExp getLeftUnaryExp()

setLeftUnaryExp

public void setLeftUnaryExp(PLeftUnaryExp node)

toString

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