byucc.jhdl.parsers.edif.sablecc.node
Class AInterface
java.lang.Object
byucc.jhdl.parsers.edif.sablecc.node.Node
byucc.jhdl.parsers.edif.sablecc.node.PInterface
byucc.jhdl.parsers.edif.sablecc.node.AInterface
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
- public final class AInterface
- extends PInterface
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AInterface
public AInterface()
AInterface
public AInterface(TLbr _lbr_,
TInterface _interface_,
java.util.List _interfaceop_,
TRbr _rbr_)
AInterface
public AInterface(TLbr _lbr_,
TInterface _interface_,
XPInterfaceop _interfaceop_,
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)
getInterface
public TInterface getInterface()
setInterface
public void setInterface(TInterface node)
getInterfaceop
public java.util.LinkedList getInterfaceop()
setInterfaceop
public void setInterfaceop(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.