Top Interfaces Classes
module org.jabref

Package org.jabref.search


Interface Summary

Modifier and TypeInterface and Description
public interface
SearchVisitor<
The return type of the visit operation. Use Void for operations with no return type.
T
>

This interface defines a complete generic visitor for a parse tree produced by SearchParser.

Class Summary

Modifier and TypeClass and Description
public class
SearchBaseVisitor<
The return type of the visit operation. Use Void for operations with no return type.
T
>

This class provides an empty implementation of SearchVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.

public class
public class