public static final enum

NumberFormatter.HexaNotationType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pnfsoftware.jeb.core.units.code.asm.render.NumberFormatter.HexaNotationType

Class Overview

Notation type for hexadecimal bases.

Summary

Enum Values
NumberFormatter.HexaNotationType  _0x_prefix   
NumberFormatter.HexaNotationType  _h_suffix   
Public Methods
String prefix()
String suffix()
static NumberFormatter.HexaNotationType valueOf(String name)
final static HexaNotationType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final NumberFormatter.HexaNotationType _0x_prefix

public static final NumberFormatter.HexaNotationType _h_suffix

Public Methods

public String prefix ()

public String suffix ()

public static NumberFormatter.HexaNotationType valueOf (String name)

public static final HexaNotationType[] values ()