Class Token

    • Constructor Detail

      • Token

        public Token()
    • Method Detail

      • match

        public boolean match​(ElementExp p)
        returns true if the given ElementExp can consume this token
      • match

        public boolean match​(DataExp p)
        returns true if the given DataExp can consume this token
      • match

        public boolean match​(ValueExp p)
      • match

        public boolean match​(ListExp p)
        returns true if the given ListExp can consume this token
      • matchAnyString

        public boolean matchAnyString()
        returns true if anyString pattern can consume this token