public class VMVariable extends VMDebugElement
| Type | Property and Description |
|---|---|
boolean |
isInterm
Gets the value of the property intermProperty.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getReferenceTypeName() |
IValue |
getValue() |
VMVariableData |
getVmVar() |
boolean |
hasValueChanged() |
boolean |
isAttribute() |
boolean |
isCollectionElement() |
boolean |
isIntermProperty()
Gets the value of the property intermProperty.
|
boolean |
isLocalVariable() |
boolean |
isModelParameter() |
boolean |
isPredefinedVariable() |
boolean |
isReference() |
void |
setValue(IValue value) |
void |
setValue(String expression) |
boolean |
supportsValueModification() |
boolean |
verifyValue(IValue value) |
boolean |
verifyValue(String expression) |
getDebugCore, getModelIdentifier, getOCLDebugTargetpublic boolean isIntermProperty
public boolean isModelParameter()
public boolean isLocalVariable()
public boolean isCollectionElement()
public boolean isPredefinedVariable()
public boolean isIntermProperty()
public boolean isAttribute()
public boolean isReference()
public IValue getValue()
throws DebugException
DebugExceptionpublic String getName() throws DebugException
DebugExceptionpublic String getReferenceTypeName() throws DebugException
DebugExceptionpublic VMVariableData getVmVar()
public boolean hasValueChanged()
throws DebugException
DebugExceptionpublic boolean supportsValueModification()
public void setValue(String expression) throws DebugException
DebugExceptionpublic void setValue(IValue value)
throws DebugException
DebugExceptionpublic boolean verifyValue(String expression) throws DebugException
DebugExceptionpublic boolean verifyValue(IValue value)
throws DebugException
DebugExceptionCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.