public static enum SpecialInvokeTypeTag.Type extends Enum<SpecialInvokeTypeTag.Type>
| Modifier and Type | Method and Description |
|---|---|
static SpecialInvokeTypeTag.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpecialInvokeTypeTag.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpecialInvokeTypeTag.Type UNKNOWN
public static final SpecialInvokeTypeTag.Type DIRECT
public static final SpecialInvokeTypeTag.Type SUPER
public static SpecialInvokeTypeTag.Type[] values()
for (SpecialInvokeTypeTag.Type c : SpecialInvokeTypeTag.Type.values()) System.out.println(c);
public static SpecialInvokeTypeTag.Type 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 nullCopyright © 2024 Soot OSS. All rights reserved.