|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbyucc.jhdl.base.Parameter
This class allows the creation of arbitrarily typed parameters as part of a
CellInterface. It can be constructed via Cell.param()
.
Note that if a parameter is referenced in calculating the width of a port, the
parameter must be of type Integer
.
Method Summary | |
java.lang.Object |
getArgument()
Used to retrieve the bound argument. |
java.lang.String |
getName()
Returns the name of the parameter |
java.lang.Class |
getType()
Returns the declared type of the parameter (which may be a superclass or superinterface of the actual argument). |
boolean |
isBound()
Used to determine whether a binding is valid. |
java.lang.String |
toString()
Returns a formatted String describing the parameter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public final java.lang.String getName()
getName
in interface CellInterface
public final java.lang.Class getType()
public java.lang.String toString()
public final java.lang.Object getArgument()
public final boolean isBound()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |