mapss.dif.language.sablecc.node
Class AAttrDataType
java.lang.Object
mapss.dif.language.sablecc.node.Node
mapss.dif.language.sablecc.node.PType
mapss.dif.language.sablecc.node.AAttrDataType
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class AAttrDataType
- extends PType
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AAttrDataType
public AAttrDataType()
AAttrDataType
public AAttrDataType(TColon _attr_,
TIdentifier _identifier_,
TColon _value_,
TString _string_)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getAttr
public TColon getAttr()
setAttr
public void setAttr(TColon node)
getIdentifier
public TIdentifier getIdentifier()
setIdentifier
public void setIdentifier(TIdentifier node)
getValue
public TColon getValue()
setValue
public void setValue(TColon node)
getString
public TString getString()
setString
public void setString(TString node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object