Uses of Interface
org.rumbledb.parser.jsoniq.JsoniqVisitor
Packages that use JsoniqVisitor
-
Uses of JsoniqVisitor in org.rumbledb.compiler
Classes in org.rumbledb.compiler that implement JsoniqVisitorModifier 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 JsoniqVisitor in org.rumbledb.parser.jsoniq
Classes in org.rumbledb.parser.jsoniq that implement JsoniqVisitorModifier and TypeClassDescriptionclass
This class provides an empty implementation ofJsoniqVisitor
, which can be extended to create a visitor which only needs to handle a subset of the available methods.