byucc.jhdl.parsers.xnf.node
Class X2PSigLine

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

public final class X2PSigLine
extends XPSigLine


Constructor Summary
X2PSigLine()
           
X2PSigLine(PSigLine _pSigLine_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PSigLine getPSigLine()
           
 void setPSigLine(PSigLine 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

X2PSigLine

public X2PSigLine()

X2PSigLine

public X2PSigLine(PSigLine _pSigLine_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getPSigLine

public PSigLine getPSigLine()

setPSigLine

public void setPSigLine(PSigLine node)

toString

public java.lang.String toString()


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