Web Site

org.codehaus.janino
Class DebuggingInformation

java.lang.Object
  extended by org.codehaus.janino.util.enumerator.Enumerator
      extended by org.codehaus.janino.DebuggingInformation

public class DebuggingInformation
extends Enumerator


Field Summary
static EnumeratorSet ALL
           
static EnumeratorSet DEFAULT_DEBUGGING_INFORMATION
           
static DebuggingInformation LINES
           
static EnumeratorSet NONE
           
static DebuggingInformation SOURCE
           
static DebuggingInformation VARS
           
 
Method Summary
static DebuggingInformation fromString(java.lang.String name)
           
 
Methods inherited from class org.codehaus.janino.util.enumerator.Enumerator
equals, fromString, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SOURCE

public static final DebuggingInformation SOURCE

LINES

public static final DebuggingInformation LINES

VARS

public static final DebuggingInformation VARS

NONE

public static final EnumeratorSet NONE

ALL

public static final EnumeratorSet ALL

DEFAULT_DEBUGGING_INFORMATION

public static final EnumeratorSet DEFAULT_DEBUGGING_INFORMATION
Method Detail

fromString

public static DebuggingInformation fromString(java.lang.String name)
                                       throws EnumeratorFormatException
Throws:
EnumeratorFormatException

Web Site