public class DebugEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static short |
CONTINUE
A continue event.
|
static short |
STEP
A step event.
|
static short |
STOP
A stop event.
|
Constructor and Description |
---|
DebugEvent(DebugSession<?> session,
int lineNumber,
short type)
Constructor.
|
DebugEvent(DebugSession<?> session,
int lineNumber,
short type,
java.util.Map<Var,java.lang.Object> values)
Constructor.
|
DebugEvent(DebugSession<?> session,
short type)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getLineNumber()
Return the line number.
|
DebugSession<?> |
getSession()
Return the Debug session.
|
short |
getType()
Return the event type.
|
java.util.Map<Var,java.lang.Object> |
getValues()
Return the event values
|
public static final short STEP
public static final short CONTINUE
public static final short STOP
public DebugEvent(DebugSession<?> session, short type)
session
- the sessiontype
- the event typepublic DebugEvent(DebugSession<?> session, int lineNumber, short type)
session
- the sessionlineNumber
- the line numbertype
- the event typepublic DebugEvent(DebugSession<?> session, int lineNumber, short type, java.util.Map<Var,java.lang.Object> values)
session
- the sessionlineNumber
- the line numbertype
- the event typevalues
- the valuespublic int getLineNumber()
public short getType()
public DebugSession<?> getSession()
public java.util.Map<Var,java.lang.Object> getValues()
Copyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence