Uses of Class
eu.clarin.sru.fcs.qlparser.lex.LexParser.RelationContext
-
Packages that use LexParser.RelationContext Package Description eu.clarin.sru.fcs.qlparser.lex -
-
Uses of LexParser.RelationContext in eu.clarin.sru.fcs.qlparser.lex
Methods in eu.clarin.sru.fcs.qlparser.lex that return LexParser.RelationContext Modifier and Type Method Description LexParser.RelationContext
LexParser. relation()
LexParser.RelationContext
LexParser.Relation_modifiedContext. relation()
Methods in eu.clarin.sru.fcs.qlparser.lex with parameters of type LexParser.RelationContext Modifier and Type Method Description void
LexParserBaseListener. enterRelation(LexParser.RelationContext ctx)
Enter a parse tree produced byLexParser.relation()
.void
LexParserListener. enterRelation(LexParser.RelationContext ctx)
Enter a parse tree produced byLexParser.relation()
.void
LexParserBaseListener. exitRelation(LexParser.RelationContext ctx)
Exit a parse tree produced byLexParser.relation()
.void
LexParserListener. exitRelation(LexParser.RelationContext ctx)
Exit a parse tree produced byLexParser.relation()
.T
LexParserBaseVisitor. visitRelation(LexParser.RelationContext ctx)
Visit a parse tree produced byLexParser.relation()
.T
LexParserVisitor. visitRelation(LexParser.RelationContext ctx)
Visit a parse tree produced byLexParser.relation()
.
-