public interface ReplacingVisitor
Codeable
instances.Modifier and Type | Method and Description |
---|---|
Codeable |
visitReplace(Codeable current,
Codeable parent)
This method is called for each field of the visited element.
|
Codeable visitReplace(Codeable current, Codeable parent)
current
- The currently visited object.parent
- The parent instance of the visited object. This is the object
the Codeable.visit(net.sourceforge.jenesis4java.ReplacingVisitor)
is called on.Copyright © 2000–2018 jenesis4java. All rights reserved.