Enum Class Compilation.CompilationAlways.Tokens

java.lang.Object
java.lang.Enum<Compilation.CompilationAlways.Tokens>
tripleo.elijah_durable_congenial.comp.i.Compilation.CompilationAlways.Tokens
All Implemented Interfaces:
Serializable, Comparable<Compilation.CompilationAlways.Tokens>, Constable
Enclosing class:
Compilation.CompilationAlways

public static enum Compilation.CompilationAlways.Tokens extends Enum<Compilation.CompilationAlways.Tokens>
  • Field Details

    • COMPILATION_RUNNER_FIND_STDLIB2

      public static final DriverToken COMPILATION_RUNNER_FIND_STDLIB2
    • COMPILATION_RUNNER_START

      public static final DriverToken COMPILATION_RUNNER_START
  • Method Details

    • values

      public static Compilation.CompilationAlways.Tokens[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Compilation.CompilationAlways.Tokens valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null