Class IndexArgs

    • Constructor Detail

      • IndexArgs

        public IndexArgs()
    • Method Detail

      • hasWildcard

        public boolean hasWildcard()
        Does one of the index args have a wildcard?
        Returns:
      • isAllWildcards

        public boolean isAllWildcards()
        If one (except the zero-th element, which is the actual stem) is all wildcards.
        Returns:
      • count

        public int count()
        Only works if there are no wildcards! This counts the number of indices that will be computed.
        Returns:
      • argSize

        public int argSize​(IndexArg indexArg)