public static class JavaScript.PortProxy
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected TypedIOPort |
_port
The port that is proxied.
|
Modifier | Constructor and Description |
---|---|
protected |
PortProxy(TypedIOPort port)
Construct a port proxy.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Return the name of the proxied port.
|
protected TypedIOPort _port
protected PortProxy(TypedIOPort port)
port
- The port to be proxied.