byucc.jhdl.parsers.edif.sablecc.node
Class APort
java.lang.Object
byucc.jhdl.parsers.edif.sablecc.node.Node
byucc.jhdl.parsers.edif.sablecc.node.PPort
byucc.jhdl.parsers.edif.sablecc.node.APort
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
- public final class APort
- extends PPort
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
APort
public APort()
APort
public APort(TLbr _lbr_,
TPort _port_,
PPortnamedef _portnamedef_,
java.util.List _portoptions_,
TRbr _rbr_)
APort
public APort(TLbr _lbr_,
TPort _port_,
PPortnamedef _portnamedef_,
XPPortoptions _portoptions_,
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)
getPort
public TPort getPort()
setPort
public void setPort(TPort node)
getPortnamedef
public PPortnamedef getPortnamedef()
setPortnamedef
public void setPortnamedef(PPortnamedef node)
getPortoptions
public java.util.LinkedList getPortoptions()
setPortoptions
public void setPortoptions(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.