byucc.jhdl.parsers.edif.sablecc.node
Class AInstance
java.lang.Object
byucc.jhdl.parsers.edif.sablecc.node.Node
byucc.jhdl.parsers.edif.sablecc.node.PInstance
byucc.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_)
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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_)
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.