|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.core.runtime.PlatformObject
org.eclipse.m2m.atl.adt.debug.core.AtlDebugElement
org.eclipse.m2m.atl.adt.debug.core.AtlValue
public class AtlValue
ATL Value (for debug).
| Field Summary |
|---|
| Fields inherited from class org.eclipse.m2m.atl.adt.debug.core.AtlDebugElement |
|---|
fTarget |
| Constructor Summary | |
|---|---|
AtlValue(Value value,
AtlDebugTarget atlDT)
Constructor. |
|
AtlValue(Value value,
ObjectReference asType,
AtlDebugTarget atlDT)
Constructor. |
|
| Method Summary | |
|---|---|
org.eclipse.debug.core.model.IDebugTarget |
getDebugTarget()
|
org.eclipse.debug.core.ILaunch |
getLaunch()
|
java.lang.String |
getModelIdentifier()
|
java.lang.String |
getReferenceTypeName()
|
Value |
getValue()
Returns the ATL value. |
java.lang.String |
getValueString()
|
org.eclipse.debug.core.model.IVariable[] |
getVariables()
|
boolean |
hasVariables()
|
boolean |
isAllocated()
|
boolean |
isContainer()
Returns true if the value has variables or false elsewhere. |
| Methods inherited from class org.eclipse.m2m.atl.adt.debug.core.AtlDebugElement |
|---|
abort, getAdapter |
| 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 |
| Constructor Detail |
|---|
public AtlValue(Value value,
ObjectReference asType,
AtlDebugTarget atlDT)
value - the valueatlDT - the debug targetasType - the reference
public AtlValue(Value value,
AtlDebugTarget atlDT)
value - the valueatlDT - the debug target| Method Detail |
|---|
public java.lang.String getReferenceTypeName()
throws org.eclipse.debug.core.DebugException
getReferenceTypeName in interface org.eclipse.debug.core.model.IValueorg.eclipse.debug.core.DebugExceptionIValue.getReferenceTypeName()
public java.lang.String getValueString()
throws org.eclipse.debug.core.DebugException
getValueString in interface org.eclipse.debug.core.model.IValueorg.eclipse.debug.core.DebugExceptionIValue.getValueString()
public boolean isAllocated()
throws org.eclipse.debug.core.DebugException
isAllocated in interface org.eclipse.debug.core.model.IValueorg.eclipse.debug.core.DebugExceptionIValue.isAllocated()
public 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.DebugExceptionIValue.getVariables()
public boolean hasVariables()
throws org.eclipse.debug.core.DebugException
hasVariables in interface org.eclipse.debug.core.model.IValueorg.eclipse.debug.core.DebugExceptionIValue.hasVariables()public java.lang.String getModelIdentifier()
getModelIdentifier in interface org.eclipse.debug.core.model.IDebugElementgetModelIdentifier in class AtlDebugElementAtlDebugElement.getModelIdentifier()public org.eclipse.debug.core.model.IDebugTarget getDebugTarget()
getDebugTarget in interface org.eclipse.debug.core.model.IDebugElementgetDebugTarget in class AtlDebugElementAtlDebugElement.getDebugTarget()public org.eclipse.debug.core.ILaunch getLaunch()
getLaunch in interface org.eclipse.debug.core.model.IDebugElementgetLaunch in class AtlDebugElementAtlDebugElement.getLaunch()public Value getValue()
public boolean isContainer()
true if the value has variables or false elsewhere.
true if the value has variables or false elsewhere
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||