|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StackFrame
Controller for stack trace filtering.
Method Summary | |
---|---|
void |
clearMark(String tag)
Removes the given marker. |
int |
getIndex()
Retrieves the index of this frame in the stack trace. |
StackFrame |
getMarkedFrame(String tag)
Obtains the stack element that was marked with the given tag. |
StackTraceElement |
getStackTraceElement()
|
boolean |
isMarkSet(String tag)
Checks if the given marker key has been set. |
void |
mark(String tag)
Sets a mark on a particular stack element. |
void |
setStackTraceElement(StackTraceElement element)
Change the StackTraceElement for this frame. |
Method Detail |
---|
StackTraceElement getStackTraceElement()
StackTraceElement
represented by this.void mark(String tag)
tag
- unique marker key.StackFrame getMarkedFrame(String tag)
tag
- marker key to find
boolean isMarkSet(String tag)
tag
- marker key
void clearMark(String tag)
tag
- marker keyvoid setStackTraceElement(StackTraceElement element)
StackTraceElement
for this frame.
element
- new elementint getIndex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |