Uses of Class
eu.clarin.sru.fcs.qlparser.lex.LexParser.PrefixContext
-
Packages that use LexParser.PrefixContext Package Description eu.clarin.sru.fcs.qlparser.lex -
-
Uses of LexParser.PrefixContext in eu.clarin.sru.fcs.qlparser.lex
Methods in eu.clarin.sru.fcs.qlparser.lex that return LexParser.PrefixContext Modifier and Type Method Description LexParser.PrefixContext
LexParser. prefix()
LexParser.PrefixContext
LexParser.Prefix_nameContext. prefix()
Methods in eu.clarin.sru.fcs.qlparser.lex with parameters of type LexParser.PrefixContext Modifier and Type Method Description void
LexParserBaseListener. enterPrefix(LexParser.PrefixContext ctx)
Enter a parse tree produced byLexParser.prefix()
.void
LexParserListener. enterPrefix(LexParser.PrefixContext ctx)
Enter a parse tree produced byLexParser.prefix()
.void
LexParserBaseListener. exitPrefix(LexParser.PrefixContext ctx)
Exit a parse tree produced byLexParser.prefix()
.void
LexParserListener. exitPrefix(LexParser.PrefixContext ctx)
Exit a parse tree produced byLexParser.prefix()
.T
LexParserBaseVisitor. visitPrefix(LexParser.PrefixContext ctx)
Visit a parse tree produced byLexParser.prefix()
.T
LexParserVisitor. visitPrefix(LexParser.PrefixContext ctx)
Visit a parse tree produced byLexParser.prefix()
.
-