Class TraceDiagnosticListRepresentation
java.lang.Object
io.github.ascopes.jct.repr.TraceDiagnosticListRepresentation
- All Implemented Interfaces:
Representation
Representation of a collection of diagnostics.
- Since:
- 0.0.1
- Author:
- Ashley Scopes
-
Field Summary
Fields inherited from interface Representation
DEFAULT_PRIORITY -
Method Summary
Modifier and TypeMethodDescriptionGet an instance of this diagnostic collection 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 diagnostic collection representation.- Returns:
- the instance.
-
toStringOf
- Specified by:
toStringOfin interfaceRepresentation
-