Uses of Class
com.evolveum.axiom.lang.antlr.AxiomParser.ItemContext
Packages that use AxiomParser.ItemContext
-
Uses of AxiomParser.ItemContext in com.evolveum.axiom.lang.antlr
Methods in com.evolveum.axiom.lang.antlr that return AxiomParser.ItemContextModifier and TypeMethodDescriptionstatic AxiomParser.ItemContextAxiomAntlrStatementSource.contextFrom(String sourceName, org.antlr.v4.runtime.CharStream stream) AxiomParser.FileContext.item()final AxiomParser.ItemContextAxiomParser.item()AxiomParser.ItemValueContext.item(int i) protected final AxiomParser.ItemContextAxiomAntlrStatementSource.root()Methods in com.evolveum.axiom.lang.antlr that return types with arguments of type AxiomParser.ItemContextMethods in com.evolveum.axiom.lang.antlr with parameters of type AxiomParser.ItemContextModifier and TypeMethodDescriptionvoidAxiomBaseListener.enterItem(AxiomParser.ItemContext ctx) Enter a parse tree produced byAxiomParser.item().voidAxiomListener.enterItem(AxiomParser.ItemContext ctx) Enter a parse tree produced byAxiomParser.item().voidAxiomBaseListener.exitItem(AxiomParser.ItemContext ctx) Exit a parse tree produced byAxiomParser.item().voidAxiomListener.exitItem(AxiomParser.ItemContext ctx) Exit a parse tree produced byAxiomParser.item().AbstractAxiomAntlrVisitor.visitItem(AxiomParser.ItemContext ctx) AxiomBaseVisitor.visitItem(AxiomParser.ItemContext ctx) Visit a parse tree produced byAxiomParser.item().AxiomVisitor.visitItem(AxiomParser.ItemContext ctx) Visit a parse tree produced byAxiomParser.item().Constructors in com.evolveum.axiom.lang.antlr with parameters of type AxiomParser.ItemContextModifierConstructorDescriptionprotectedAxiomAntlrStatementSource(String sourceName, AxiomParser.ItemContext statement)