Class DebugOutput
java.lang.Object
org.tquadrat.foundation.javacomposer.internal.DebugOutput
@ClassVersion(sourceVersion="$Id: DebugOutput.java 1063 2023-09-26 15:14:16Z tquadrat $")
@API(status=INTERNAL,
since="0.0.6")
public final class DebugOutput
extends Object
A helper class holding the debug output that is added to the generated
code. This allows a quick reference to the source code that was responsible
for the generation of the respective element.
- Author:
- Thomas Thrien (thomas.thrien@tquadrat.org)
- Version:
- $Id: DebugOutput.java 1063 2023-09-26 15:14:16Z tquadrat $
- Since:
- 0.0.6
- UML Diagram
-
UML Diagram for "org.tquadrat.foundation.javacomposer.internal.DebugOutput"
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDebugOutput
(Optional<StackTraceElement> stackTraceElement) Creates a newDebugOutput
instance. -
Method Summary
-
Field Details
-
m_Text
The text for the debug output.
-
-
Constructor Details
-
DebugOutput
Creates a newDebugOutput
instance.- Parameters:
stackTraceElement
- The stack trace element for the caller's caller.
-
-
Method Details