mapss.dif.language.sablecc.node
Class AUserDefinedAttributeBlock

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

public final class AUserDefinedAttributeBlock
extends PBlock


Constructor Summary
AUserDefinedAttributeBlock()
           
AUserDefinedAttributeBlock(TAttribute _attribute_, PName _name_, PAttributeBody _attributeBody_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TAttribute getAttribute()
           
 PAttributeBody getAttributeBody()
           
 PName getName()
           
 void setAttribute(TAttribute node)
           
 void setAttributeBody(PAttributeBody node)
           
 void setName(PName 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

AUserDefinedAttributeBlock

public AUserDefinedAttributeBlock()

AUserDefinedAttributeBlock

public AUserDefinedAttributeBlock(TAttribute _attribute_,
                                  PName _name_,
                                  PAttributeBody _attributeBody_)
Method Detail

clone

public java.lang.Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

getAttribute

public TAttribute getAttribute()

setAttribute

public void setAttribute(TAttribute node)

getName

public PName getName()

setName

public void setName(PName node)

getAttributeBody

public PAttributeBody getAttributeBody()

setAttributeBody

public void setAttributeBody(PAttributeBody node)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object