|
||||||||||
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.debug.core.AtlDebugElement
org.eclipse.m2m.atl.debug.core.adwp.AtlValue
public class AtlValue
ATL Value (for debug).
Field Summary |
---|
Fields inherited from class org.eclipse.m2m.atl.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 |
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.debug.core.AtlDebugElement |
---|
abort, getAdapter, getModelIdentifier |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.debug.core.model.IDebugElement |
---|
getModelIdentifier |
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 referencepublic AtlValue(Value value, AtlDebugTarget atlDT)
value
- the valueatlDT
- the debug targetMethod Detail |
---|
public java.lang.String getReferenceTypeName() throws org.eclipse.debug.core.DebugException
getReferenceTypeName
in interface org.eclipse.debug.core.model.IValue
org.eclipse.debug.core.DebugException
IValue.getReferenceTypeName()
public java.lang.String getValueString() throws org.eclipse.debug.core.DebugException
getValueString
in interface org.eclipse.debug.core.model.IValue
org.eclipse.debug.core.DebugException
IValue.getValueString()
public boolean isAllocated() throws org.eclipse.debug.core.DebugException
isAllocated
in interface org.eclipse.debug.core.model.IValue
org.eclipse.debug.core.DebugException
IValue.isAllocated()
public org.eclipse.debug.core.model.IVariable[] getVariables() throws org.eclipse.debug.core.DebugException
getVariables
in interface org.eclipse.debug.core.model.IValue
org.eclipse.debug.core.DebugException
IValue.getVariables()
public boolean hasVariables() throws org.eclipse.debug.core.DebugException
hasVariables
in interface org.eclipse.debug.core.model.IValue
org.eclipse.debug.core.DebugException
IValue.hasVariables()
public org.eclipse.debug.core.model.IDebugTarget getDebugTarget()
getDebugTarget
in interface org.eclipse.debug.core.model.IDebugElement
getDebugTarget
in class AtlDebugElement
AtlDebugElement.getDebugTarget()
public org.eclipse.debug.core.ILaunch getLaunch()
getLaunch
in interface org.eclipse.debug.core.model.IDebugElement
getLaunch
in class AtlDebugElement
AtlDebugElement.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 |