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

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

public final class AInstance
extends PInstance


Constructor Summary
AInstance()
           
AInstance(TLbr _lbr_, TInstance _instance_, PInstancenamedef _instancenamedef_, PInstanceop _instanceop_, java.util.List _instanceoptions_, TRbr _rbr_)
           
AInstance(TLbr _lbr_, TInstance _instance_, PInstancenamedef _instancenamedef_, PInstanceop _instanceop_, XPInstanceoptions _instanceoptions_, TRbr _rbr_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TInstance getInstance()
           
 PInstancenamedef getInstancenamedef()
           
 PInstanceop getInstanceop()
           
 java.util.LinkedList getInstanceoptions()
           
 TLbr getLbr()
           
 TRbr getRbr()
           
 void setInstance(TInstance node)
           
 void setInstancenamedef(PInstancenamedef node)
           
 void setInstanceop(PInstanceop node)
           
 void setInstanceoptions(java.util.List list)
           
 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

AInstance

public AInstance()

AInstance

public AInstance(TLbr _lbr_,
                 TInstance _instance_,
                 PInstancenamedef _instancenamedef_,
                 PInstanceop _instanceop_,
                 java.util.List _instanceoptions_,
                 TRbr _rbr_)

AInstance

public AInstance(TLbr _lbr_,
                 TInstance _instance_,
                 PInstancenamedef _instancenamedef_,
                 PInstanceop _instanceop_,
                 XPInstanceoptions _instanceoptions_,
                 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)

getInstance

public TInstance getInstance()

setInstance

public void setInstance(TInstance node)

getInstancenamedef

public PInstancenamedef getInstancenamedef()

setInstancenamedef

public void setInstancenamedef(PInstancenamedef node)

getInstanceop

public PInstanceop getInstanceop()

setInstanceop

public void setInstanceop(PInstanceop node)

getInstanceoptions

public java.util.LinkedList getInstanceoptions()

setInstanceoptions

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