Interface ConstantTags


public interface ConstantTags
Tags for constant pool constants.
  • Field Details

    • CONSTANT_Utf8

      static final int CONSTANT_Utf8
      tag for a CONSTANT_Utf8_info
      See Also:
    • CONSTANT_Integer

      static final int CONSTANT_Integer
      tag for a CONSTANT_Integer_info
      See Also:
    • CONSTANT_Float

      static final int CONSTANT_Float
      tag for a CONSTANT_Float_info
      See Also:
    • CONSTANT_Long

      static final int CONSTANT_Long
      tag for a CONSTANT_Long_info
      See Also:
    • CONSTANT_Double

      static final int CONSTANT_Double
      tag for a CONSTANT_Double_info
      See Also:
    • CONSTANT_Class

      static final int CONSTANT_Class
      tag for a CONSTANT_Class_info
      See Also:
    • CONSTANT_String

      static final int CONSTANT_String
      tag for a CONSTANT_String_info
      See Also:
    • CONSTANT_Fieldref

      static final int CONSTANT_Fieldref
      tag for a CONSTANT_Fieldref_info
      See Also:
    • CONSTANT_Methodref

      static final int CONSTANT_Methodref
      tag for a CONSTANT_Methodref_info
      See Also:
    • CONSTANT_InterfaceMethodref

      static final int CONSTANT_InterfaceMethodref
      tag for a CONSTANT_InterfaceMethodref_info
      See Also:
    • CONSTANT_NameAndType

      static final int CONSTANT_NameAndType
      tag for a CONSTANT_NameAndType_info
      See Also:
    • CONSTANT_MethodHandle

      static final int CONSTANT_MethodHandle
      tag for a CONSTANT_MethodHandle
      See Also:
    • CONSTANT_MethodType

      static final int CONSTANT_MethodType
      tag for a CONSTANT_MethodType
      See Also:
    • CONSTANT_InvokeDynamic

      static final int CONSTANT_InvokeDynamic
      tag for a CONSTANT_InvokeDynamic
      See Also: