byucc.jhdl.parsers.edif.sablecc.node
Class AInoutDirection
java.lang.Object
byucc.jhdl.parsers.edif.sablecc.node.Node
byucc.jhdl.parsers.edif.sablecc.node.PDirection
byucc.jhdl.parsers.edif.sablecc.node.AInoutDirection
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
- public final class AInoutDirection
- extends PDirection
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AInoutDirection
public AInoutDirection()
AInoutDirection
public AInoutDirection(TLbr _lbr_,
TDirection _direction_,
TInout _inout_,
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)
getDirection
public TDirection getDirection()
setDirection
public void setDirection(TDirection node)
getInout
public TInout getInout()
setInout
public void setInout(TInout 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.