Enum EdgeKind

java.lang.Object
java.lang.Enum<EdgeKind>
qilin.pta.toolkits.debloaterx.EdgeKind
All Implemented Interfaces:
Serializable, Comparable<EdgeKind>, java.lang.constant.Constable

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

    • NEW

      public static final EdgeKind NEW
    • INEW

      public static final EdgeKind INEW
    • ASSIGN

      public static final EdgeKind ASSIGN
    • IASSIGN

      public static final EdgeKind IASSIGN
    • LOAD

      public static final EdgeKind LOAD
    • ILOAD

      public static final EdgeKind ILOAD
    • STORE

      public static final EdgeKind STORE
    • ISTORE

      public static final EdgeKind ISTORE
    • CLOAD

      public static final EdgeKind CLOAD
    • ICLOAD

      public static final EdgeKind ICLOAD
    • CSTORE

      public static final EdgeKind CSTORE
    • ICSTORE

      public static final EdgeKind ICSTORE
    • THIS

      public static final EdgeKind THIS
    • ITHIS

      public static final EdgeKind ITHIS
    • PARAM

      public static final EdgeKind PARAM
    • RETURN

      public static final EdgeKind RETURN
  • Method Details

    • values

      public static EdgeKind[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static EdgeKind valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null