blob: 43ec373b9ef5217944d67be256245c31d898a72f [file] [log] [blame]
<html><body><p><font size="+1"><strong>Package org.eclipse.wst.xsl.debugger</strong></font></p><hr><h2><font size="-1"><strong>org.eclipse.wst.xsl.debugger</strong></font><br>
Class DebugConstants</h2><br><hr><pre>public class <strong>DebugConstants</strong>
extends java.lang.Object</pre>Constants used by the debugger.
<p>
Note that class is loaded both on the Eclipse classpath and the
launched transformation process, such that they can use exactly the same constants
for communication.
</p><p></p><hr><table width="100%" border="1"><tr cols="2" bgcolor="#CCCCFF"><td colspan="2" width="100%"><h2>Field Summary</h2></td></tr><tr valign="top"><td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code><a href="#field_REQUEST_ADD_BREAKPOINT">REQUEST_ADD_BREAKPOINT</a></code><br>
&nbsp;&nbsp;&nbsp;&nbsp;
The constant used to signify addition of a breakpoint.</td></tr><tr valign="top"><td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code><a href="#field_REQUEST_REMOVE_BREAKPOINT">REQUEST_REMOVE_BREAKPOINT</a></code><br>
&nbsp;&nbsp;&nbsp;&nbsp;
The constant used to signify removal of a breakpoint.</td></tr><tr valign="top"><td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code><a href="#field_REQUEST_RESUME">REQUEST_RESUME</a></code><br>
&nbsp;&nbsp;&nbsp;&nbsp;
The constant used to signify resume.</td></tr><tr valign="top"><td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code><a href="#field_REQUEST_STACK">REQUEST_STACK</a></code><br>
&nbsp;&nbsp;&nbsp;&nbsp;
The constant used to request the stack.</td></tr><tr valign="top"><td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code><a href="#field_REQUEST_START">REQUEST_START</a></code><br>
&nbsp;&nbsp;&nbsp;&nbsp;
The constant used to notify the debugger to start.</td></tr><tr valign="top"><td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code><a href="#field_REQUEST_STEP_INTO">REQUEST_STEP_INTO</a></code><br>
&nbsp;&nbsp;&nbsp;&nbsp;
The constant used to signify step into.</td></tr><tr valign="top"><td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code><a href="#field_REQUEST_STEP_OVER">REQUEST_STEP_OVER</a></code><br>
&nbsp;&nbsp;&nbsp;&nbsp;
The constant used to signify step over.</td></tr><tr valign="top"><td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code><a href="#field_REQUEST_STEP_RETURN">REQUEST_STEP_RETURN</a></code><br>
&nbsp;&nbsp;&nbsp;&nbsp;
The constant used to signify step return.</td></tr><tr valign="top"><td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code><a href="#field_REQUEST_SUSPEND">REQUEST_SUSPEND</a></code><br>
&nbsp;&nbsp;&nbsp;&nbsp;
The constant used to signify suspension.</td></tr><tr valign="top"><td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code><a href="#field_REQUEST_VALUE">REQUEST_VALUE</a></code><br>
&nbsp;&nbsp;&nbsp;&nbsp;
The constant used to request a variable value.</td></tr><tr valign="top"><td width="20%" align="right"><code>public static java.lang.String</code></td><td width="80%" align="left"><code><a href="#field_REQUEST_VARIABLE">REQUEST_VARIABLE</a></code><br>
&nbsp;&nbsp;&nbsp;&nbsp;
The constant used to request a variable.</td></tr></table><br><table width="100%" border="1"><tr bgcolor="#CCCCFF"><td width="100%"><h2>Constructor Summary</h2></td></tr><tr><td><code><strong><a href="#con_DebugConstants">DebugConstants</a></strong>()</code></td></tr></table><br><table width="100%" border="1"><tr cols="2" bgcolor="#CCCCFF"><td colspan="2" width="100%"><h2>Method Summary</h2></td></tr></table><hr><table cols="2" width="100%" border="1"><tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left"><td><h2>
Field Detail
</h2></td></tr></table><h2><a name="field_REQUEST_ADD_BREAKPOINT">REQUEST_ADD_BREAKPOINT</a></h2><p><code>public static java.lang.String <strong>REQUEST_ADD_BREAKPOINT</strong></code></p><table><tr><td>The constant used to signify addition of a breakpoint.</td></tr></table><hr><h2><a name="field_REQUEST_REMOVE_BREAKPOINT">REQUEST_REMOVE_BREAKPOINT</a></h2><p><code>public static java.lang.String <strong>REQUEST_REMOVE_BREAKPOINT</strong></code></p><table><tr><td>The constant used to signify removal of a breakpoint.</td></tr></table><hr><h2><a name="field_REQUEST_RESUME">REQUEST_RESUME</a></h2><p><code>public static java.lang.String <strong>REQUEST_RESUME</strong></code></p><table><tr><td>The constant used to signify resume.</td></tr></table><hr><h2><a name="field_REQUEST_STACK">REQUEST_STACK</a></h2><p><code>public static java.lang.String <strong>REQUEST_STACK</strong></code></p><table><tr><td>The constant used to request the stack.</td></tr></table><hr><h2><a name="field_REQUEST_START">REQUEST_START</a></h2><p><code>public static java.lang.String <strong>REQUEST_START</strong></code></p><table><tr><td>The constant used to notify the debugger to start.</td></tr></table><hr><h2><a name="field_REQUEST_STEP_INTO">REQUEST_STEP_INTO</a></h2><p><code>public static java.lang.String <strong>REQUEST_STEP_INTO</strong></code></p><table><tr><td>The constant used to signify step into.</td></tr></table><hr><h2><a name="field_REQUEST_STEP_OVER">REQUEST_STEP_OVER</a></h2><p><code>public static java.lang.String <strong>REQUEST_STEP_OVER</strong></code></p><table><tr><td>The constant used to signify step over.</td></tr></table><hr><h2><a name="field_REQUEST_STEP_RETURN">REQUEST_STEP_RETURN</a></h2><p><code>public static java.lang.String <strong>REQUEST_STEP_RETURN</strong></code></p><table><tr><td>The constant used to signify step return.</td></tr></table><hr><h2><a name="field_REQUEST_SUSPEND">REQUEST_SUSPEND</a></h2><p><code>public static java.lang.String <strong>REQUEST_SUSPEND</strong></code></p><table><tr><td>The constant used to signify suspension.</td></tr></table><hr><h2><a name="field_REQUEST_VALUE">REQUEST_VALUE</a></h2><p><code>public static java.lang.String <strong>REQUEST_VALUE</strong></code></p><table><tr><td>The constant used to request a variable value.</td></tr></table><hr><h2><a name="field_REQUEST_VARIABLE">REQUEST_VARIABLE</a></h2><p><code>public static java.lang.String <strong>REQUEST_VARIABLE</strong></code></p><table><tr><td>The constant used to request a variable.</td></tr></table><hr><table cols="2" width="100%" border="1"><tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left"><td><h2>
Constructor Detail
</h2></td></tr></table><h2><a name="con_DebugConstants">DebugConstants</a></h2><p><code>public <strong>DebugConstants</strong>()</code></p><p></p><hr></body></html>