Uses of Class
net.sourceforge.pmd.lang.rule.xpath.PmdXPathException.Phase
-
Packages that use PmdXPathException.Phase Package Description net.sourceforge.pmd.lang.rule.xpath -
-
Uses of PmdXPathException.Phase in net.sourceforge.pmd.lang.rule.xpath
Methods in net.sourceforge.pmd.lang.rule.xpath that return PmdXPathException.Phase Modifier and Type Method Description PmdXPathException.Phase
PmdXPathException. getPhase()
static PmdXPathException.Phase
PmdXPathException.Phase. valueOf(String name)
Returns the enum constant of this type with the specified name.static PmdXPathException.Phase[]
PmdXPathException.Phase. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.sourceforge.pmd.lang.rule.xpath with parameters of type PmdXPathException.Phase Constructor Description PmdXPathException(net.sf.saxon.trans.XPathException e, PmdXPathException.Phase phase, String expression, XPathVersion version)
-