Class StackTraceRepresentation
java.lang.Object
io.github.ascopes.jct.repr.StackTraceRepresentation
- All Implemented Interfaces:
Representation
Representation of a
list of stack trace frames.- Since:
- 0.0.1
- Author:
- Ashley Scopes
-
Field Summary
Fields inherited from interface Representation
DEFAULT_PRIORITY -
Method Summary
Modifier and TypeMethodDescriptionstatic StackTraceRepresentationGet an instance of this stack trace representation.toStringOf(@Nullable Object object) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Representation
getPriority, unambiguousToStringOf
-
Method Details
-
getInstance
Get an instance of this stack trace representation.- Returns:
- the instance.
-
toStringOf
- Specified by:
toStringOfin interfaceRepresentation
-