Web Site

org.codehaus.janino
Class DebuggingInformation

java.lang.Object
  extended byorg.codehaus.janino.util.enumerator.EnumeratorSet
      extended byorg.codehaus.janino.DebuggingInformation

public class DebuggingInformation
extends EnumeratorSet


Field Summary
static DebuggingInformation ALL
           
static DebuggingInformation LINES
           
static DebuggingInformation NONE
           
static DebuggingInformation SOURCE
           
static DebuggingInformation VARS
           
 
Constructor Summary
DebuggingInformation(String s)
           
 
Method Summary
 DebuggingInformation add(DebuggingInformation that)
           
 DebuggingInformation remove(DebuggingInformation that)
           
 
Methods inherited from class org.codehaus.janino.util.enumerator.EnumeratorSet
add, contains, containsAllOf, containsAnyOf, equals, hashCode, remove, toString, 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 DebuggingInformation NONE

ALL

public static final DebuggingInformation ALL
Constructor Detail

DebuggingInformation

public DebuggingInformation(String s)
                     throws EnumeratorFormatException
Method Detail

add

public DebuggingInformation add(DebuggingInformation that)

remove

public DebuggingInformation remove(DebuggingInformation that)

Web Site