org.formulacompiler.decompiler
Class ByteCodeEngineDecompiler.Config

java.lang.Object
  extended by org.formulacompiler.decompiler.ByteCodeEngineDecompiler.Config
Enclosing interface:
ByteCodeEngineDecompiler

public static class ByteCodeEngineDecompiler.Config
extends java.lang.Object

Configuration data for new instances of ByteCodeEngineDecompiler.

Author:
peo
See Also:
FormulaDecompiler.decompile(Engine)

Field Summary
 Engine engine
          The engine to decompile.
 
Constructor Summary
ByteCodeEngineDecompiler.Config()
           
 
Method Summary
 void validate()
          Validates the configuration for missing or improperly set values.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

engine

public Engine engine
The engine to decompile.

Constructor Detail

ByteCodeEngineDecompiler.Config

public ByteCodeEngineDecompiler.Config()
Method Detail

validate

public void validate()
Validates the configuration for missing or improperly set values.

Throws:
java.lang.IllegalArgumentException