Uses of Interface
eu.clarin.sru.fcs.qlparser.lex.LexParserVisitor
-
Packages that use LexParserVisitor Package Description eu.clarin.sru.fcs.qlparser.lex -
-
Uses of LexParserVisitor in eu.clarin.sru.fcs.qlparser.lex
Classes in eu.clarin.sru.fcs.qlparser.lex that implement LexParserVisitor Modifier and Type Class Description class
LexParserBaseVisitor<T>
This class provides an empty implementation ofLexParserVisitor
, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-