Package | Description |
---|---|
de.uka.ilkd.key.strategy |
This package contains classes implementing the proof search strategies of KeY.
|
de.uka.ilkd.key.symbolic_execution.strategy | |
de.uka.ilkd.key.symbolic_execution.strategy.breakpoint |
Modifier and Type | Method and Description |
---|---|
java.util.Set<IBreakpoint> |
IBreakpointStopCondition.getBreakpoints()
Returns all available
IBreakpoint s. |
Modifier and Type | Method and Description |
---|---|
void |
IBreakpointStopCondition.addBreakpoint(IBreakpoint breakpoint)
Adds a new
IBreakpoint . |
void |
IBreakpointStopCondition.removeBreakpoint(IBreakpoint breakpoint)
Removes an
IBreakpoint . |
Modifier and Type | Method and Description |
---|---|
java.util.Set<IBreakpoint> |
SymbolicExecutionBreakpointStopCondition.getBreakpoints()
Returns all available
IBreakpoint s. |
java.util.Set<IBreakpoint> |
BreakpointStopCondition.getBreakpoints()
Returns all available
IBreakpoint s. |
Modifier and Type | Method and Description |
---|---|
void |
SymbolicExecutionBreakpointStopCondition.addBreakpoint(IBreakpoint breakpoint)
Adds a new
IBreakpoint . |
void |
BreakpointStopCondition.addBreakpoint(IBreakpoint breakpoint)
Adds a new
IBreakpoint . |
void |
SymbolicExecutionBreakpointStopCondition.removeBreakpoint(IBreakpoint breakpoint)
Removes an
IBreakpoint . |
void |
BreakpointStopCondition.removeBreakpoint(IBreakpoint breakpoint)
Removes an
IBreakpoint . |
Constructor and Description |
---|
BreakpointStopCondition(IBreakpoint... breakpoints)
Creates a new
BreakpointStopCondition . |
SymbolicExecutionBreakpointStopCondition(IBreakpoint... breakpoints)
Creates a new
SymbolicExecutionBreakpointStopCondition . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBreakpoint
Provides the basic implementation of an
IBreakpoint . |
class |
AbstractConditionalBreakpoint
Adds the funtionality to breakpoints to evaluate conditions.
|
class |
AbstractHitCountBreakpoint
Adds the hit count functionality to an
AbstractBreakpoint . |
class |
ExceptionBreakpoint
This
ExceptionBreakpoint represents an exception breakpoint and is responsible to tell the debugger to stop execution when the respective
breakpoint is hit. |
class |
FieldWatchpoint
This
FieldWatchpoint represents a Java watchpoint and is responsible to tell the debugger to stop execution when the respective
variable is accessed or modified. |
class |
KeYWatchpoint
This
KeYWatchpoint represents a KeY watchpoint and is responsible to tell the debugger to stop execution when the respective
watchpoint evaluates its condition to true. |
class |
LineBreakpoint |
class |
MethodBreakpoint |
class |
SymbolicExecutionExceptionBreakpoint
This
SymbolicExecutionExceptionBreakpoint represents an exception breakpoint and is responsible to tell the debugger to stop execution when the respective
breakpoint is hit. |
Copyright © 2003-2019 The KeY-Project.