Uses of Class
com.evolveum.axiom.lang.antlr.AxiomParser.PrefixContext
Packages that use AxiomParser.PrefixContext
-
Uses of AxiomParser.PrefixContext in com.evolveum.axiom.lang.antlr
Methods in com.evolveum.axiom.lang.antlr that return AxiomParser.PrefixContextMethods in com.evolveum.axiom.lang.antlr with parameters of type AxiomParser.PrefixContextModifier and TypeMethodDescriptionvoid
AxiomBaseListener.enterPrefix
(AxiomParser.PrefixContext ctx) Enter a parse tree produced byAxiomParser.prefix()
.void
AxiomListener.enterPrefix
(AxiomParser.PrefixContext ctx) Enter a parse tree produced byAxiomParser.prefix()
.void
AxiomBaseListener.exitPrefix
(AxiomParser.PrefixContext ctx) Exit a parse tree produced byAxiomParser.prefix()
.void
AxiomListener.exitPrefix
(AxiomParser.PrefixContext ctx) Exit a parse tree produced byAxiomParser.prefix()
.AxiomBaseVisitor.visitPrefix
(AxiomParser.PrefixContext ctx) Visit a parse tree produced byAxiomParser.prefix()
.AxiomVisitor.visitPrefix
(AxiomParser.PrefixContext ctx) Visit a parse tree produced byAxiomParser.prefix()
.