Uses of Interface
com.evolveum.axiom.lang.antlr.AntlrDecoder
- 
Packages that use AntlrDecoder Package Description com.evolveum.axiom.lang.antlr 
- 
- 
Uses of AntlrDecoder in com.evolveum.axiom.lang.antlrMethods in com.evolveum.axiom.lang.antlr that return AntlrDecoder 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)Methods in com.evolveum.axiom.lang.antlr that return types with arguments of type AntlrDecoder Modifier and Type Method Description Optional<AntlrDecoder<?>>AntlrDecoderContext. get(AxiomTypeDefinition typeDef)
 
-