byucc.jhdl.parsers.edif.sablecc.node
Class ACell
java.lang.Object
byucc.jhdl.parsers.edif.sablecc.node.Node
byucc.jhdl.parsers.edif.sablecc.node.PCell
byucc.jhdl.parsers.edif.sablecc.node.ACell
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
- public final class ACell
- extends PCell
Constructor Summary |
ACell()
|
ACell(TLbr _lbr_,
TCell _cell_,
PCellnamedef _cellnamedef_,
PCelltype _celltype_,
java.util.List _celloptions_,
TRbr _rbr_)
|
ACell(TLbr _lbr_,
TCell _cell_,
PCellnamedef _cellnamedef_,
PCelltype _celltype_,
XPCelloptions _celloptions_,
TRbr _rbr_)
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ACell
public ACell()
ACell
public ACell(TLbr _lbr_,
TCell _cell_,
PCellnamedef _cellnamedef_,
PCelltype _celltype_,
java.util.List _celloptions_,
TRbr _rbr_)
ACell
public ACell(TLbr _lbr_,
TCell _cell_,
PCellnamedef _cellnamedef_,
PCelltype _celltype_,
XPCelloptions _celloptions_,
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)
getCell
public TCell getCell()
setCell
public void setCell(TCell node)
getCellnamedef
public PCellnamedef getCellnamedef()
setCellnamedef
public void setCellnamedef(PCellnamedef node)
getCelltype
public PCelltype getCelltype()
setCelltype
public void setCelltype(PCelltype node)
getCelloptions
public java.util.LinkedList getCelloptions()
setCelloptions
public void setCelloptions(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.