byucc.jhdl.parsers.edif.sablecc.node
Class AProperty

java.lang.Object
  extended bybyucc.jhdl.parsers.edif.sablecc.node.Node
      extended bybyucc.jhdl.parsers.edif.sablecc.node.PProperty
          extended bybyucc.jhdl.parsers.edif.sablecc.node.AProperty
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class AProperty
extends PProperty


Constructor Summary
AProperty()
           
AProperty(TLbr _lbr_, TProperty _property_, PPropertynamedef _propertyNameDef_, PTypedvalue _typedValue_, java.util.List _other_, TRbr _rbr_)
           
AProperty(TLbr _lbr_, TProperty _property_, PPropertynamedef _propertyNameDef_, PTypedvalue _typedValue_, XPPropertyoptions _other_, TRbr _rbr_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TLbr getLbr()
           
 java.util.LinkedList getOther()
           
 TProperty getProperty()
           
 PPropertynamedef getPropertyNameDef()
           
 TRbr getRbr()
           
 PTypedvalue getTypedValue()
           
 void setLbr(TLbr node)
           
 void setOther(java.util.List list)
           
 void setProperty(TProperty node)
           
 void setPropertyNameDef(PPropertynamedef node)
           
 void setRbr(TRbr node)
           
 void setTypedValue(PTypedvalue node)
           
 java.lang.String toString()
           
 
Methods inherited from class byucc.jhdl.parsers.edif.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

AProperty

public AProperty()

AProperty

public AProperty(TLbr _lbr_,
                 TProperty _property_,
                 PPropertynamedef _propertyNameDef_,
                 PTypedvalue _typedValue_,
                 java.util.List _other_,
                 TRbr _rbr_)

AProperty

public AProperty(TLbr _lbr_,
                 TProperty _property_,
                 PPropertynamedef _propertyNameDef_,
                 PTypedvalue _typedValue_,
                 XPPropertyoptions _other_,
                 TRbr _rbr_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getLbr

public TLbr getLbr()

setLbr

public void setLbr(TLbr node)

getProperty

public TProperty getProperty()

setProperty

public void setProperty(TProperty node)

getPropertyNameDef

public PPropertynamedef getPropertyNameDef()

setPropertyNameDef

public void setPropertyNameDef(PPropertynamedef node)

getTypedValue

public PTypedvalue getTypedValue()

setTypedValue

public void setTypedValue(PTypedvalue node)

getOther

public java.util.LinkedList getOther()

setOther

public void setOther(java.util.List list)

getRbr

public TRbr getRbr()

setRbr

public void setRbr(TRbr node)

toString

public java.lang.String toString()


Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.