Uses of Class
com.evolveum.axiom.lang.antlr.AxiomAntlrStatementSource
-
Packages that use AxiomAntlrStatementSource Package Description com.evolveum.axiom.lang.antlr -
-
Uses of AxiomAntlrStatementSource in com.evolveum.axiom.lang.antlr
Subclasses of AxiomAntlrStatementSource in com.evolveum.axiom.lang.antlr Modifier and Type Class Description class
AxiomModelStatementSource
Methods in com.evolveum.axiom.lang.antlr that return AxiomAntlrStatementSource Modifier and Type Method Description static AxiomAntlrStatementSource
AxiomAntlrStatementSource. from(String sourceName, InputStream stream)
static AxiomAntlrStatementSource
AxiomAntlrStatementSource. from(String sourceName, org.antlr.v4.runtime.CharStream stream)
-