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 TypeClassDescriptionclass
Translation 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 TypeClassDescriptionclass
This 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.