| java.lang.Object org.apache.harmony.jpda.tests.framework.Breakpoint
Breakpoint | public class Breakpoint (Code) | | This class provides info about breakpoint.
|
Constructor Summary | |
| Breakpoint() Creates Breakpoint instance with default values. | public | Breakpoint(String clazz, String method, int location) Creates Breakpoint instance with given data. |
Breakpoint | Breakpoint()(Code) | | Creates Breakpoint instance with default values.
|
Breakpoint | public Breakpoint(String clazz, String method, int location)(Code) | | Creates Breakpoint instance with given data.
Parameters: clazz - Class in which breakpoint is created Parameters: method - Method in which breakpoint is created Parameters: location - Location within the method |
|
|