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

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

public final class AInputDirection
extends PDirection


Constructor Summary
AInputDirection()
           
AInputDirection(TLbr _lbr_, TDirection _direction_, TInput _input_, TRbr _rbr_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TDirection getDirection()
           
 TInput getInput()
           
 TLbr getLbr()
           
 TRbr getRbr()
           
 void setDirection(TDirection node)
           
 void setInput(TInput 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

AInputDirection

public AInputDirection()

AInputDirection

public AInputDirection(TLbr _lbr_,
                       TDirection _direction_,
                       TInput _input_,
                       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)

getDirection

public TDirection getDirection()

setDirection

public void setDirection(TDirection node)

getInput

public TInput getInput()

setInput

public void setInput(TInput 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.