byucc.jhdl.parsers.edif.sablecc.node
Class AEee
java.lang.Object
byucc.jhdl.parsers.edif.sablecc.node.Node
byucc.jhdl.parsers.edif.sablecc.node.PEee
byucc.jhdl.parsers.edif.sablecc.node.AEee
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
- public final class AEee
- extends PEee
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AEee
public AEee()
AEee
public AEee(TLbr _lbr_,
TIdentifier _identifier_,
PExponent _exponent_,
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)
getIdentifier
public TIdentifier getIdentifier()
setIdentifier
public void setIdentifier(TIdentifier node)
getExponent
public PExponent getExponent()
setExponent
public void setExponent(PExponent 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.