|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.m2m.atl.adt.debug.core.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 target| Method Detail |
|---|
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 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 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.IDebugElementIDebugElement.getModelIdentifier()public org.eclipse.debug.core.model.IDebugTarget getDebugTarget()
getDebugTarget in interface org.eclipse.debug.core.model.IDebugElementIDebugElement.getDebugTarget()public org.eclipse.debug.core.ILaunch getLaunch()
getLaunch in interface org.eclipse.debug.core.model.IDebugElementIDebugElement.getLaunch()public java.lang.Object getAdapter(java.lang.Class adapter)
getAdapter in interface org.eclipse.core.runtime.IAdaptableIAdaptable.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 | |||||||||