org.eclipse.m2m.atl.adt.debug.core
Class AtlVariable
java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.m2m.atl.adt.debug.core.AtlDebugElement
org.eclipse.m2m.atl.adt.debug.core.AtlVariable
- All Implemented Interfaces:
- org.eclipse.core.runtime.IAdaptable, org.eclipse.debug.core.model.IDebugElement, org.eclipse.debug.core.model.IValueModification, org.eclipse.debug.core.model.IVariable
public class AtlVariable
- extends AtlDebugElement
- implements org.eclipse.debug.core.model.IVariable
|
Constructor Summary |
AtlVariable(java.lang.String name,
org.eclipse.debug.core.model.IValue value,
AtlDebugTarget atlDT,
int description)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
getAdapter |
UNKNOWN
public static final int UNKNOWN
- See Also:
- Constant Field Values
LOCALVARIABLE
public static final int LOCALVARIABLE
- See Also:
- Constant Field Values
REFERENCE
public static final int REFERENCE
- See Also:
- Constant Field Values
ATTRIBUTE
public static final int ATTRIBUTE
- See Also:
- Constant Field Values
SUPERTYPE
public static final int SUPERTYPE
- See Also:
- Constant Field Values
ELEMENT
public static final int ELEMENT
- See Also:
- Constant Field Values
AtlVariable
public AtlVariable(java.lang.String name,
org.eclipse.debug.core.model.IValue value,
AtlDebugTarget atlDT,
int description)
getValue
public org.eclipse.debug.core.model.IValue getValue()
throws org.eclipse.debug.core.DebugException
- Specified by:
getValue in interface org.eclipse.debug.core.model.IVariable
- Throws:
org.eclipse.debug.core.DebugException- See Also:
IVariable.getValue()
getName
public java.lang.String getName()
throws org.eclipse.debug.core.DebugException
- Specified by:
getName in interface org.eclipse.debug.core.model.IVariable
- Throws:
org.eclipse.debug.core.DebugException- See Also:
IVariable.getName()
getReferenceTypeName
public java.lang.String getReferenceTypeName()
throws org.eclipse.debug.core.DebugException
- Specified by:
getReferenceTypeName in interface org.eclipse.debug.core.model.IVariable
- Throws:
org.eclipse.debug.core.DebugException- See Also:
IVariable.getReferenceTypeName()
hasValueChanged
public boolean hasValueChanged()
throws org.eclipse.debug.core.DebugException
- Specified by:
hasValueChanged in interface org.eclipse.debug.core.model.IVariable
- Throws:
org.eclipse.debug.core.DebugException- See Also:
IVariable.hasValueChanged()
getModelIdentifier
public java.lang.String getModelIdentifier()
- Specified by:
getModelIdentifier in interface org.eclipse.debug.core.model.IDebugElement- Overrides:
getModelIdentifier in class AtlDebugElement
- See Also:
IDebugElement.getModelIdentifier()
getDebugTarget
public org.eclipse.debug.core.model.IDebugTarget getDebugTarget()
- Specified by:
getDebugTarget in interface org.eclipse.debug.core.model.IDebugElement- Overrides:
getDebugTarget in class AtlDebugElement
- See Also:
IDebugElement.getDebugTarget()
getLaunch
public org.eclipse.debug.core.ILaunch getLaunch()
- Specified by:
getLaunch in interface org.eclipse.debug.core.model.IDebugElement- Overrides:
getLaunch in class AtlDebugElement
- See Also:
IDebugElement.getLaunch()
setValue
public void setValue(java.lang.String expression)
throws org.eclipse.debug.core.DebugException
- Specified by:
setValue in interface org.eclipse.debug.core.model.IValueModification
- Throws:
org.eclipse.debug.core.DebugException- See Also:
IValueModification.setValue(java.lang.String)
setValue
public void setValue(org.eclipse.debug.core.model.IValue value)
throws org.eclipse.debug.core.DebugException
- Specified by:
setValue in interface org.eclipse.debug.core.model.IValueModification
- Throws:
org.eclipse.debug.core.DebugException- See Also:
IValueModification.setValue(org.eclipse.debug.core.model.IValue)
supportsValueModification
public boolean supportsValueModification()
- Specified by:
supportsValueModification in interface org.eclipse.debug.core.model.IValueModification
- See Also:
IValueModification.supportsValueModification()
verifyValue
public boolean verifyValue(java.lang.String expression)
throws org.eclipse.debug.core.DebugException
- Specified by:
verifyValue in interface org.eclipse.debug.core.model.IValueModification
- Throws:
org.eclipse.debug.core.DebugException- See Also:
IValueModification.verifyValue(java.lang.String)
verifyValue
public boolean verifyValue(org.eclipse.debug.core.model.IValue value)
throws org.eclipse.debug.core.DebugException
- Specified by:
verifyValue in interface org.eclipse.debug.core.model.IValueModification
- Throws:
org.eclipse.debug.core.DebugException- See Also:
IValueModification.verifyValue(org.eclipse.debug.core.model.IValue)
getDescription
public int getDescription()
- Returns:
- Returns the superType.
getIdVariable
public int getIdVariable()
- Returns:
- Returns the idVariable.