net.sf.jode
Class GlobalOptions
java.lang.Object
net.sf.jode.GlobalOptions
- public class GlobalOptions
- extends java.lang.Object
Method Summary |
static boolean |
setDebugging(java.lang.String debuggingString)
Parse the argument given to the debugging flag. |
static void |
usageDebugging()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
version
public static final java.lang.String version
- See Also:
- Constant Field Values
email
public static final java.lang.String email
- See Also:
- Constant Field Values
copyright
public static final java.lang.String copyright
- See Also:
- Constant Field Values
URL
public static final java.lang.String URL
- See Also:
- Constant Field Values
err
public static java.io.PrintWriter err
verboseLevel
public static int verboseLevel
debuggingFlags
public static int debuggingFlags
DEBUG_BYTECODE
public static final int DEBUG_BYTECODE
- See Also:
- Constant Field Values
DEBUG_VERIFIER
public static final int DEBUG_VERIFIER
- See Also:
- Constant Field Values
DEBUG_TYPES
public static final int DEBUG_TYPES
- See Also:
- Constant Field Values
DEBUG_FLOW
public static final int DEBUG_FLOW
- See Also:
- Constant Field Values
DEBUG_INOUT
public static final int DEBUG_INOUT
- See Also:
- Constant Field Values
DEBUG_ANALYZE
public static final int DEBUG_ANALYZE
- See Also:
- Constant Field Values
DEBUG_LVT
public static final int DEBUG_LVT
- See Also:
- Constant Field Values
DEBUG_CHECK
public static final int DEBUG_CHECK
- See Also:
- Constant Field Values
DEBUG_LOCALS
public static final int DEBUG_LOCALS
- See Also:
- Constant Field Values
DEBUG_CONSTRS
public static final int DEBUG_CONSTRS
- See Also:
- Constant Field Values
DEBUG_INTERPRT
public static final int DEBUG_INTERPRT
- See Also:
- Constant Field Values
debuggingNames
public static final java.lang.String[] debuggingNames
GlobalOptions
public GlobalOptions()
usageDebugging
public static void usageDebugging()
setDebugging
public static boolean setDebugging(java.lang.String debuggingString)
- Parse the argument given to the debugging flag.
- Throws:
java.lang.IllegalArgumentException
- if a problem occured while parsing the argument.
Copyright © 1998-2004 by Jochen Hoenicke.