Uses of Class
com.evolveum.axiom.lang.antlr.AxiomParser.ArgumentContext
-
Uses of AxiomParser.ArgumentContext in com.evolveum.axiom.lang.antlr
Modifier and TypeMethodDescriptionAxiomParser.argument()
AxiomParser.ItemValueContext.argument()
AxiomParser.PathValueContext.argument()
Modifier and TypeMethodDescriptionprotected abstract AxiomStreamTarget<AxiomParser.PrefixedNameContext,
AxiomParser.ArgumentContext> AbstractAxiomAntlrVisitor.delegate()
Modifier and TypeMethodDescriptionvoid
AxiomBaseListener.enterArgument
(AxiomParser.ArgumentContext ctx) Enter a parse tree produced byAxiomParser.argument()
.void
AxiomListener.enterArgument
(AxiomParser.ArgumentContext ctx) Enter a parse tree produced byAxiomParser.argument()
.void
AxiomBaseListener.exitArgument
(AxiomParser.ArgumentContext ctx) Exit a parse tree produced byAxiomParser.argument()
.void
AxiomListener.exitArgument
(AxiomParser.ArgumentContext ctx) Exit a parse tree produced byAxiomParser.argument()
.void
AntlrStreamToItemStream.startValue
(AxiomParser.ArgumentContext value, SourceLocation loc) final T
AbstractAxiomAntlrVisitor.visitArgument
(AxiomParser.ArgumentContext ctx) AxiomBaseVisitor.visitArgument
(AxiomParser.ArgumentContext ctx) Visit a parse tree produced byAxiomParser.argument()
.AxiomVisitor.visitArgument
(AxiomParser.ArgumentContext ctx) Visit a parse tree produced byAxiomParser.argument()
.Modifier and TypeMethodDescriptionstatic <O> AntlrDecoder<O>
AntlrDecoder.create
(ValueDecoder<AxiomParser.ArgumentContext, O> decoder) static <O> AntlrDecoder<O>
AntlrDecoder.from
(ValueDecoder.NamespaceIngoring<AxiomParser.ArgumentContext, O> decoder) final void
AxiomAntlrStatementSource.stream
(AxiomItemStream.TargetWithContext target, AxiomDecoderContext<AxiomParser.PrefixedNameContext, AxiomParser.ArgumentContext> codecs, AxiomNameResolver documentLocal)