byucc.jhdl.parsers.xnf.node
Class AXnfHeader

java.lang.Object
  extended bybyucc.jhdl.parsers.xnf.node.Node
      extended bybyucc.jhdl.parsers.xnf.node.PXnfHeader
          extended bybyucc.jhdl.parsers.xnf.node.AXnfHeader
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class AXnfHeader
extends PXnfHeader


Constructor Summary
AXnfHeader()
           
AXnfHeader(PLcanetLine _lcanetLine_, PProgramLine _programLine_, PPartLine _partLine_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PLcanetLine getLcanetLine()
           
 PPartLine getPartLine()
           
 PProgramLine getProgramLine()
           
 void setLcanetLine(PLcanetLine node)
           
 void setPartLine(PPartLine node)
           
 void setProgramLine(PProgramLine node)
           
 java.lang.String toString()
           
 
Methods inherited from class byucc.jhdl.parsers.xnf.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

AXnfHeader

public AXnfHeader()

AXnfHeader

public AXnfHeader(PLcanetLine _lcanetLine_,
                  PProgramLine _programLine_,
                  PPartLine _partLine_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getLcanetLine

public PLcanetLine getLcanetLine()

setLcanetLine

public void setLcanetLine(PLcanetLine node)

getProgramLine

public PProgramLine getProgramLine()

setProgramLine

public void setProgramLine(PProgramLine node)

getPartLine

public PPartLine getPartLine()

setPartLine

public void setPartLine(PPartLine node)

toString

public java.lang.String toString()


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