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

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

public final class APage
extends PPage


Constructor Summary
APage()
           
APage(TLbr _lbr_, TPage _page_, PInstancenamedef _instancenamedef_, java.util.List _pageoptions_, TRbr _rbr_)
           
APage(TLbr _lbr_, TPage _page_, PInstancenamedef _instancenamedef_, XPPageoptions _pageoptions_, TRbr _rbr_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PInstancenamedef getInstancenamedef()
           
 TLbr getLbr()
           
 TPage getPage()
           
 java.util.LinkedList getPageoptions()
           
 TRbr getRbr()
           
 void setInstancenamedef(PInstancenamedef node)
           
 void setLbr(TLbr node)
           
 void setPage(TPage node)
           
 void setPageoptions(java.util.List list)
           
 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

APage

public APage()

APage

public APage(TLbr _lbr_,
             TPage _page_,
             PInstancenamedef _instancenamedef_,
             java.util.List _pageoptions_,
             TRbr _rbr_)

APage

public APage(TLbr _lbr_,
             TPage _page_,
             PInstancenamedef _instancenamedef_,
             XPPageoptions _pageoptions_,
             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)

getPage

public TPage getPage()

setPage

public void setPage(TPage node)

getInstancenamedef

public PInstancenamedef getInstancenamedef()

setInstancenamedef

public void setInstancenamedef(PInstancenamedef node)

getPageoptions

public java.util.LinkedList getPageoptions()

setPageoptions

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