Package com.evolveum.axiom.lang.antlr
Class AntlrDecoderContext
java.lang.Object
com.evolveum.axiom.lang.antlr.AntlrDecoderContext
- All Implemented Interfaces:
AxiomDecoderContext<AxiomParser.PrefixedNameContext,
AxiomParser.ArgumentContext>
public class AntlrDecoderContext
extends Object
implements AxiomDecoderContext<AxiomParser.PrefixedNameContext,AxiomParser.ArgumentContext>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionOptional<AntlrDecoder<?>>
get
(AxiomTypeDefinition typeDef) itemName()
void
stream
(AxiomModelStatementSource source, AxiomItemStream.TargetWithContext target)
-
Field Details
-
BUILTIN_DECODERS
-
-
Constructor Details
-
AntlrDecoderContext
public AntlrDecoderContext()
-
-
Method Details
-
get
- Specified by:
get
in interfaceAxiomDecoderContext<AxiomParser.PrefixedNameContext,
AxiomParser.ArgumentContext>
-
itemName
- Specified by:
itemName
in interfaceAxiomDecoderContext<AxiomParser.PrefixedNameContext,
AxiomParser.ArgumentContext>
-
stream
-