Uses of Class
com.evolveum.axiom.lang.antlr.AxiomParser.PrefixContext
-
Packages that use AxiomParser.PrefixContext Package Description com.evolveum.axiom.lang.antlr -
-
Uses of AxiomParser.PrefixContext in com.evolveum.axiom.lang.antlr
Methods in com.evolveum.axiom.lang.antlr that return AxiomParser.PrefixContext Modifier and Type Method Description AxiomParser.PrefixContext
AxiomParser. prefix()
AxiomParser.PrefixContext
AxiomParser.PrefixedNameContext. prefix()
Methods in com.evolveum.axiom.lang.antlr with parameters of type AxiomParser.PrefixContext Modifier and Type Method Description void
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()
.T
AxiomBaseVisitor. visitPrefix(AxiomParser.PrefixContext ctx)
Visit a parse tree produced byAxiomParser.prefix()
.T
AxiomVisitor. visitPrefix(AxiomParser.PrefixContext ctx)
Visit a parse tree produced byAxiomParser.prefix()
.
-