public class XPathWildcardAnywhereElement extends XPathElement
invert, nodeName
Constructor and Description |
---|
XPathWildcardAnywhereElement() |
Modifier and Type | Method and Description |
---|---|
Collection<ParseTree> |
evaluate(ParseTree t)
Given tree rooted at
t return all nodes matched by this path
element. |
toString
public Collection<ParseTree> evaluate(ParseTree t)
XPathElement
t
return all nodes matched by this path
element.evaluate
in class XPathElement
Copyright © 1992–2020 ANTLR. All rights reserved.