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 Methods |
String
|
format(int levelInnerFormatting, boolean offsetsAsComments)
|
String
|
format()
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
Public Methods
public
String
format
(int levelInnerFormatting, boolean offsetsAsComments)