Package com.strobel.decompiler.languages
Class BytecodeOutputOptions
- java.lang.Object
-
- com.strobel.decompiler.languages.BytecodeOutputOptions
-
public class BytecodeOutputOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description boolean
showConstantPool
boolean
showFieldAttributes
boolean
showFieldFlags
boolean
showLineNumbers
boolean
showLocalVariableTables
boolean
showMethodAttributes
boolean
showMethodsFlags
boolean
showMethodsStack
boolean
showTypeAttributes
boolean
showTypeHeader
-
Constructor Summary
Constructors Constructor Description BytecodeOutputOptions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BytecodeOutputOptions
createDefault()
static BytecodeOutputOptions
createVerbose()
-
-
-
Field Detail
-
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
-
-
Method Detail
-
createDefault
public static BytecodeOutputOptions createDefault()
-
createVerbose
public static BytecodeOutputOptions createVerbose()
-
-