sddl.syntax.node
Class AWithPart

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

public final class AWithPart
extends PWithPart


Constructor Summary
AWithPart()
           
AWithPart(TWithKwd _withKwd_, TLCr _lCr_, POptions _options_, TRCr _rCr_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TLCr getLCr()
           
 POptions getOptions()
           
 TRCr getRCr()
           
 TWithKwd getWithKwd()
           
 void setLCr(TLCr node)
           
 void setOptions(POptions node)
           
 void setRCr(TRCr node)
           
 void setWithKwd(TWithKwd 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

AWithPart

public AWithPart()

AWithPart

public AWithPart(TWithKwd _withKwd_,
                 TLCr _lCr_,
                 POptions _options_,
                 TRCr _rCr_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getWithKwd

public TWithKwd getWithKwd()

setWithKwd

public void setWithKwd(TWithKwd node)

getLCr

public TLCr getLCr()

setLCr

public void setLCr(TLCr node)

getOptions

public POptions getOptions()

setOptions

public void setOptions(POptions node)

getRCr

public TRCr getRCr()

setRCr

public void setRCr(TRCr node)

toString

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