Uses of Class
com.evolveum.axiom.lang.antlr.AxiomParser.ArgumentContext
-
Packages that use AxiomParser.ArgumentContext Package Description com.evolveum.axiom.lang.antlr -
-
Uses of AxiomParser.ArgumentContext in com.evolveum.axiom.lang.antlr
Methods in com.evolveum.axiom.lang.antlr that return AxiomParser.ArgumentContext Modifier and Type Method Description AxiomParser.ArgumentContext
AxiomParser. argument()
AxiomParser.ArgumentContext
AxiomParser.ItemValueContext. argument()
AxiomParser.ArgumentContext
AxiomParser.PathValueContext. argument()
Methods in com.evolveum.axiom.lang.antlr that return types with arguments of type AxiomParser.ArgumentContext Modifier and Type Method Description protected abstract AxiomStreamTarget<AxiomParser.PrefixedNameContext,AxiomParser.ArgumentContext>
AbstractAxiomAntlrVisitor. delegate()
Method parameters in com.evolveum.axiom.lang.antlr with type arguments of type AxiomParser.ArgumentContext Modifier and Type Method Description static <O> AntlrDecoder<O>
AntlrDecoder. create(ValueDecoder<AxiomParser.ArgumentContext,O> decoder)
static <O> AntlrDecoder<O>
AntlrDecoder. from(ValueDecoder.NamespaceIngoring<AxiomParser.ArgumentContext,O> decoder)
void
AxiomAntlrStatementSource. stream(AxiomItemStream.TargetWithContext target, AxiomDecoderContext<AxiomParser.PrefixedNameContext,AxiomParser.ArgumentContext> codecs, AxiomNameResolver documentLocal)
-