Class Adverbs

Object
Adverbs

public class Adverbs extends Object
Author:
maartenl
  • Method Details

    • existsAdverb

      public static boolean existsAdverb(String anAdverb)
      Checks to see that an adverb is valid.
      Parameters:
      anAdverb - String containing the adverb to check, for example "aimlessly".
      Returns:
      boolean which is true if the adverb is real.
    • getAdverbs

      public static List<String> getAdverbs()