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

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

public final class ACellref
extends PCellref


Constructor Summary
ACellref()
           
ACellref(TLbr _lbr_, TCellref _cellref_, PCellnameref _cellnameref_, PLibraryref _libraryref_, TRbr _rbr_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PCellnameref getCellnameref()
           
 TCellref getCellref()
           
 TLbr getLbr()
           
 PLibraryref getLibraryref()
           
 TRbr getRbr()
           
 void setCellnameref(PCellnameref node)
           
 void setCellref(TCellref node)
           
 void setLbr(TLbr node)
           
 void setLibraryref(PLibraryref 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

ACellref

public ACellref()

ACellref

public ACellref(TLbr _lbr_,
                TCellref _cellref_,
                PCellnameref _cellnameref_,
                PLibraryref _libraryref_,
                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)

getCellref

public TCellref getCellref()

setCellref

public void setCellref(TCellref node)

getCellnameref

public PCellnameref getCellnameref()

setCellnameref

public void setCellnameref(PCellnameref node)

getLibraryref

public PLibraryref getLibraryref()

setLibraryref

public void setLibraryref(PLibraryref node)

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.