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