Modifier and Type | Interface and Description |
---|---|
public interface | SearchVisitor<
The return type of the visit operation. Use T>Void for
operations with no return type.This interface defines a complete generic visitor for a parse tree produced
by |
Modifier and Type | Class and Description |
---|---|
public class | SearchBaseVisitor<
The return type of the visit operation. Use T>Void for
operations with no return type.This class provides an empty implementation of |
public class | |
public class |