com.sun.electric.tool.io.input.verilog
Class VerilogData.VerilogInstance

java.lang.Object
  extended by com.sun.electric.tool.io.input.verilog.VerilogData.VerilogInstance
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
VerilogData

public class VerilogData.VerilogInstance
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Method Summary
 VerilogData.VerilogModule getModule()
          Function to return the module of this instance
 java.lang.String getName()
          Function to return the name of this instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Function to return the name of this instance

Returns:
String with the name of the instance

getModule

public VerilogData.VerilogModule getModule()
Function to return the module of this instance

Returns:
Verilog object