public abstract class AbstractSerializingVisitor extends Object
Modifier and Type | Field and Description |
---|---|
protected PrintWriter |
writer
The writer to serialize to.
|
Constructor and Description |
---|
AbstractSerializingVisitor(Writer writer)
Constructor.
|
protected final PrintWriter writer
public AbstractSerializingVisitor(Writer writer)
Build a new AbstractSerializingDependencyNodeVisitor with the writer to serialize to.
writer
- the writer to serialize to.Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.