public enum JdkPureMethodsList extends Enum<JdkPureMethodsList>
| Enum Constant and Description |
|---|
instance |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkPurity(BytecodeInstruction fieldCall) |
boolean |
checkPurity(String qualifiedName) |
boolean |
isPureJDKMethod(Method method) |
static JdkPureMethodsList |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JdkPureMethodsList[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JdkPureMethodsList instance
public static JdkPureMethodsList[] values()
for (JdkPureMethodsList c : JdkPureMethodsList.values()) System.out.println(c);
public static JdkPureMethodsList 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 boolean checkPurity(BytecodeInstruction fieldCall)
public boolean checkPurity(String qualifiedName)
public boolean isPureJDKMethod(Method method)
Copyright © 2010–2017 EvoSuite. All rights reserved.