public class

ConstantsFormatter

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.render.ConstantsFormatter

Class Overview

A formatter for a series code constants. For a series, the constants are OR'ed together using the PIPE (|) character. Those objects are used by NumberFormatters.

Summary

Public Constructors
ConstantsFormatter(CodeConstant cst)
ConstantsFormatter(Collection<CodeConstant> flags)
ConstantsFormatter(Collection<CodeConstant> flags, Object leftOver)
Public Methods
String format()
List<CodeConstant> getConstants()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ConstantsFormatter (CodeConstant cst)

public ConstantsFormatter (Collection<CodeConstant> flags)

public ConstantsFormatter (Collection<CodeConstant> flags, Object leftOver)

Public Methods

public String format ()

public List<CodeConstant> getConstants ()