Uses of Class
org.rumbledb.parser.xquery.XQueryParser.AnnotationsContext
Packages that use XQueryParser.AnnotationsContext
-
Uses of XQueryParser.AnnotationsContext in org.rumbledb.parser.xquery
Methods in org.rumbledb.parser.xquery that return XQueryParser.AnnotationsContextModifier and TypeMethodDescriptionXQueryParser.annotations()
XQueryParser.FunctionDeclContext.annotations()
XQueryParser.InlineFunctionExprContext.annotations()
XQueryParser.VarDeclContext.annotations()
XQueryParser.VarDeclStatementContext.annotations()
Methods in org.rumbledb.parser.xquery with parameters of type XQueryParser.AnnotationsContextModifier and TypeMethodDescriptionXQueryParserBaseVisitor.visitAnnotations
(XQueryParser.AnnotationsContext ctx) Visit a parse tree produced byXQueryParser.annotations()
.XQueryParserVisitor.visitAnnotations
(XQueryParser.AnnotationsContext ctx) Visit a parse tree produced byXQueryParser.annotations()
.