public enum OutputFormat extends Enum<OutputFormat>
| Enum Constant and Description |
|---|
ASM |
b |
BAF |
CLASS |
DAVA |
DEX |
ForceDEX |
GRIMP |
GRIMPLE |
JASMIN |
JIMP |
JIMPLE |
NONE |
SHIMP |
SHIMPLE |
TEMPLATE |
XML |
| Modifier and Type | Method and Description |
|---|---|
int |
sootOutputFormat() |
static OutputFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OutputFormat JIMPLE
public static final OutputFormat JIMP
public static final OutputFormat SHIMPLE
public static final OutputFormat SHIMP
public static final OutputFormat BAF
public static final OutputFormat b
public static final OutputFormat GRIMPLE
public static final OutputFormat GRIMP
public static final OutputFormat XML
public static final OutputFormat DEX
public static final OutputFormat ForceDEX
public static final OutputFormat NONE
public static final OutputFormat JASMIN
public static final OutputFormat CLASS
public static final OutputFormat DAVA
public static final OutputFormat TEMPLATE
public static final OutputFormat ASM
public static OutputFormat[] values()
for (OutputFormat c : OutputFormat.values()) System.out.println(c);
public static OutputFormat valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int sootOutputFormat()
Copyright © 2017. All rights reserved.