mapss.dif.language.sablecc.node
Class ABuiltinAttributeBlock

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.ABuiltinAttributeBlock
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class ABuiltinAttributeBlock
extends PBlock


Constructor Summary
ABuiltinAttributeBlock()
           
ABuiltinAttributeBlock(TIdentifier _identifier_, PAttributeBody _attributeBody_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PAttributeBody getAttributeBody()
           
 TIdentifier getIdentifier()
           
 void setAttributeBody(PAttributeBody 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

ABuiltinAttributeBlock

public ABuiltinAttributeBlock()

ABuiltinAttributeBlock

public ABuiltinAttributeBlock(TIdentifier _identifier_,
                              PAttributeBody _attributeBody_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getIdentifier

public TIdentifier getIdentifier()

setIdentifier

public void setIdentifier(TIdentifier node)

getAttributeBody

public PAttributeBody getAttributeBody()

setAttributeBody

public void setAttributeBody(PAttributeBody node)

toString

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