Class GenericVisitorWithDefaults<R,​A>

java.lang.Object
com.github.javaparser.ast.visitor.GenericVisitorWithDefaults<R,​A>
All Implemented Interfaces:
GenericVisitor<R,​A>

public abstract class GenericVisitorWithDefaults<R,​A> extends Object implements GenericVisitor<R,​A>
A visitor that has a return value (R), and has default methods that are used when a specific visit method is not overridden.