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

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

public final class APortimplementation
extends PPortimplementation


Constructor Summary
APortimplementation()
           
APortimplementation(TLbr _lbr_, TPortimplementation _portimplementation_, PPortimpop _portimpop_, java.util.List _portimplementationop_, TRbr _rbr_)
           
APortimplementation(TLbr _lbr_, TPortimplementation _portimplementation_, PPortimpop _portimpop_, XPPortimplementationop _portimplementationop_, TRbr _rbr_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TLbr getLbr()
           
 TPortimplementation getPortimplementation()
           
 java.util.LinkedList getPortimplementationop()
           
 PPortimpop getPortimpop()
           
 TRbr getRbr()
           
 void setLbr(TLbr node)
           
 void setPortimplementation(TPortimplementation node)
           
 void setPortimplementationop(java.util.List list)
           
 void setPortimpop(PPortimpop 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

APortimplementation

public APortimplementation()

APortimplementation

public APortimplementation(TLbr _lbr_,
                           TPortimplementation _portimplementation_,
                           PPortimpop _portimpop_,
                           java.util.List _portimplementationop_,
                           TRbr _rbr_)

APortimplementation

public APortimplementation(TLbr _lbr_,
                           TPortimplementation _portimplementation_,
                           PPortimpop _portimpop_,
                           XPPortimplementationop _portimplementationop_,
                           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)

getPortimplementation

public TPortimplementation getPortimplementation()

setPortimplementation

public void setPortimplementation(TPortimplementation node)

getPortimpop

public PPortimpop getPortimpop()

setPortimpop

public void setPortimpop(PPortimpop node)

getPortimplementationop

public java.util.LinkedList getPortimplementationop()

setPortimplementationop

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