com.jasml.decompiler
Class SourceCodeBuilderConfiguration

java.lang.Object
  extended bycom.jasml.decompiler.SourceCodeBuilderConfiguration

public class SourceCodeBuilderConfiguration
extends java.lang.Object


Field Summary
protected  java.lang.String instructionPadding
           
protected  boolean labelInSingleLine
           
protected  int labelLength
           
protected  java.lang.String labelPrefix
           
protected  boolean showInfo
           
protected  boolean showLineNumber
           
protected  boolean showVersion
           
 
Constructor Summary
SourceCodeBuilderConfiguration()
           
SourceCodeBuilderConfiguration(boolean showVersion, boolean showLineNumber, boolean labelInSingleLine, boolean showInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

showVersion

protected boolean showVersion

showLineNumber

protected boolean showLineNumber

labelInSingleLine

protected boolean labelInSingleLine

showInfo

protected boolean showInfo

labelPrefix

protected java.lang.String labelPrefix

labelLength

protected int labelLength

instructionPadding

protected java.lang.String instructionPadding
Constructor Detail

SourceCodeBuilderConfiguration

public SourceCodeBuilderConfiguration(boolean showVersion,
                                      boolean showLineNumber,
                                      boolean labelInSingleLine,
                                      boolean showInfo)

SourceCodeBuilderConfiguration

public SourceCodeBuilderConfiguration()