Uses of Class
com.evolveum.axiom.lang.antlr.query.AxiomQueryParser.IdentifierComponentContext
-
Packages that use AxiomQueryParser.IdentifierComponentContext Package Description com.evolveum.axiom.lang.antlr.query -
-
Uses of AxiomQueryParser.IdentifierComponentContext in com.evolveum.axiom.lang.antlr.query
Methods in com.evolveum.axiom.lang.antlr.query with parameters of type AxiomQueryParser.IdentifierComponentContext Modifier and Type Method Description void
AxiomQueryBaseListener. enterIdentifierComponent(AxiomQueryParser.IdentifierComponentContext ctx)
Enter a parse tree produced by theIdentifierComponent
labeled alternative inAxiomQueryParser.itemPathComponent()
.void
AxiomQueryListener. enterIdentifierComponent(AxiomQueryParser.IdentifierComponentContext ctx)
Enter a parse tree produced by theIdentifierComponent
labeled alternative inAxiomQueryParser.itemPathComponent()
.void
AxiomQueryBaseListener. exitIdentifierComponent(AxiomQueryParser.IdentifierComponentContext ctx)
Exit a parse tree produced by theIdentifierComponent
labeled alternative inAxiomQueryParser.itemPathComponent()
.void
AxiomQueryListener. exitIdentifierComponent(AxiomQueryParser.IdentifierComponentContext ctx)
Exit a parse tree produced by theIdentifierComponent
labeled alternative inAxiomQueryParser.itemPathComponent()
.T
AxiomQueryBaseVisitor. visitIdentifierComponent(AxiomQueryParser.IdentifierComponentContext ctx)
Visit a parse tree produced by theIdentifierComponent
labeled alternative inAxiomQueryParser.itemPathComponent()
.T
AxiomQueryVisitor. visitIdentifierComponent(AxiomQueryParser.IdentifierComponentContext ctx)
Visit a parse tree produced by theIdentifierComponent
labeled alternative inAxiomQueryParser.itemPathComponent()
.
-