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

java.lang.Object
  extended bybyucc.jhdl.parsers.edif.sablecc.node.Node
      extended bybyucc.jhdl.parsers.edif.sablecc.node.PCell
          extended bybyucc.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_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TCell getCell()
           
 PCellnamedef getCellnamedef()
           
 java.util.LinkedList getCelloptions()
           
 PCelltype getCelltype()
           
 TLbr getLbr()
           
 TRbr getRbr()
           
 void setCell(TCell node)
           
 void setCellnamedef(PCellnamedef node)
           
 void setCelloptions(java.util.List list)
           
 void setCelltype(PCelltype node)
           
 void setLbr(TLbr node)
           
 void setRbr(TRbr 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

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_)
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)

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.