mapss.dif.language.sablecc.node
Class AAttrType
java.lang.Object
mapss.dif.language.sablecc.node.Node
mapss.dif.language.sablecc.node.PType
mapss.dif.language.sablecc.node.AAttrType
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class AAttrType
- extends PType
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AAttrType
public AAttrType()
AAttrType
public AAttrType(TColon _colon_,
TIdentifier _identifier_)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getColon
public TColon getColon()
setColon
public void setColon(TColon node)
getIdentifier
public TIdentifier getIdentifier()
setIdentifier
public void setIdentifier(TIdentifier node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object