Class SyntheticStackTraceElementAnalyzer
java.lang.Object
org.apache.tapestry5.internal.services.SyntheticStackTraceElementAnalyzer
- All Implemented Interfaces:
StackTraceElementAnalyzer
Identifies any code associated with line 1 as omitted (i.e., it's a synthetic
method related to an inner class).
- Since:
- 5.2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclassForFrame
(StackTraceElement frame) Returns the CSS class appropriate to the frame.
-
Constructor Details
-
SyntheticStackTraceElementAnalyzer
public SyntheticStackTraceElementAnalyzer()
-
-
Method Details
-
classForFrame
Description copied from interface:StackTraceElementAnalyzer
Returns the CSS class appropriate to the frame.- Specified by:
classForFrame
in interfaceStackTraceElementAnalyzer
- Parameters:
frame
- stack trace element to be analyzed- Returns:
- the CSS class name, or null
-