public abstract class AbstractProcessValue extends ProcessDebugElement implements org.eclipse.debug.core.model.IValue
| Constructor and Description |
|---|
AbstractProcessValue(org.eclipse.debug.core.model.IDebugTarget target,
String refTypeName) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.swt.graphics.Image |
getImage() |
String |
getModelIdentifier() |
String |
getReferenceTypeName() |
String |
getValueString() |
static <T extends AbstractProcessVariable> |
getVarByName(List<T> vars,
String name)
Returns a AbstractProcessVariable from a list with vars if the name of the var, matches to a given name.
|
org.eclipse.debug.core.model.IVariable[] |
getVariables() |
boolean |
hasVariables() |
boolean |
isAllocated() |
fireChangeEvent, fireCreationEvent, fireEvent, fireResumeEvent, fireSuspendEvent, fireTerminateEvent, getAdapter, getDebugTarget, getLaunch, notSupported, requestFailedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic AbstractProcessValue(org.eclipse.debug.core.model.IDebugTarget target,
String refTypeName)
public String getModelIdentifier()
getModelIdentifier in interface org.eclipse.debug.core.model.IDebugElementpublic String getValueString() throws org.eclipse.debug.core.DebugException
getValueString in interface org.eclipse.debug.core.model.IValueorg.eclipse.debug.core.DebugExceptionpublic String getReferenceTypeName() throws org.eclipse.debug.core.DebugException
getReferenceTypeName in interface org.eclipse.debug.core.model.IValueorg.eclipse.debug.core.DebugExceptionpublic boolean isAllocated()
throws org.eclipse.debug.core.DebugException
isAllocated in interface org.eclipse.debug.core.model.IValueorg.eclipse.debug.core.DebugExceptionpublic org.eclipse.debug.core.model.IVariable[] getVariables()
throws org.eclipse.debug.core.DebugException
getVariables in interface org.eclipse.debug.core.model.IValueorg.eclipse.debug.core.DebugExceptionpublic boolean hasVariables()
throws org.eclipse.debug.core.DebugException
hasVariables in interface org.eclipse.debug.core.model.IValueorg.eclipse.debug.core.DebugExceptionpublic org.eclipse.swt.graphics.Image getImage()
throws org.eclipse.debug.core.DebugException
org.eclipse.debug.core.DebugExceptionpublic static <T extends AbstractProcessVariable> T getVarByName(List<T> vars, String name)
vars - name - Copyright © 2018. All rights reserved.