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