protected static enum AbstractARMDebugger.StringType extends Enum<AbstractARMDebugger.StringType>
| Enum Constant and Description |
|---|
nullTerminated |
objc_object |
std_string |
| Modifier and Type | Method and Description |
|---|---|
static AbstractARMDebugger.StringType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractARMDebugger.StringType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractARMDebugger.StringType nullTerminated
public static final AbstractARMDebugger.StringType std_string
public static final AbstractARMDebugger.StringType objc_object
public static AbstractARMDebugger.StringType[] values()
for (AbstractARMDebugger.StringType c : AbstractARMDebugger.StringType.values()) System.out.println(c);
public static AbstractARMDebugger.StringType 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 © 2026. All rights reserved.