public class StateVariable extends AbstractProcessVariableGeneric<StateValue>
| Constructor and Description |
|---|
StateVariable(org.eclipse.debug.core.model.IDebugTarget target,
String name)
Initial StateValue is 'inactive'
|
| Modifier and Type | Method and Description |
|---|---|
void |
setValue(org.eclipse.debug.core.model.IValue value) |
void |
setValue(String expression) |
getValue, setValuegetModelIdentifier, getName, getReferenceTypeName, hasValueChanged, supportsValueModification, throwCantSetValue, verifyValue, verifyValuefireChangeEvent, fireCreationEvent, fireEvent, fireResumeEvent, fireSuspendEvent, fireTerminateEvent, getAdapter, getDebugTarget, getLaunch, notSupported, requestFailedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic StateVariable(org.eclipse.debug.core.model.IDebugTarget target,
String name)
target - name - public void setValue(String expression)
setValue in interface org.eclipse.debug.core.model.IValueModificationsetValue in class AbstractProcessVariablepublic void setValue(org.eclipse.debug.core.model.IValue value)
throws org.eclipse.debug.core.DebugException
setValue in interface org.eclipse.debug.core.model.IValueModificationsetValue in class AbstractProcessVariableorg.eclipse.debug.core.DebugExceptionCopyright © 2018. All rights reserved.