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.antlrMethods in com.evolveum.axiom.lang.antlr that return AxiomParser.PrefixContext Modifier and Type Method Description AxiomParser.PrefixContextAxiomParser. prefix()AxiomParser.PrefixContextAxiomParser.PrefixedNameContext. prefix()Methods in com.evolveum.axiom.lang.antlr with parameters of type AxiomParser.PrefixContext Modifier and Type Method Description voidAxiomBaseListener. enterPrefix(AxiomParser.PrefixContext ctx)Enter a parse tree produced byAxiomParser.prefix().voidAxiomListener. enterPrefix(AxiomParser.PrefixContext ctx)Enter a parse tree produced byAxiomParser.prefix().voidAxiomBaseListener. exitPrefix(AxiomParser.PrefixContext ctx)Exit a parse tree produced byAxiomParser.prefix().voidAxiomListener. exitPrefix(AxiomParser.PrefixContext ctx)Exit a parse tree produced byAxiomParser.prefix().TAxiomBaseVisitor. visitPrefix(AxiomParser.PrefixContext ctx)Visit a parse tree produced byAxiomParser.prefix().TAxiomVisitor. visitPrefix(AxiomParser.PrefixContext ctx)Visit a parse tree produced byAxiomParser.prefix().
 
-