Uses of Class
eu.clarin.sru.fcs.qlparser.AbstractQueryNode.SourceLocation
-
Packages that use AbstractQueryNode.SourceLocation Package Description eu.clarin.sru.fcs.qlparser -
-
Uses of AbstractQueryNode.SourceLocation in eu.clarin.sru.fcs.qlparser
Fields in eu.clarin.sru.fcs.qlparser declared as AbstractQueryNode.SourceLocation Modifier and Type Field Description protected AbstractQueryNode.SourceLocation
AbstractQueryNode. location
Methods in eu.clarin.sru.fcs.qlparser that return AbstractQueryNode.SourceLocation Modifier and Type Method Description static AbstractQueryNode.SourceLocation
AbstractQueryNode.SourceLocation. fromParserRuleContext(org.antlr.v4.runtime.ParserRuleContext ctx)
AbstractQueryNode.SourceLocation
AbstractQueryNode. getLocation()
Get source location information about start/stop offsets for this query node in the query text content.Methods in eu.clarin.sru.fcs.qlparser with parameters of type AbstractQueryNode.SourceLocation Modifier and Type Method Description void
AbstractQueryNode. setLocation(AbstractQueryNode.SourceLocation location)
Set source location information.
-