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

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

public final class ATechnology
extends PTechnology


Constructor Summary
ATechnology()
           
ATechnology(TLbr _lbr_, TTechnology _technology_, PNumberdefinition _numberdefinition_, java.util.List _comment_, TRbr _rbr_)
           
ATechnology(TLbr _lbr_, TTechnology _technology_, PNumberdefinition _numberdefinition_, XPComment _comment_, TRbr _rbr_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 java.util.LinkedList getComment()
           
 TLbr getLbr()
           
 PNumberdefinition getNumberdefinition()
           
 TRbr getRbr()
           
 TTechnology getTechnology()
           
 void setComment(java.util.List list)
           
 void setLbr(TLbr node)
           
 void setNumberdefinition(PNumberdefinition node)
           
 void setRbr(TRbr node)
           
 void setTechnology(TTechnology 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

ATechnology

public ATechnology()

ATechnology

public ATechnology(TLbr _lbr_,
                   TTechnology _technology_,
                   PNumberdefinition _numberdefinition_,
                   java.util.List _comment_,
                   TRbr _rbr_)

ATechnology

public ATechnology(TLbr _lbr_,
                   TTechnology _technology_,
                   PNumberdefinition _numberdefinition_,
                   XPComment _comment_,
                   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)

getTechnology

public TTechnology getTechnology()

setTechnology

public void setTechnology(TTechnology node)

getNumberdefinition

public PNumberdefinition getNumberdefinition()

setNumberdefinition

public void setNumberdefinition(PNumberdefinition node)

getComment

public java.util.LinkedList getComment()

setComment

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