Interface DexConstants


@Deprecated(forRemoval=true, since="1.7.2") public interface DexConstants
Deprecated, for removal: This API element is subject to removal in a future version.
replace ACC_XXX with AccessFlags.XXX.getValue() and replace VALUE_XXX with ValueType.XXX
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version. 
  • Field Details

    • ACC_PUBLIC

      @Deprecated(forRemoval=true, since="1.7.2") static final int ACC_PUBLIC
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      • AccessFlags.PUBLIC
    • ACC_PRIVATE

      @Deprecated(forRemoval=true, since="1.7.2") static final int ACC_PRIVATE
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      • AccessFlags.PRIVATE
    • ACC_PROTECTED

      @Deprecated(forRemoval=true, since="1.7.2") static final int ACC_PROTECTED
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      • AccessFlags.PROTECTED
    • ACC_STATIC

      @Deprecated(forRemoval=true, since="1.7.2") static final int ACC_STATIC
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      • AccessFlags.STATIC
    • ACC_FINAL

      @Deprecated(forRemoval=true, since="1.7.2") static final int ACC_FINAL
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      • AccessFlags.FINAL
    • ACC_SYNCHRONIZED

      @Deprecated(forRemoval=true, since="1.7.2") static final int ACC_SYNCHRONIZED
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      • AccessFlags.SYNCHRONIZED
    • ACC_VOLATILE

      @Deprecated(forRemoval=true, since="1.7.2") static final int ACC_VOLATILE
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      • AccessFlags.VOLATILE
    • ACC_BRIDGE

      @Deprecated(forRemoval=true, since="1.7.2") static final int ACC_BRIDGE
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      • AccessFlags.BRIDGE
    • ACC_TRANSIENT

      @Deprecated(forRemoval=true, since="1.7.2") static final int ACC_TRANSIENT
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      • AccessFlags.TRANSIENT
    • ACC_VARARGS

      @Deprecated(forRemoval=true, since="1.7.2") static final int ACC_VARARGS
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      • AccessFlags.VARARGS
    • ACC_NATIVE

      @Deprecated(forRemoval=true, since="1.7.2") static final int ACC_NATIVE
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      • AccessFlags.NATIVE
    • ACC_INTERFACE

      @Deprecated(forRemoval=true, since="1.7.2") static final int ACC_INTERFACE
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      • AccessFlags.INTERFACE
    • ACC_ABSTRACT

      @Deprecated(forRemoval=true, since="1.7.2") static final int ACC_ABSTRACT
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      • AccessFlags.ABSTRACT
    • ACC_STRICT

      @Deprecated(forRemoval=true, since="1.7.2") static final int ACC_STRICT
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      • AccessFlags.STRICTFP
    • ACC_SYNTHETIC

      @Deprecated(forRemoval=true, since="1.7.2") static final int ACC_SYNTHETIC
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      • AccessFlags.SYNTHETIC
    • ACC_ANNOTATION

      @Deprecated(forRemoval=true, since="1.7.2") static final int ACC_ANNOTATION
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      • AccessFlags.ANNOTATION
    • ACC_ENUM

      @Deprecated(forRemoval=true, since="1.7.2") static final int ACC_ENUM
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      • AccessFlags.ENUM
    • ACC_UNUSED

      static final int ACC_UNUSED
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • ACC_CONSTRUCTOR

      @Deprecated(forRemoval=true, since="1.7.2") static final int ACC_CONSTRUCTOR
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      • AccessFlags.CONSTRUCTOR
    • ACC_DECLARED_SYNCHRONIZED

      @Deprecated(forRemoval=true, since="1.7.2") static final int ACC_DECLARED_SYNCHRONIZED
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      • AccessFlags.DECLARED_SYNCHRONIZED
    • ACC_private

      @Deprecated(forRemoval=true, since="1.7.2") static final int ACC_private
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • VALUE_BYTE

      @Deprecated(forRemoval=true, since="1.7.2") static final int VALUE_BYTE
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • VALUE_SHORT

      @Deprecated(forRemoval=true, since="1.7.2") static final int VALUE_SHORT
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • VALUE_CHAR

      @Deprecated(forRemoval=true, since="1.7.2") static final int VALUE_CHAR
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • VALUE_INT

      @Deprecated(forRemoval=true, since="1.7.2") static final int VALUE_INT
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • VALUE_LONG

      @Deprecated(forRemoval=true, since="1.7.2") static final int VALUE_LONG
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • VALUE_FLOAT

      @Deprecated(forRemoval=true, since="1.7.2") static final int VALUE_FLOAT
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • VALUE_DOUBLE

      @Deprecated(forRemoval=true, since="1.7.2") static final int VALUE_DOUBLE
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • VALUE_STRING

      @Deprecated(forRemoval=true, since="1.7.2") static final int VALUE_STRING
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • VALUE_TYPE

      @Deprecated(forRemoval=true, since="1.7.2") static final int VALUE_TYPE
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • VALUE_FIELD

      @Deprecated(forRemoval=true, since="1.7.2") static final int VALUE_FIELD
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • VALUE_METHOD

      @Deprecated(forRemoval=true, since="1.7.2") static final int VALUE_METHOD
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • VALUE_ENUM

      @Deprecated(forRemoval=true, since="1.7.2") static final int VALUE_ENUM
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • VALUE_ARRAY

      @Deprecated(forRemoval=true, since="1.7.2") static final int VALUE_ARRAY
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • VALUE_ANNOTATION

      @Deprecated(forRemoval=true, since="1.7.2") static final int VALUE_ANNOTATION
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • VALUE_NULL

      @Deprecated(forRemoval=true, since="1.7.2") static final int VALUE_NULL
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • VALUE_BOOLEAN

      @Deprecated(forRemoval=true, since="1.7.2") static final int VALUE_BOOLEAN
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also: