sddl.syntax.node
Class ASimpleAndExp

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

public final class ASimpleAndExp
extends PAndExp


Constructor Summary
ASimpleAndExp()
           
ASimpleAndExp(PWithExp _withExp_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PWithExp getWithExp()
           
 void setWithExp(PWithExp 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

ASimpleAndExp

public ASimpleAndExp()

ASimpleAndExp

public ASimpleAndExp(PWithExp _withExp_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getWithExp

public PWithExp getWithExp()

setWithExp

public void setWithExp(PWithExp node)

toString

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