|
||||||||||
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 wrapMethod Detail |
---|
public IOperation getIOperation()
getIOperation
in interface IStackFrame
IStackFrame.getIOperation()
public java.util.Map<java.lang.String,java.lang.Object> getLocalVariables()
getLocalVariables
in interface IStackFrame
IStackFrame.getLocalVariables()
public int getLocation()
getLocation
in interface IStackFrame
IStackFrame.getLocation()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class java.lang.Object
Object.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 |