Enum Class Tables.SubTag

java.lang.Object
java.lang.Enum<Tables.SubTag>
org.openjdk.asmtools.jasm.Tables.SubTag
All Implemented Interfaces:
Serializable, Comparable<Tables.SubTag>, Constable
Enclosing class:
Tables

public static enum Tables.SubTag extends Enum<Tables.SubTag>
SubTag enums
  • Enum Constant Details

    • REF_GETFIELD

      public static final Tables.SubTag REF_GETFIELD
    • REF_GETSTATIC

      public static final Tables.SubTag REF_GETSTATIC
    • REF_PUTFIELD

      public static final Tables.SubTag REF_PUTFIELD
    • REF_PUTSTATIC

      public static final Tables.SubTag REF_PUTSTATIC
    • REF_INVOKEVIRTUAL

      public static final Tables.SubTag REF_INVOKEVIRTUAL
    • REF_INVOKESTATIC

      public static final Tables.SubTag REF_INVOKESTATIC
    • REF_INVOKESPECIAL

      public static final Tables.SubTag REF_INVOKESPECIAL
    • REF_NEWINVOKESPECIAL

      public static final Tables.SubTag REF_NEWINVOKESPECIAL
    • REF_INVOKEINTERFACE

      public static final Tables.SubTag REF_INVOKEINTERFACE
  • Field Details

    • value

      private final Integer value
    • printval

      private final String printval
  • Constructor Details

  • Method Details

    • values

      public static Tables.SubTag[] 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 Tables.SubTag 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
    • printval

      public String printval()
    • value

      public Integer value()