Class XPathTokenElement

    • Constructor Summary

      Constructors 
      Constructor Description
      XPathTokenElement​(java.lang.String tokenName, int tokenType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<ParseTree> evaluate​(ParseTree t)
      Given tree rooted at t return all nodes matched by this path element.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • tokenType

        protected int tokenType
    • Constructor Detail

      • XPathTokenElement

        public XPathTokenElement​(java.lang.String tokenName,
                                 int tokenType)