|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.m2m.atl.debug.core.adwp.AtlMapValue
public class AtlMapValue
Map elements are special case of AtlValue There is a key and a value. AtlMapValue represents this special value
Constructor Summary | |
---|---|
AtlMapValue(Value key,
Value value,
AtlDebugTarget atlDT)
This AtlMapValue is built with two value (key, value) and a debug target. |
Method Summary | |
---|---|
java.lang.Object |
getAdapter(java.lang.Class adapter)
|
org.eclipse.debug.core.model.IDebugTarget |
getDebugTarget()
|
org.eclipse.debug.core.ILaunch |
getLaunch()
|
java.lang.String |
getModelIdentifier()
|
java.lang.String |
getReferenceTypeName()
|
java.lang.String |
getValueString()
|
org.eclipse.debug.core.model.IVariable[] |
getVariables()
This returns the two variables composing a AtlMapValue. |
boolean |
hasVariables()
|
boolean |
isAllocated()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AtlMapValue(Value key, Value value, AtlDebugTarget atlDT)
key
- the keyvalue
- the valueatlDT
- the debug targetMethod Detail |
---|
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 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 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 java.lang.String getModelIdentifier()
getModelIdentifier
in interface org.eclipse.debug.core.model.IDebugElement
IDebugElement.getModelIdentifier()
public org.eclipse.debug.core.model.IDebugTarget getDebugTarget()
getDebugTarget
in interface org.eclipse.debug.core.model.IDebugElement
IDebugElement.getDebugTarget()
public org.eclipse.debug.core.ILaunch getLaunch()
getLaunch
in interface org.eclipse.debug.core.model.IDebugElement
IDebugElement.getLaunch()
public java.lang.Object getAdapter(java.lang.Class adapter)
getAdapter
in interface org.eclipse.core.runtime.IAdaptable
IAdaptable.getAdapter(java.lang.Class)
|
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 |