Enum Class Metrics.MetricType

java.lang.Object
java.lang.Enum<Metrics.MetricType>
proguard.analysis.Metrics.MetricType
All Implemented Interfaces:
Serializable, Comparable<Metrics.MetricType>, Constable
Enclosing class:
Metrics

public static enum Metrics.MetricType extends Enum<Metrics.MetricType>
Constants which are used as metric types.
  • Enum Constant Details

    • MISSING_CLASS

      public static final Metrics.MetricType MISSING_CLASS
    • MISSING_METHODS

      public static final Metrics.MetricType MISSING_METHODS
    • UNSUPPORTED_OPCODE

      public static final Metrics.MetricType UNSUPPORTED_OPCODE
    • PARTIAL_EVALUATOR_EXCESSIVE_COMPLEXITY

      public static final Metrics.MetricType PARTIAL_EVALUATOR_EXCESSIVE_COMPLEXITY
    • PARTIAL_EVALUATOR_VALUE_IMPRECISE

      public static final Metrics.MetricType PARTIAL_EVALUATOR_VALUE_IMPRECISE
    • SYMBOLIC_CALL

      public static final Metrics.MetricType SYMBOLIC_CALL
    • CONCRETE_CALL

      public static final Metrics.MetricType CONCRETE_CALL
    • INCOMPLETE_CALL_SKIPPED

      public static final Metrics.MetricType INCOMPLETE_CALL_SKIPPED
    • CALL_TO_ABSTRACT_METHOD

      public static final Metrics.MetricType CALL_TO_ABSTRACT_METHOD
    • CALL_GRAPH_RECONSTRUCTION_MAX_DEPTH_REACHED

      public static final Metrics.MetricType CALL_GRAPH_RECONSTRUCTION_MAX_DEPTH_REACHED
    • CALL_GRAPH_RECONSTRUCTION_MAX_WIDTH_REACHED

      public static final Metrics.MetricType CALL_GRAPH_RECONSTRUCTION_MAX_WIDTH_REACHED
    • CONCRETE_CALL_NO_CODE_ATTRIBUTE

      public static final Metrics.MetricType CONCRETE_CALL_NO_CODE_ATTRIBUTE
    • DEX2PRO_INVALID_INNER_CLASS

      public static final Metrics.MetricType DEX2PRO_INVALID_INNER_CLASS
    • DEX2PRO_UNPARSEABLE_METHOD_SKIPPED

      public static final Metrics.MetricType DEX2PRO_UNPARSEABLE_METHOD_SKIPPED
    • CALLGRAPHWALKER_MAX_DEPTH

      public static final Metrics.MetricType CALLGRAPHWALKER_MAX_DEPTH
    • CALLGRAPHWALKER_MAX_WIDTH

      public static final Metrics.MetricType CALLGRAPHWALKER_MAX_WIDTH
  • Method Details

    • values

      public static Metrics.MetricType[] 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 Metrics.MetricType 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