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