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

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

public final class AExponent
extends PExponent


Constructor Summary
AExponent()
           
AExponent(java.util.List _integervalue_)
           
AExponent(XPIntegervalue _integervalue_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 java.util.LinkedList getIntegervalue()
           
 void setIntegervalue(java.util.List list)
           
 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

AExponent

public AExponent()

AExponent

public AExponent(java.util.List _integervalue_)

AExponent

public AExponent(XPIntegervalue _integervalue_)
Method Detail

clone

public java.lang.Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

getIntegervalue

public java.util.LinkedList getIntegervalue()

setIntegervalue

public void setIntegervalue(java.util.List list)

toString

public java.lang.String toString()


Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.