Uses of Class
org.rumbledb.parser.xquery.XQueryParser.AnnotatedDeclContext
Packages that use XQueryParser.AnnotatedDeclContext
-
Uses of XQueryParser.AnnotatedDeclContext in org.rumbledb.parser.xquery
Methods in org.rumbledb.parser.xquery that return XQueryParser.AnnotatedDeclContextModifier and TypeMethodDescriptionXQueryParser.annotatedDecl()
XQueryParser.PrologContext.annotatedDecl
(int i) Methods in org.rumbledb.parser.xquery that return types with arguments of type XQueryParser.AnnotatedDeclContextMethods in org.rumbledb.parser.xquery with parameters of type XQueryParser.AnnotatedDeclContextModifier and TypeMethodDescriptionXQueryParserBaseVisitor.visitAnnotatedDecl
(XQueryParser.AnnotatedDeclContext ctx) Visit a parse tree produced byXQueryParser.annotatedDecl()
.XQueryParserVisitor.visitAnnotatedDecl
(XQueryParser.AnnotatedDeclContext ctx) Visit a parse tree produced byXQueryParser.annotatedDecl()
.