|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.m2m.atl.profiler.emfvm.adapter.StackFrameAdapter
public class StackFrameAdapter
An EMFVM / Profiler stack frame wrapper.
| Constructor Summary | |
|---|---|
StackFrameAdapter(AbstractStackFrame frame)
Creates an StackFrameAdapter wrapping the given AbstractStackFrame. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
IOperation |
getIOperation()
Returns the frame operation. |
java.util.Map<java.lang.String,java.lang.Object> |
getLocalVariables()
Returns the local variables map. |
int |
getLocation()
Returns the current frame location. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StackFrameAdapter(AbstractStackFrame frame)
StackFrameAdapter wrapping the given AbstractStackFrame.
frame - the frame to wrap| Method Detail |
|---|
public IOperation getIOperation()
getIOperation in interface IStackFrameIStackFrame.getIOperation()public java.util.Map<java.lang.String,java.lang.Object> getLocalVariables()
getLocalVariables in interface IStackFrameIStackFrame.getLocalVariables()public int getLocation()
getLocation in interface IStackFrameIStackFrame.getLocation()public boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()
|
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 | |||||||||