byucc.jhdl.parsers.edif.sablecc.node
Class AProperty
java.lang.Object
byucc.jhdl.parsers.edif.sablecc.node.Node
byucc.jhdl.parsers.edif.sablecc.node.PProperty
byucc.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_)
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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_)
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.