sddl.syntax.node
Class AAtPart
java.lang.Object
sddl.syntax.node.Node
sddl.syntax.node.PAtPart
sddl.syntax.node.AAtPart
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class AAtPart
- extends PAtPart
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AAtPart
public AAtPart()
AAtPart
public AAtPart(TAtKwd _atKwd_,
PExp _exp_)
clone
public java.lang.Object clone()
- Specified by:
clone in class Node
apply
public void apply(Switch sw)
getAtKwd
public TAtKwd getAtKwd()
setAtKwd
public void setAtKwd(TAtKwd node)
getExp
public PExp getExp()
setExp
public void setExp(PExp node)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object