Package com.strobel.decompiler.languages
Class BytecodeOutputOptions
java.lang.Object
com.strobel.decompiler.languages.BytecodeOutputOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
showTypeHeader
public boolean showTypeHeader -
showTypeAttributes
public boolean showTypeAttributes -
showConstantPool
public boolean showConstantPool -
showFieldFlags
public boolean showFieldFlags -
showFieldAttributes
public boolean showFieldAttributes -
showMethodsFlags
public boolean showMethodsFlags -
showMethodAttributes
public boolean showMethodAttributes -
showMethodsStack
public boolean showMethodsStack -
showLineNumbers
public boolean showLineNumbers -
showLocalVariableTables
public boolean showLocalVariableTables
-
-
Constructor Details
-
BytecodeOutputOptions
public BytecodeOutputOptions()
-
-
Method Details
-
createDefault
-
createVerbose
-