Jode 1.90-CVS
Build Aug 6, 2004

net.sf.jode.decompiler
Class Options

java.lang.Object
  extended bynet.sf.jode.decompiler.Options
Direct Known Subclasses:
Main

public class Options
extends java.lang.Object


Field Summary
static int OPTION_ANON
           
static int OPTION_CONTRAFO
           
static int OPTION_DECRYPT
           
static int OPTION_IMMEDIATE
           
static int OPTION_INNER
           
static int OPTION_LVT
           
static int OPTION_ONETIME
           
static int OPTION_PRETTY
           
static int OPTION_PUSH
           
static int OPTION_VERIFY
           
static int options
           
 
Constructor Summary
Options()
           
 
Method Summary
static boolean doAnonymous()
           
static boolean doInner()
           
static boolean skipClass(ClassInfo clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPTION_LVT

public static final int OPTION_LVT
See Also:
Constant Field Values

OPTION_INNER

public static final int OPTION_INNER
See Also:
Constant Field Values

OPTION_ANON

public static final int OPTION_ANON
See Also:
Constant Field Values

OPTION_PUSH

public static final int OPTION_PUSH
See Also:
Constant Field Values

OPTION_PRETTY

public static final int OPTION_PRETTY
See Also:
Constant Field Values

OPTION_DECRYPT

public static final int OPTION_DECRYPT
See Also:
Constant Field Values

OPTION_ONETIME

public static final int OPTION_ONETIME
See Also:
Constant Field Values

OPTION_IMMEDIATE

public static final int OPTION_IMMEDIATE
See Also:
Constant Field Values

OPTION_VERIFY

public static final int OPTION_VERIFY
See Also:
Constant Field Values

OPTION_CONTRAFO

public static final int OPTION_CONTRAFO
See Also:
Constant Field Values

options

public static int options
Constructor Detail

Options

public Options()
Method Detail

doAnonymous

public static final boolean doAnonymous()

doInner

public static final boolean doInner()

skipClass

public static boolean skipClass(ClassInfo clazz)

Jode 1.90-CVS
Build Aug 6, 2004

Copyright © 1998-2004 by Jochen Hoenicke.