public class

PrettyTypeFormatter

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.type.PrettyTypeFormatter

Class Overview

C-like formatting an INativeType to a string. Allows formatting of nested structures.

Note that array formatting does not respect C type notation: [dimension] is not after the identifier name, but instead, after the type name.

Summary

Public Constructors
PrettyTypeFormatter(INativeType type)
Public Methods
String format(int levelInnerFormatting, boolean offsetsAsComments)
String format()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PrettyTypeFormatter (INativeType type)

Public Methods

public String format (int levelInnerFormatting, boolean offsetsAsComments)

public String format ()