public class PortValue extends AbstractProcessValue
| Constructor and Description |
|---|
PortValue(org.eclipse.debug.core.model.IDebugTarget target) |
| Modifier and Type | Method and Description |
|---|---|
void |
addVariable(AbstractProcessVariable variable)
Adds a new var, only if no other var with the same name already exists in this value.
|
AbstractProcessVariable[] |
getVariables() |
boolean |
hasVariables() |
getImage, getModelIdentifier, getReferenceTypeName, getValueString, getVarByName, isAllocatedfireChangeEvent, fireCreationEvent, fireEvent, fireResumeEvent, fireSuspendEvent, fireTerminateEvent, getAdapter, getDebugTarget, getLaunch, notSupported, requestFailedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic AbstractProcessVariable[] getVariables()
getVariables in interface org.eclipse.debug.core.model.IValuegetVariables in class AbstractProcessValuepublic boolean hasVariables()
hasVariables in interface org.eclipse.debug.core.model.IValuehasVariables in class AbstractProcessValuepublic void addVariable(AbstractProcessVariable variable) throws org.eclipse.debug.core.DebugException
variable - org.eclipse.debug.core.DebugExceptionCopyright © 2018. All rights reserved.