Enum Class Framing

java.lang.Object
java.lang.Enum<Framing>
org.jruby.internal.runtime.methods.Framing
All Implemented Interfaces:
Serializable, Comparable<Framing>, Constable

public enum Framing extends Enum<Framing>
  • Enum Constant Details

    • Full

      public static final Framing Full
    • Backtrace

      public static final Framing Backtrace
    • None

      public static final Framing None
  • Method Details

    • values

      public static Framing[] 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 Framing 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