A tree node to stand in for malformed text.
- Since:
- 1.8
-
Nested Class Summary
Nested classes/interfaces declared in interface com.sun.source.doctree.DocTree
DocTree.Kind
-
Method Summary
Modifier and TypeMethodDescriptionReturns a diagnostic object giving details about the reason the body text is in error.
-
Method Details
-
getDiagnostic
Diagnostic<JavaFileObject> getDiagnostic()Returns a diagnostic object giving details about the reason the body text is in error.- Returns:
- a diagnostic
-