Uses of Interface
org.rumbledb.parser.xquery.XQueryParserVisitor
Packages that use XQueryParserVisitor
-
Uses of XQueryParserVisitor in org.rumbledb.compiler
Classes in org.rumbledb.compiler that implement XQueryParserVisitorModifier and TypeClassDescriptionclassTranslation is the phase in which the Abstract Syntax Tree is transformed into an Expression Tree, which is a JSONiq intermediate representation. -
Uses of XQueryParserVisitor in org.rumbledb.parser.xquery
Classes in org.rumbledb.parser.xquery that implement XQueryParserVisitorModifier and TypeClassDescriptionclassThis class provides an empty implementation ofXQueryParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.