gnu.classpath.jdwp

Class JdwpConstants.EventKind

Enclosing Class:
JdwpConstants

public static final class JdwpConstants.EventKind
extends Object

Field Summary

static byte
BREAKPOINT
static byte
CLASS_LOAD
static byte
CLASS_PREPARE
static byte
CLASS_UNLOAD
static byte
EXCEPTION
static byte
EXCEPTION_CATCH
static byte
FIELD_ACCESS
static byte
FIELD_MODIFICATION
static byte
FRAME_POP
static byte
METHOD_ENTRY
static byte
METHOD_EXIT
static byte
SINGLE_STEP
static byte
THREAD_DEATH
static byte
THREAD_END
static byte
THREAD_START
static byte
USER_DEFINED
static byte
VM_DEATH
static byte
VM_DISCONNECTED
static byte
VM_INIT
static byte
VM_START

Method Summary

Methods inherited from class java.lang.Object

clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Details

BREAKPOINT

public static final byte BREAKPOINT
Field Value:
2

CLASS_LOAD

public static final byte CLASS_LOAD
Field Value:
10

CLASS_PREPARE

public static final byte CLASS_PREPARE
Field Value:
8

CLASS_UNLOAD

public static final byte CLASS_UNLOAD
Field Value:
9

EXCEPTION

public static final byte EXCEPTION
Field Value:
4

EXCEPTION_CATCH

public static final byte EXCEPTION_CATCH
Field Value:
30

FIELD_ACCESS

public static final byte FIELD_ACCESS
Field Value:
20

FIELD_MODIFICATION

public static final byte FIELD_MODIFICATION
Field Value:
21

FRAME_POP

public static final byte FRAME_POP
Field Value:
3

METHOD_ENTRY

public static final byte METHOD_ENTRY
Field Value:
40

METHOD_EXIT

public static final byte METHOD_EXIT
Field Value:
41

SINGLE_STEP

public static final byte SINGLE_STEP
Field Value:
1

THREAD_DEATH

public static final byte THREAD_DEATH
Field Value:
7

THREAD_END

public static final byte THREAD_END
Field Value:
7

THREAD_START

public static final byte THREAD_START
Field Value:
6

USER_DEFINED

public static final byte USER_DEFINED
Field Value:
5

VM_DEATH

public static final byte VM_DEATH
Field Value:
99

VM_DISCONNECTED

public static final byte VM_DISCONNECTED
Field Value:
100

VM_INIT

public static final byte VM_INIT
Field Value:
90

VM_START

public static final byte VM_START
Field Value:
90

JdwpConstants.java -- Constants defined by JDWP 1.4 specification Copyright (C) 2005 Free Software Foundation This file is part of GNU Classpath. GNU Classpath is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. GNU Classpath is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and conditions of the GNU General Public License cover the whole combination. As a special exception, the copyright holders of this library give you permission to link this library with independent modules to produce an executable, regardless of the license terms of these independent modules, and to copy and distribute the resulting executable under terms of your choice, provided that you also meet, for each linked terms of your choice, provided that you also meet, for each linked independent module, the terms and conditions of the license of that module. An independent module is a module which is not derived from or based on this library. If you modify this library, you may extend this exception to your version of the library, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version.