JIVE Platform
Release 0.2.2

Package edu.buffalo.cse.jive.ui.search.queries

JIVE search queries.

See:
          Description

Class Summary
ExceptionCaughtSearchQuery An IJiveSearchQuery that is used to check whether an exception was caught and, if so, where it was thrown.
InvariantViolatedSearchQuery An IJiveSearchQuery that is used to check whether a class invariant was violated.
LineExecutedSearchQuery An IJiveSearchQuery that is used to check whether a line is executed.
MethodCalledSearchQuery An IJiveSearchQuery that is used to check whether a method was called.
MethodReturnedSearchQuery An IJiveSearchQuery that is used to check method returns and optionally conditions on return values.
ObjectCreatedSearchQuery An IJiveSearchQuery that is used to search for object creations.
VariableChangedSearchQuery An IJiveSearchQuery that is used to check where a variable has changed and also when a condition on the new value holds.
 

Package edu.buffalo.cse.jive.ui.search.queries Description

JIVE search queries.


JIVE Platform
Release 0.2.2