Package org.antlr.v4.runtime.tree.xpath
Class XPathTokenElement
java.lang.Object
org.antlr.v4.runtime.tree.xpath.XPathElement
org.antlr.v4.runtime.tree.xpath.XPathTokenElement
-
Field Summary
FieldsFields inherited from class org.antlr.v4.runtime.tree.xpath.XPathElement
invert, nodeName
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGiven tree rooted att
return all nodes matched by this path element.Methods inherited from class org.antlr.v4.runtime.tree.xpath.XPathElement
toString
-
Field Details
-
tokenType
protected int tokenType
-
-
Constructor Details
-
XPathTokenElement
-
-
Method Details
-
evaluate
Description copied from class:XPathElement
Given tree rooted att
return all nodes matched by this path element.- Specified by:
evaluate
in classXPathElement
-