Package com.evolveum.axiom.lang.antlr
Interface AxiomDecoderContext<I,V>
- All Known Implementing Classes:
AntlrDecoderContext
public interface AxiomDecoderContext<I,V>
-
Method Summary
Modifier and TypeMethodDescriptionOptional<? extends ValueDecoder<V,
?>> get
(AxiomTypeDefinition typeDefinition) itemName()
-
Method Details
-
itemName
ValueDecoder<I,AxiomName> itemName() -
get
-