- format(String, FrameInfo) - Method in class proguard.retrace.FramePattern
-
Formats the given frame information based on the given template line.
- FrameInfo - Class in proguard.retrace
-
This class represents the class name, field name, method name, etc.
- FrameInfo(String, String, int, String, String, String, String) - Constructor for class proguard.retrace.FrameInfo
-
Creates a new FrameInfo with the given information.
- FramePattern - Class in proguard.retrace
-
This class can parse and format lines that represent stack frames
matching a given regular expression.
- FramePattern(String, boolean) - Constructor for class proguard.retrace.FramePattern
-
Creates a new FramePattern.
- FrameRemapper - Class in proguard.retrace
-
This class accumulates mapping information and then transforms stack frames
accordingly.
- FrameRemapper() - Constructor for class proguard.retrace.FrameRemapper
-