sddl.syntax.node
Class AWithPart
java.lang.Object
sddl.syntax.node.Node
sddl.syntax.node.PWithPart
sddl.syntax.node.AWithPart
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class AWithPart
- extends PWithPart
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AWithPart
public AWithPart()
AWithPart
public AWithPart(TWithKwd _withKwd_,
TLCr _lCr_,
POptions _options_,
TRCr _rCr_)
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