byucc.jhdl.parsers.edif.sablecc
Class EdifPortInterface

java.lang.Object
  extended bybyucc.jhdl.parsers.edif.sablecc.EdifPortInterface

public class EdifPortInterface
extends java.lang.Object


Field Summary
 Wire attachedWire
           
 java.lang.String name
           
 
Constructor Summary
EdifPortInterface(java.lang.String name, Wire attachedWire)
           
 
Method Summary
static EdifPortInterface addPort(java.lang.String name, Wire attachedWire)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name

attachedWire

public Wire attachedWire
Constructor Detail

EdifPortInterface

public EdifPortInterface(java.lang.String name,
                         Wire attachedWire)
Method Detail

addPort

public static EdifPortInterface addPort(java.lang.String name,
                                        Wire attachedWire)

toString

public java.lang.String toString()


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