Uses of Class
com.evolveum.axiom.lang.antlr.AxiomParser.FileContext
-
Uses of AxiomParser.FileContext in com.evolveum.axiom.lang.antlr
Modifier and TypeMethodDescriptionvoid
AxiomBaseListener.enterFile
(AxiomParser.FileContext ctx) Enter a parse tree produced byAxiomParser.file()
.void
AxiomListener.enterFile
(AxiomParser.FileContext ctx) Enter a parse tree produced byAxiomParser.file()
.void
AxiomBaseListener.exitFile
(AxiomParser.FileContext ctx) Exit a parse tree produced byAxiomParser.file()
.void
AxiomListener.exitFile
(AxiomParser.FileContext ctx) Exit a parse tree produced byAxiomParser.file()
.AxiomBaseVisitor.visitFile
(AxiomParser.FileContext ctx) Visit a parse tree produced byAxiomParser.file()
.AxiomVisitor.visitFile
(AxiomParser.FileContext ctx) Visit a parse tree produced byAxiomParser.file()
.