public static enum PTAPattern.Approach extends Enum<PTAPattern.Approach>
| Enum Constant and Description |
|---|
BEAN |
DATADRIVEN |
EAGLE |
MAHJONG |
MERCURIAL |
NONE |
SELECTX |
SPARK |
TUNNELING |
TURNER |
ZIPPER |
| Modifier and Type | Method and Description |
|---|---|
static Collection<String> |
approachAliases() |
static PTAPattern.Approach |
toApproach(String name) |
String |
toString() |
static PTAPattern.Approach |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PTAPattern.Approach[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PTAPattern.Approach NONE
public static final PTAPattern.Approach SPARK
public static final PTAPattern.Approach BEAN
public static final PTAPattern.Approach ZIPPER
public static final PTAPattern.Approach EAGLE
public static final PTAPattern.Approach TURNER
public static final PTAPattern.Approach DATADRIVEN
public static final PTAPattern.Approach TUNNELING
public static final PTAPattern.Approach MERCURIAL
public static final PTAPattern.Approach MAHJONG
public static final PTAPattern.Approach SELECTX
public static PTAPattern.Approach[] values()
for (PTAPattern.Approach c : PTAPattern.Approach.values()) System.out.println(c);
public static PTAPattern.Approach 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 static Collection<String> approachAliases()
public static PTAPattern.Approach toApproach(String name)
public String toString()
toString in class Enum<PTAPattern.Approach>Copyright © 2024 Soot OSS. All rights reserved.