mapss.dif.language.sablecc.node
Class AAttrType

java.lang.Object
  extended by mapss.dif.language.sablecc.node.Node
      extended by mapss.dif.language.sablecc.node.PType
          extended by mapss.dif.language.sablecc.node.AAttrType
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class AAttrType
extends PType


Constructor Summary
AAttrType()
           
AAttrType(TColon _colon_, TIdentifier _identifier_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TColon getColon()
           
 TIdentifier getIdentifier()
           
 void setColon(TColon node)
           
 void setIdentifier(TIdentifier node)
           
 java.lang.String toString()
           
 
Methods inherited from class mapss.dif.language.sablecc.node.Node
cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AAttrType

public AAttrType()

AAttrType

public AAttrType(TColon _colon_,
                 TIdentifier _identifier_)
Method Detail

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