sddl.syntax.node
Class ASignature
java.lang.Object
sddl.syntax.node.Node
sddl.syntax.node.PSignature
sddl.syntax.node.ASignature
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class ASignature
- extends PSignature
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ASignature
public ASignature()
ASignature
public ASignature(TLPar _lPar_,
PTypeList _typeList_,
TRPar _rPar_)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getLPar
public TLPar getLPar()
setLPar
public void setLPar(TLPar node)
getTypeList
public PTypeList getTypeList()
setTypeList
public void setTypeList(PTypeList node)
getRPar
public TRPar getRPar()
setRPar
public void setRPar(TRPar node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object