Enum JimplePrinter.Option

java.lang.Object
java.lang.Enum<JimplePrinter.Option>
sootup.core.util.printer.JimplePrinter.Option
All Implemented Interfaces:
Serializable, Comparable<JimplePrinter.Option>, java.lang.constant.Constable
Enclosing class:
JimplePrinter

public static enum JimplePrinter.Option extends Enum<JimplePrinter.Option>
Options to control.. UseAbbreviations: print a brief overview of the given SootClass|SootMethod OmitLocalsDeclaration: don't print Local declarations at the beginning of each method AddJimpleLn: unsupported yet UseImports: Enable Java like imports to improve readability by shortening the Signatures LegacyMode: Print Jimple like it was printed in old Soot (<= Version 4) Deterministic: print interfaces, fields and methods in a deterministic order
  • Enum Constant Details

  • Method Details

    • values

      public static JimplePrinter.Option[] 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 JimplePrinter.Option 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