|
Web Site | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.janino.util.enumerator.Enumerator
org.codehaus.janino.DebuggingInformation
public class DebuggingInformation
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(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 |
---|
public static final DebuggingInformation SOURCE
public static final DebuggingInformation LINES
public static final DebuggingInformation VARS
public static final EnumeratorSet NONE
public static final EnumeratorSet ALL
public static final EnumeratorSet DEFAULT_DEBUGGING_INFORMATION
Method Detail |
---|
public static DebuggingInformation fromString(String name) throws EnumeratorFormatException
EnumeratorFormatException
|
Web Site | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |