jmlparser-parent
Toggle table of contents
3.28.2-J8.0-K13.5-SNAPSHOT
java
Target filter
java
Switch theme
Search in API
Skip to content
jmlparser-parent
jmlparser-core
/
com.github.javaparser.printer
/
DotPrinter
Dot
Printer
open
class
DotPrinter
(
source
)
Outputs a Graphviz diagram of the AST.
Members
Constructors
Dot
Printer
Link copied to clipboard
constructor
(
outputNodeType
:
Boolean
)
Functions
output
Link copied to clipboard
open
fun
output
(
node
:
Node
)
:
String
open
fun
output
(
node
:
Node
,
parentNodeName
:
String
,
name
:
String
,
builder
:
StringBuilder
)