public enum ContextKind extends Enum<ContextKind>
| Enum Constant and Description |
|---|
CALLSITE |
HYBOBJ |
HYBTYPE |
INSENS |
OBJECT |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
static Collection<String> |
contextAliases() |
static ContextKind |
toCtxKind(String name) |
String |
toString() |
static ContextKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContextKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContextKind INSENS
public static final ContextKind CALLSITE
public static final ContextKind OBJECT
public static final ContextKind TYPE
public static final ContextKind HYBOBJ
public static final ContextKind HYBTYPE
public static ContextKind[] values()
for (ContextKind c : ContextKind.values()) System.out.println(c);
public static ContextKind 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> contextAliases()
public static ContextKind toCtxKind(String name)
public String toString()
toString in class Enum<ContextKind>Copyright © 2024 Soot OSS. All rights reserved.