sddl.syntax.node
Class AAdditionalId

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

public final class AAdditionalId
extends PAdditionalId


Constructor Summary
AAdditionalId()
           
AAdditionalId(TComma _comma_, TId _id_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TComma getComma()
           
 TId getId()
           
 void setComma(TComma node)
           
 void setId(TId 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

AAdditionalId

public AAdditionalId()

AAdditionalId

public AAdditionalId(TComma _comma_,
                     TId _id_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getComma

public TComma getComma()

setComma

public void setComma(TComma node)

getId

public TId getId()

setId

public void setId(TId node)

toString

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