|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.internal.services.SyntheticStackTraceElementAnalyzer
public class SyntheticStackTraceElementAnalyzer
Identifies any code associated with line 1 as omitted (i.e., it's a synthetic method related to an inner class).
Constructor Summary | |
---|---|
SyntheticStackTraceElementAnalyzer()
|
Method Summary | |
---|---|
java.lang.String |
classForFrame(java.lang.StackTraceElement frame)
Returns the CSS class appropriate to the frame. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SyntheticStackTraceElementAnalyzer()
Method Detail |
---|
public java.lang.String classForFrame(java.lang.StackTraceElement frame)
StackTraceElementAnalyzer
classForFrame
in interface StackTraceElementAnalyzer
frame
- stack trace element to be analyzed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |