Class VersionedXPathQuery
- java.lang.Object
-
- net.sourceforge.pmd.util.fxdesigner.model.VersionedXPathQuery
-
public class VersionedXPathQuery extends Object
-
-
Constructor Summary
Constructors Constructor Description VersionedXPathQuery(net.sourceforge.pmd.lang.rule.xpath.XPathVersion version, String expression, List<PropertyDescriptorSpec> definedProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<PropertyDescriptorSpec>getDefinedProperties()StringgetExpression()net.sourceforge.pmd.lang.rule.xpath.XPathVersiongetVersion()inthashCode()
-
-
-
Constructor Detail
-
VersionedXPathQuery
public VersionedXPathQuery(net.sourceforge.pmd.lang.rule.xpath.XPathVersion version, String expression, List<PropertyDescriptorSpec> definedProperties)
-
-
Method Detail
-
getVersion
public net.sourceforge.pmd.lang.rule.xpath.XPathVersion getVersion()
-
getExpression
public String getExpression()
-
getDefinedProperties
public List<PropertyDescriptorSpec> getDefinedProperties()
-
-