com.sun.electric.tool.user.ncc
Class ExportAssertionFailures

java.lang.Object
  extended by com.sun.electric.tool.user.ncc.ExportAssertionFailures
All Implemented Interfaces:
java.io.Serializable

public class ExportAssertionFailures
extends java.lang.Object
implements java.io.Serializable

Each object of this class holds one Export Assertion Failure

See Also:
Serialized Form

Constructor Summary
ExportAssertionFailures(Cell cell, VarContext context, java.lang.Object[][] items, java.lang.String[][] names)
           
 
Method Summary
 Cell getCell()
           
 VarContext getContext()
           
 java.lang.Object[][] getExportsGlobals()
           
 java.lang.String[][] getNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportAssertionFailures

public ExportAssertionFailures(Cell cell,
                               VarContext context,
                               java.lang.Object[][] items,
                               java.lang.String[][] names)
Method Detail

getCell

public Cell getCell()

getContext

public VarContext getContext()

getExportsGlobals

public java.lang.Object[][] getExportsGlobals()

getNames

public java.lang.String[][] getNames()