Uses of Record Class
com.evolveum.axiom.lang.antlr.AxiomQueryError
Packages that use AxiomQueryError
Package
Description
-
Uses of AxiomQueryError in com.evolveum.axiom.lang.antlr
Methods in com.evolveum.axiom.lang.antlr that return types with arguments of type AxiomQueryErrorModifier and TypeMethodDescriptionAxiomQueryErrorListener.getSyntaxErrors()
AxiomQuerySource.syntaxErrors()
Returns the value of thesyntaxErrors
record component.Constructor parameters in com.evolveum.axiom.lang.antlr with type arguments of type AxiomQueryErrorModifierConstructorDescriptionAxiomQuerySource
(AxiomQueryParser.RootContext root, @NotNull org.antlr.v4.runtime.atn.ATN atn, List<AxiomQueryError> syntaxErrors) Creates an instance of aAxiomQuerySource
record class. -
Uses of AxiomQueryError in com.evolveum.midpoint.prism.impl.query.lang
Methods in com.evolveum.midpoint.prism.impl.query.lang that return types with arguments of type AxiomQueryError -
Uses of AxiomQueryError in com.evolveum.midpoint.prism.query
Methods in com.evolveum.midpoint.prism.query that return types with arguments of type AxiomQueryErrorModifier and TypeMethodDescriptionContentAssist.validate()
Returns the value of thevalidate
record component.Constructor parameters in com.evolveum.midpoint.prism.query with type arguments of type AxiomQueryErrorModifierConstructorDescriptionContentAssist
(List<AxiomQueryError> validate) ContentAssist
(List<AxiomQueryError> validate, List<Suggestion> autocomplete) Creates an instance of aContentAssist
record class.