Jode 1.90-CVS
Build Aug 6, 2004

net.sf.jode.obfuscator
Class Main

java.lang.Object
  extended bynet.sf.jode.obfuscator.Main

public class Main
extends java.lang.Object


Field Summary
static int OPTION_PRESERVESERIAL
           
static int OPTION_STRONGOVERLOAD
           
static int options
           
static int STRIP_INNERINFO
           
static int STRIP_LNT
           
static int STRIP_LVT
           
static int STRIP_SOURCE
           
static int STRIP_UNREACH
           
static java.lang.String[] stripNames
           
static int stripping
           
static boolean swapOrder
           
 
Constructor Summary
Main()
           
 
Method Summary
static ClassBundle getClassBundle()
           
static void main(java.lang.String[] params)
           
static void usage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swapOrder

public static boolean swapOrder

OPTION_STRONGOVERLOAD

public static final int OPTION_STRONGOVERLOAD
See Also:
Constant Field Values

OPTION_PRESERVESERIAL

public static final int OPTION_PRESERVESERIAL
See Also:
Constant Field Values

options

public static int options

stripNames

public static final java.lang.String[] stripNames

STRIP_UNREACH

public static final int STRIP_UNREACH
See Also:
Constant Field Values

STRIP_INNERINFO

public static final int STRIP_INNERINFO
See Also:
Constant Field Values

STRIP_LVT

public static final int STRIP_LVT
See Also:
Constant Field Values

STRIP_LNT

public static final int STRIP_LNT
See Also:
Constant Field Values

STRIP_SOURCE

public static final int STRIP_SOURCE
See Also:
Constant Field Values

stripping

public static int stripping
Constructor Detail

Main

public Main()
Method Detail

usage

public static void usage()

getClassBundle

public static ClassBundle getClassBundle()

main

public static void main(java.lang.String[] params)

Jode 1.90-CVS
Build Aug 6, 2004

Copyright © 1998-2004 by Jochen Hoenicke.