R - Return type of the visitor's method.A - Type of an optional parameter passed to the visitor's method.public interface Visitor<R>
| Modifier and Type | Method and Description |
|---|---|
R |
visit(Node abstractNode) |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.