Class Keywords

java.lang.Object
com.maroontress.clione.Keywords

public final class Keywords extends Object
Provides the reserved words of C and the directive names.
See Also:
  • Field Details

    • C89

      public static final Set<String> C89
      The unmodifiable set of keywords defined in C89.
    • C99

      public static final Set<String> C99
      The unmodifiable set of keywords defined in C99.
    • C11

      public static final Set<String> C11
      The unmodifiable set of keywords defined in C11.
    • PP_DIRECTIVE_NAMES

      public static final Set<String> PP_DIRECTIVE_NAMES
      The unmodifiable set of preprocessing directive names.