Package ghidra.trace.model.time.schedule
Enum Class TraceSchedule.TimeRadix
- All Implemented Interfaces:
Serializable,Comparable<TraceSchedule.TimeRadix>,Constable
- Enclosing class:
TraceSchedule
Format for rendering and parsing snaps and step counts
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionlongformat(long time) static TraceSchedule.TimeRadixGet the radix specified by the given stringstatic TraceSchedule.TimeRadixReturns the enum constant of this class with the specified name.static TraceSchedule.TimeRadix[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DEC
Use decimal (default) -
HEX_UPPER
Use upper-case hexadecimal -
HEX_LOWER
Use lower-case hexadecimal
-
-
Field Details
-
DEFAULT
The default radix (decimal) -
name
-
n
public final int n -
fmt
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
fromStr
Get the radix specified by the given string- Parameters:
s- the name of the specified radix- Returns:
- the radix
-
format
-
decode
-