Uses of Class
com.evolveum.axiom.lang.antlr.query.AxiomQueryParser.RootContext
Packages that use AxiomQueryParser.RootContext
Package
Description
-
Uses of AxiomQueryParser.RootContext in com.evolveum.axiom.lang.antlr
Methods in com.evolveum.axiom.lang.antlr that return AxiomQueryParser.RootContextModifier and TypeMethodDescriptionAxiomQuerySource.root()Returns the value of therootrecord component.Constructors in com.evolveum.axiom.lang.antlr with parameters of type AxiomQueryParser.RootContextModifierConstructorDescriptionAxiomQuerySource(AxiomQueryParser.RootContext root, @NotNull org.antlr.v4.runtime.atn.ATN atn, List<AxiomQueryError> syntaxErrors) Creates an instance of aAxiomQuerySourcerecord class. -
Uses of AxiomQueryParser.RootContext in com.evolveum.axiom.lang.antlr.query
Methods in com.evolveum.axiom.lang.antlr.query that return AxiomQueryParser.RootContextMethods in com.evolveum.axiom.lang.antlr.query with parameters of type AxiomQueryParser.RootContextModifier and TypeMethodDescriptionvoidAxiomQueryParserBaseListener.enterRoot(AxiomQueryParser.RootContext ctx) Enter a parse tree produced byAxiomQueryParser.root().voidAxiomQueryParserListener.enterRoot(AxiomQueryParser.RootContext ctx) Enter a parse tree produced byAxiomQueryParser.root().voidAxiomQueryParserBaseListener.exitRoot(AxiomQueryParser.RootContext ctx) Exit a parse tree produced byAxiomQueryParser.root().voidAxiomQueryParserListener.exitRoot(AxiomQueryParser.RootContext ctx) Exit a parse tree produced byAxiomQueryParser.root().AxiomQueryParserBaseVisitor.visitRoot(AxiomQueryParser.RootContext ctx) Visit a parse tree produced byAxiomQueryParser.root().AxiomQueryParserVisitor.visitRoot(AxiomQueryParser.RootContext ctx) Visit a parse tree produced byAxiomQueryParser.root(). -
Uses of AxiomQueryParser.RootContext in com.evolveum.midpoint.prism.impl.query.lang
Methods in com.evolveum.midpoint.prism.impl.query.lang with parameters of type AxiomQueryParser.RootContextModifier and TypeMethodDescriptionAxiomQueryContentAssistantVisitor.visitRoot(AxiomQueryParser.RootContext ctx)