public class UnsupportedCmdResult<T> extends DesignObject
| Constructor and Description |
|---|
UnsupportedCmdResult(tcl.lang.Interp interp,
tcl.lang.TclObject[] argv,
EdifCellLookup<T> lookup,
boolean replaceProbableCells,
boolean applyWildcardsChooseAny) |
UnsupportedCmdResult(List<UnsupportedConstraintElement> cmd,
EdifCellLookup<T> lookup) |
| Modifier and Type | Method and Description |
|---|---|
List<UnsupportedConstraintElement> |
getCmd() |
static <T> tcl.lang.TclObject |
makeTclObj(tcl.lang.Interp interp,
tcl.lang.TclObject[] objv,
EdifCellLookup<T> lookup,
boolean replaceProbableCells,
boolean applyWildcardsChooseAny) |
tcl.lang.TclObject |
toReflectObj(tcl.lang.Interp interp) |
String |
toString() |
Stream<UnsupportedConstraintElement> |
toUnsupportedConstraintElement() |
String |
toXdc() |
UnsupportedCmdResult<T> |
withoutOutsideBrackets() |
requireCastUnwrappedObject, requireUnwrapTclObject, unwrapTclObjectpublic UnsupportedCmdResult(List<UnsupportedConstraintElement> cmd, EdifCellLookup<T> lookup)
public UnsupportedCmdResult(tcl.lang.Interp interp,
tcl.lang.TclObject[] argv,
EdifCellLookup<T> lookup,
boolean replaceProbableCells,
boolean applyWildcardsChooseAny)
public static <T> tcl.lang.TclObject makeTclObj(tcl.lang.Interp interp,
tcl.lang.TclObject[] objv,
EdifCellLookup<T> lookup,
boolean replaceProbableCells,
boolean applyWildcardsChooseAny)
throws tcl.lang.TclException
tcl.lang.TclExceptionpublic String toString()
toString in class Objectpublic String toXdc()
toXdc in class DesignObjectpublic Stream<UnsupportedConstraintElement> toUnsupportedConstraintElement()
toUnsupportedConstraintElement in class DesignObjectpublic tcl.lang.TclObject toReflectObj(tcl.lang.Interp interp)
throws tcl.lang.TclException
tcl.lang.TclExceptionpublic List<UnsupportedConstraintElement> getCmd()
public UnsupportedCmdResult<T> withoutOutsideBrackets()