Uses of Interface
com.evolveum.axiom.lang.antlr.query.AxiomQueryVisitor
-
Packages that use AxiomQueryVisitor Package Description com.evolveum.axiom.lang.antlr.query -
-
Uses of AxiomQueryVisitor in com.evolveum.axiom.lang.antlr.query
Classes in com.evolveum.axiom.lang.antlr.query that implement AxiomQueryVisitor Modifier and Type Class Description class
AxiomQueryBaseVisitor<T>
This class provides an empty implementation ofAxiomQueryVisitor
, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-