Class Node

    • Field Detail

      • token

        protected String token
      • next

        protected Node next
      • hasQueryTemplate

        protected boolean hasQueryTemplate
    • Constructor Detail

      • Node

        protected Node​(String token)
    • Method Detail

      • setNext

        public void setNext​(Node next)
      • hasQueryTemplate

        public boolean hasQueryTemplate()