public class DBRecorder.StepOver extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
mode |
static int |
MODE_DISABLED |
static int |
MODE_WAIT_ENTER_RULE |
static int |
MODE_WAIT_EXIT_RULE |
static int |
MODE_WAIT_LOCATION |
int |
nested
Count the number of nested stepped over rule name
|
String |
ruleName
Name of the stepped over rule
|
| Constructor and Description |
|---|
DBRecorder.StepOver() |
| Modifier and Type | Method and Description |
|---|---|
void |
beginStepOver() |
void |
endStepOver() |
boolean |
isSteppingOver() |
boolean |
shouldStop(DBEvent event) |
public static final int MODE_DISABLED
public static final int MODE_WAIT_ENTER_RULE
public static final int MODE_WAIT_EXIT_RULE
public static final int MODE_WAIT_LOCATION
public int mode
public int nested
public String ruleName
public void beginStepOver()
public void endStepOver()
public boolean isSteppingOver()
public boolean shouldStop(DBEvent event)
Copyright © 2013. All rights reserved.