mapss.dif.language.sablecc.node
Class ABuiltinAttributeBlock
java.lang.Object
mapss.dif.language.sablecc.node.Node
mapss.dif.language.sablecc.node.PBlock
mapss.dif.language.sablecc.node.ABuiltinAttributeBlock
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class ABuiltinAttributeBlock
- extends PBlock
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ABuiltinAttributeBlock
public ABuiltinAttributeBlock()
ABuiltinAttributeBlock
public ABuiltinAttributeBlock(TIdentifier _identifier_,
PAttributeBody _attributeBody_)
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