| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| <!-- NewPage --> |
| <html lang="de"> |
| <head> |
| <!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 27 15:25:18 CEST 2016 --> |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| <title>DebugCLI (Apache Flex - FlexJS: Compiler: Parent 0.8.0-SNAPSHOT API)</title> |
| <meta name="date" content="2016-09-27"> |
| <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> |
| </head> |
| <body> |
| <script type="text/javascript"><!-- |
| if (location.href.indexOf('is-external=true') == -1) { |
| parent.document.title="DebugCLI (Apache Flex - FlexJS: Compiler: Parent 0.8.0-SNAPSHOT API)"; |
| } |
| //--> |
| </script> |
| <noscript> |
| <div>JavaScript is disabled on your browser.</div> |
| </noscript> |
| <!-- ========= START OF TOP NAVBAR ======= --> |
| <div class="topNav"><a name="navbar_top"> |
| <!-- --> |
| </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> |
| <!-- --> |
| </a> |
| <ul class="navList" title="Navigation"> |
| <li><a href="../../../../overview-summary.html">Overview</a></li> |
| <li><a href="package-summary.html">Package</a></li> |
| <li class="navBarCell1Rev">Class</li> |
| <li><a href="class-use/DebugCLI.html">Use</a></li> |
| <li><a href="package-tree.html">Tree</a></li> |
| <li><a href="../../../../deprecated-list.html">Deprecated</a></li> |
| <li><a href="../../../../index-all.html">Index</a></li> |
| <li><a href="../../../../help-doc.html">Help</a></li> |
| </ul> |
| </div> |
| <div class="subNav"> |
| <ul class="navList"> |
| <li><a href="../../../../flex/tools/debugger/cli/CatchAction.html" title="class in flex.tools.debugger.cli"><span class="strong">Prev Class</span></a></li> |
| <li><a href="../../../../flex/tools/debugger/cli/DebugCLI.InitialPromptState.html" title="enum in flex.tools.debugger.cli"><span class="strong">Next Class</span></a></li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="../../../../index.html?flex/tools/debugger/cli/DebugCLI.html" target="_top">Frames</a></li> |
| <li><a href="DebugCLI.html" target="_top">No Frames</a></li> |
| </ul> |
| <ul class="navList" id="allclasses_navbar_top"> |
| <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> |
| </ul> |
| <div> |
| <script type="text/javascript"><!-- |
| allClassesLink = document.getElementById("allclasses_navbar_top"); |
| if(window==top) { |
| allClassesLink.style.display = "block"; |
| } |
| else { |
| allClassesLink.style.display = "none"; |
| } |
| //--> |
| </script> |
| </div> |
| <div> |
| <ul class="subNavList"> |
| <li>Summary: </li> |
| <li><a href="#nested_class_summary">Nested</a> | </li> |
| <li><a href="#field_summary">Field</a> | </li> |
| <li><a href="#constructor_summary">Constr</a> | </li> |
| <li><a href="#method_summary">Method</a></li> |
| </ul> |
| <ul class="subNavList"> |
| <li>Detail: </li> |
| <li><a href="#field_detail">Field</a> | </li> |
| <li><a href="#constructor_detail">Constr</a> | </li> |
| <li><a href="#method_detail">Method</a></li> |
| </ul> |
| </div> |
| <a name="skip-navbar_top"> |
| <!-- --> |
| </a></div> |
| <!-- ========= END OF TOP NAVBAR ========= --> |
| <!-- ======== START OF CLASS DATA ======== --> |
| <div class="header"> |
| <div class="subTitle">flex.tools.debugger.cli</div> |
| <h2 title="Class DebugCLI" class="title">Class DebugCLI</h2> |
| </div> |
| <div class="contentContainer"> |
| <ul class="inheritance"> |
| <li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> |
| <li> |
| <ul class="inheritance"> |
| <li>flex.tools.debugger.cli.DebugCLI</li> |
| </ul> |
| </li> |
| </ul> |
| <div class="description"> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <dl> |
| <dt>All Implemented Interfaces:</dt> |
| <dd><a href="../../../../flash/tools/debugger/SourceLocator.html" title="interface in flash.tools.debugger">SourceLocator</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang">Runnable</a></dd> |
| </dl> |
| <hr> |
| <br> |
| <pre>public class <span class="strong">DebugCLI</span> |
| extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> |
| implements <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang">Runnable</a>, <a href="../../../../flash/tools/debugger/SourceLocator.html" title="interface in flash.tools.debugger">SourceLocator</a></pre> |
| <div class="block">This is a front end command line interface to the Flash Debugger |
| Player. |
| <p/> |
| This tool utilizes the Debugger Java API (DJAPI) for Flash |
| Player that exists in flash.tools.debuggger. |
| <p/> |
| This tool is not completely compliant with the API, since |
| some commands expose implementation specific information for |
| debugging purposes. Instances where this occurs are kept to a |
| minimum and are isolated in a special class called Extensions. |
| If you wish to build a version that is completely API |
| compatible. Replace Extensions with ExtensionsDisabled in |
| the static method calls at the end of this file.</div> |
| </li> |
| </ul> |
| </div> |
| <div class="summary"> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <!-- ======== NESTED CLASS SUMMARY ======== --> |
| <ul class="blockList"> |
| <li class="blockList"><a name="nested_class_summary"> |
| <!-- --> |
| </a> |
| <h3>Nested Class Summary</h3> |
| <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> |
| <caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> |
| <tr> |
| <th class="colFirst" scope="col">Modifier and Type</th> |
| <th class="colLast" scope="col">Class and Description</th> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static class </code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.InitialPromptState.html" title="enum in flex.tools.debugger.cli">DebugCLI.InitialPromptState</a></strong></code> </td> |
| </tr> |
| </table> |
| </li> |
| </ul> |
| <!-- =========== FIELD SUMMARY =========== --> |
| <ul class="blockList"> |
| <li class="blockList"><a name="field_summary"> |
| <!-- --> |
| </a> |
| <h3>Field Summary</h3> |
| <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> |
| <caption><span>Fields</span><span class="tabEnd"> </span></caption> |
| <tr> |
| <th class="colFirst" scope="col">Modifier and Type</th> |
| <th class="colLast" scope="col">Field and Description</th> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_AWATCH">CMD_AWATCH</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_BREAK">CMD_BREAK</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_CATCH">CMD_CATCH</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_CF">CMD_CF</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_CLEAR">CMD_CLEAR</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_COMMANDS">CMD_COMMANDS</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_COMMENT">CMD_COMMENT</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_CONDITION">CMD_CONDITION</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_CONNECT">CMD_CONNECT</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_CONTINUE">CMD_CONTINUE</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_DELETE">CMD_DELETE</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_DIRECTORY">CMD_DIRECTORY</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_DISABLE">CMD_DISABLE</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_DISASSEMBLE">CMD_DISASSEMBLE</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_DISPLAY">CMD_DISPLAY</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_DOWN">CMD_DOWN</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_ENABLE">CMD_ENABLE</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_FILE">CMD_FILE</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_FINISH">CMD_FINISH</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_FRAME">CMD_FRAME</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_HALT">CMD_HALT</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_HANDLE">CMD_HANDLE</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_HELP">CMD_HELP</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_HOME">CMD_HOME</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_INFO">CMD_INFO</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_KILL">CMD_KILL</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_LIST">CMD_LIST</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_MCTREE">CMD_MCTREE</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_NEXT">CMD_NEXT</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_PRINT">CMD_PRINT</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_PWD">CMD_PWD</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_QUIT">CMD_QUIT</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_RUN">CMD_RUN</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_RWATCH">CMD_RWATCH</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_SET">CMD_SET</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_SHOW">CMD_SHOW</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_SOURCE">CMD_SOURCE</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_STEP">CMD_STEP</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_TUTORIAL">CMD_TUTORIAL</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_UNDISPLAY">CMD_UNDISPLAY</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_UNKNOWN">CMD_UNKNOWN</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_UP">CMD_UP</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_VIEW_SWF">CMD_VIEW_SWF</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_WATCH">CMD_WATCH</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_WHAT">CMD_WHAT</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#CMD_WORKER">CMD_WORKER</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#DISPLAY_ATTRIBUTES">DISPLAY_ATTRIBUTES</a></strong></code> |
| <div class="block">Whether the "print" command will display attributes of members.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#DISPLAY_FRAME_NUMBER">DISPLAY_FRAME_NUMBER</a></strong></code> |
| <div class="block">The current frame we are viewing -- controlled by the "up", "down", and "frame" commands.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#ENABLE_ONCE_CMD">ENABLE_ONCE_CMD</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#INFO_ARGS_CMD">INFO_ARGS_CMD</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#INFO_BREAK_CMD">INFO_BREAK_CMD</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#INFO_DISPLAY_CMD">INFO_DISPLAY_CMD</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#INFO_FILES_CMD">INFO_FILES_CMD</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#INFO_FUNCTIONS_CMD">INFO_FUNCTIONS_CMD</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#INFO_HANDLE_CMD">INFO_HANDLE_CMD</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#INFO_LOCALS_CMD">INFO_LOCALS_CMD</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#INFO_SCOPECHAIN_CMD">INFO_SCOPECHAIN_CMD</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#INFO_SOURCES_CMD">INFO_SOURCES_CMD</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#INFO_STACK_CMD">INFO_STACK_CMD</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#INFO_SWFS_CMD">INFO_SWFS_CMD</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#INFO_TARGETS_CMD">INFO_TARGETS_CMD</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#INFO_UNKNOWN_CMD">INFO_UNKNOWN_CMD</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#INFO_VARIABLES_CMD">INFO_VARIABLES_CMD</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#INFO_WORKERS_CMD">INFO_WORKERS_CMD</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#LIST_LINE">LIST_LINE</a></strong></code> |
| <div class="block">The line number at which the next "list" command should begin if no |
| line number is explicitly specified.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#LIST_MODULE">LIST_MODULE</a></strong></code> |
| <div class="block">The module that the next "list" command should display if no |
| module is explicitly specified.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#LIST_WORKER">LIST_WORKER</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/PrintStream.html?is-external=true" title="class or interface in java.io">PrintStream</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#m_err">m_err</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/LineNumberReader.html?is-external=true" title="class or interface in java.io">LineNumberReader</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#m_keyboardStream">m_keyboardStream</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#m_newline">m_newline</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/PrintStream.html?is-external=true" title="class or interface in java.io">PrintStream</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#m_out">m_out</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#m_repeatLine">m_repeatLine</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#METADATA_RETRIES">METADATA_RETRIES</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#SHOW_BREAK_CMD">SHOW_BREAK_CMD</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#SHOW_DIRS_CMD">SHOW_DIRS_CMD</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#SHOW_FILES_CMD">SHOW_FILES_CMD</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#SHOW_FUNC_CMD">SHOW_FUNC_CMD</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#SHOW_LOC_CMD">SHOW_LOC_CMD</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#SHOW_MEM_CMD">SHOW_MEM_CMD</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#SHOW_NET_CMD">SHOW_NET_CMD</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#SHOW_PROPERTIES_CMD">SHOW_PROPERTIES_CMD</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#SHOW_UNKNOWN_CMD">SHOW_UNKNOWN_CMD</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#SHOW_URI_CMD">SHOW_URI_CMD</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#SHOW_VAR_CMD">SHOW_VAR_CMD</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#VERSION">VERSION</a></strong></code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#WORKER_DISPLAY_INTERNAL_SWAP_INFO">WORKER_DISPLAY_INTERNAL_SWAP_INFO</a></strong></code> |
| <div class="block">Whether the break command will show it changed workers.</div> |
| </td> |
| </tr> |
| </table> |
| </li> |
| </ul> |
| <!-- ======== CONSTRUCTOR SUMMARY ======== --> |
| <ul class="blockList"> |
| <li class="blockList"><a name="constructor_summary"> |
| <!-- --> |
| </a> |
| <h3>Constructor Summary</h3> |
| <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> |
| <caption><span>Constructors</span><span class="tabEnd"> </span></caption> |
| <tr> |
| <th class="colOne" scope="col">Constructor and Description</th> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#DebugCLI()">DebugCLI</a></strong>()</code> </td> |
| </tr> |
| </table> |
| </li> |
| </ul> |
| <!-- ========== METHOD SUMMARY =========== --> |
| <ul class="blockList"> |
| <li class="blockList"><a name="method_summary"> |
| <!-- --> |
| </a> |
| <h3>Method Summary</h3> |
| <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> |
| <caption><span>Methods</span><span class="tabEnd"> </span></caption> |
| <tr> |
| <th class="colFirst" scope="col">Modifier and Type</th> |
| <th class="colLast" scope="col">Method and Description</th> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#appendReason(java.lang.StringBuilder,%20int)">appendReason</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a> sb, |
| int reason)</code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#err(java.lang.String)">err</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> s)</code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#execute()">execute</a></strong>()</code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#extractFunctionName(java.lang.String)">extractFunctionName</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> sig)</code> |
| <div class="block">extract the function name from a signature</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#getActiveIsolateId()">getActiveIsolateId</a></strong>()</code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#getChangeCount()">getChangeCount</a></strong>()</code> |
| <div class="block">Returns a number which indicates how many times this SourceLocator's |
| search algorithm has been changed since it was created.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#getenv(java.lang.String)">getenv</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> var)</code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code><a href="../../../../flex/tools/debugger/cli/FileInfoCache.html" title="class in flex.tools.debugger.cli">FileInfoCache</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#getFileCache()">getFileCache</a></strong>()</code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#getFlexHomeDirectory()">getFlexHomeDirectory</a></strong>()</code> |
| <div class="block">Returns the Flex home directory.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static flash.localization.LocalizationManager</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#getLocalizationManager()">getLocalizationManager</a></strong>()</code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/PrintStream.html?is-external=true" title="class or interface in java.io">PrintStream</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#getOut()">getOut</a></strong>()</code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code><a href="../../../../flash/tools/debugger/Session.html" title="interface in flash.tools.debugger">Session</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#getSession()">getSession</a></strong>()</code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#hasMoreTokens()">hasMoreTokens</a></strong>()</code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#initSourceDirectoriesList()">initSourceDirectoriesList</a></strong>()</code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#isIde()">isIde</a></strong>()</code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#locateSource(java.lang.String,%20java.lang.String,%20java.lang.String)">locateSource</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> path, |
| <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> pkg, |
| <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code> |
| <div class="block">Callback from DJAPI to the debugger, to find a source file.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#main(java.lang.String[])">main</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] args)</code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#module2ClassName(int)">module2ClassName</a></strong>(int moduleId)</code> |
| <div class="block">Convert a module to class name.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#nextIntToken()">nextIntToken</a></strong>()</code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>long</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#nextLongToken()">nextLongToken</a></strong>()</code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#nextToken()">nextToken</a></strong>()</code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#out(java.lang.String)">out</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> s)</code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#outputSource(int,%20int,%20java.lang.String)">outputSource</a></strong>(int module, |
| int line, |
| <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> s)</code> |
| <div class="block">Output a source line of code to the output channel formatting nicely</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#parseFileArg(int,%20int,%20java.lang.String)">parseFileArg</a></strong>(int isolateId, |
| int module, |
| <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> arg)</code> |
| <div class="block">Parse arg to determine which file it specifies.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#parseLineArg(int,%20java.lang.String)">parseLineArg</a></strong>(int module, |
| <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> arg)</code> |
| <div class="block">Parse arg to determine which line it specifies.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>flex.tools.debugger.cli.FileLocation[]</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#parseLocationArg(int,%20int,%20java.lang.String)">parseLocationArg</a></strong>(int module, |
| int line, |
| <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> arg)</code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>flex.tools.debugger.cli.FileLocation[]</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#parseLocationArg(int,%20int,%20java.lang.String,%20boolean)">parseLocationArg</a></strong>(int module, |
| int line, |
| <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> arg, |
| boolean all)</code> |
| <div class="block">Parse arg to figure out what module and line it specifies.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#processArgs(java.lang.String[])">processArgs</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] args)</code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#processLine()">processLine</a></strong>()</code> |
| <div class="block">Process a single line of input and return true if the quit command was encountered</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#propertyGet(java.lang.String)">propertyGet</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> k)</code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>></code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#propertyKeys()">propertyKeys</a></strong>()</code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#propertyPut(java.lang.String,%20int)">propertyPut</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> k, |
| int v)</code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#pushStream(java.io.LineNumberReader)">pushStream</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/LineNumberReader.html?is-external=true" title="class or interface in java.io">LineNumberReader</a> r)</code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#readLine()">readLine</a></strong>()</code> |
| <div class="block">Dispose of the current line and read the next from the current stream, if its an empty |
| line and we are console then repeat last line.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#restOfLine()">restOfLine</a></strong>()</code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#run()">run</a></strong>()</code> |
| <div class="block">A seperate thread collects our input so that we can |
| block in the doContinue on the main thread and then |
| allow the user to interrupt us via keyboard input |
| on this thread.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#runningLoop()">runningLoop</a></strong>()</code> |
| <div class="block">Our main loop when the player is off running</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../flex/tools/debugger/cli/DebugCLI.html#setCurrentLine(java.lang.String)">setCurrentLine</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> s)</code> </td> |
| </tr> |
| </table> |
| <ul class="blockList"> |
| <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> |
| <!-- --> |
| </a> |
| <h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> |
| <code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </div> |
| <div class="details"> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <!-- ============ FIELD DETAIL =========== --> |
| <ul class="blockList"> |
| <li class="blockList"><a name="field_detail"> |
| <!-- --> |
| </a> |
| <h3>Field Detail</h3> |
| <a name="VERSION"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>VERSION</h4> |
| <pre>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> VERSION</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.VERSION">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_UNKNOWN"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_UNKNOWN</h4> |
| <pre>public static final int CMD_UNKNOWN</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_UNKNOWN">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_QUIT"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_QUIT</h4> |
| <pre>public static final int CMD_QUIT</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_QUIT">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_CONTINUE"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_CONTINUE</h4> |
| <pre>public static final int CMD_CONTINUE</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_CONTINUE">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_STEP"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_STEP</h4> |
| <pre>public static final int CMD_STEP</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_STEP">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_NEXT"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_NEXT</h4> |
| <pre>public static final int CMD_NEXT</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_NEXT">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_FINISH"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_FINISH</h4> |
| <pre>public static final int CMD_FINISH</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_FINISH">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_BREAK"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_BREAK</h4> |
| <pre>public static final int CMD_BREAK</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_BREAK">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_SET"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_SET</h4> |
| <pre>public static final int CMD_SET</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_SET">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_LIST"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_LIST</h4> |
| <pre>public static final int CMD_LIST</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_LIST">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_PRINT"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_PRINT</h4> |
| <pre>public static final int CMD_PRINT</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_PRINT">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_TUTORIAL"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_TUTORIAL</h4> |
| <pre>public static final int CMD_TUTORIAL</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_TUTORIAL">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_INFO"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_INFO</h4> |
| <pre>public static final int CMD_INFO</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_INFO">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_HOME"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_HOME</h4> |
| <pre>public static final int CMD_HOME</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_HOME">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_RUN"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_RUN</h4> |
| <pre>public static final int CMD_RUN</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_RUN">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_FILE"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_FILE</h4> |
| <pre>public static final int CMD_FILE</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_FILE">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_DELETE"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_DELETE</h4> |
| <pre>public static final int CMD_DELETE</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_DELETE">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_SOURCE"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_SOURCE</h4> |
| <pre>public static final int CMD_SOURCE</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_SOURCE">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_COMMENT"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_COMMENT</h4> |
| <pre>public static final int CMD_COMMENT</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_COMMENT">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_CLEAR"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_CLEAR</h4> |
| <pre>public static final int CMD_CLEAR</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_CLEAR">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_HELP"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_HELP</h4> |
| <pre>public static final int CMD_HELP</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_HELP">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_SHOW"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_SHOW</h4> |
| <pre>public static final int CMD_SHOW</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_SHOW">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_KILL"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_KILL</h4> |
| <pre>public static final int CMD_KILL</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_KILL">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_HANDLE"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_HANDLE</h4> |
| <pre>public static final int CMD_HANDLE</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_HANDLE">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_ENABLE"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_ENABLE</h4> |
| <pre>public static final int CMD_ENABLE</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_ENABLE">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_DISABLE"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_DISABLE</h4> |
| <pre>public static final int CMD_DISABLE</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_DISABLE">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_DISPLAY"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_DISPLAY</h4> |
| <pre>public static final int CMD_DISPLAY</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_DISPLAY">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_UNDISPLAY"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_UNDISPLAY</h4> |
| <pre>public static final int CMD_UNDISPLAY</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_UNDISPLAY">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_COMMANDS"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_COMMANDS</h4> |
| <pre>public static final int CMD_COMMANDS</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_COMMANDS">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_PWD"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_PWD</h4> |
| <pre>public static final int CMD_PWD</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_PWD">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_CF"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_CF</h4> |
| <pre>public static final int CMD_CF</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_CF">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_CONDITION"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_CONDITION</h4> |
| <pre>public static final int CMD_CONDITION</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_CONDITION">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_AWATCH"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_AWATCH</h4> |
| <pre>public static final int CMD_AWATCH</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_AWATCH">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_WATCH"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_WATCH</h4> |
| <pre>public static final int CMD_WATCH</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_WATCH">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_RWATCH"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_RWATCH</h4> |
| <pre>public static final int CMD_RWATCH</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_RWATCH">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_WHAT"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_WHAT</h4> |
| <pre>public static final int CMD_WHAT</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_WHAT">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_DISASSEMBLE"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_DISASSEMBLE</h4> |
| <pre>public static final int CMD_DISASSEMBLE</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_DISASSEMBLE">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_HALT"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_HALT</h4> |
| <pre>public static final int CMD_HALT</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_HALT">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_MCTREE"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_MCTREE</h4> |
| <pre>public static final int CMD_MCTREE</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_MCTREE">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_VIEW_SWF"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_VIEW_SWF</h4> |
| <pre>public static final int CMD_VIEW_SWF</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_VIEW_SWF">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_DOWN"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_DOWN</h4> |
| <pre>public static final int CMD_DOWN</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_DOWN">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_UP"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_UP</h4> |
| <pre>public static final int CMD_UP</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_UP">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_FRAME"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_FRAME</h4> |
| <pre>public static final int CMD_FRAME</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_FRAME">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_DIRECTORY"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_DIRECTORY</h4> |
| <pre>public static final int CMD_DIRECTORY</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_DIRECTORY">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_CATCH"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_CATCH</h4> |
| <pre>public static final int CMD_CATCH</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_CATCH">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_CONNECT"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_CONNECT</h4> |
| <pre>public static final int CMD_CONNECT</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_CONNECT">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="CMD_WORKER"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>CMD_WORKER</h4> |
| <pre>public static final int CMD_WORKER</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.CMD_WORKER">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="INFO_UNKNOWN_CMD"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>INFO_UNKNOWN_CMD</h4> |
| <pre>public static final int INFO_UNKNOWN_CMD</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.INFO_UNKNOWN_CMD">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="INFO_ARGS_CMD"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>INFO_ARGS_CMD</h4> |
| <pre>public static final int INFO_ARGS_CMD</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.INFO_ARGS_CMD">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="INFO_BREAK_CMD"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>INFO_BREAK_CMD</h4> |
| <pre>public static final int INFO_BREAK_CMD</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.INFO_BREAK_CMD">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="INFO_FILES_CMD"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>INFO_FILES_CMD</h4> |
| <pre>public static final int INFO_FILES_CMD</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.INFO_FILES_CMD">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="INFO_HANDLE_CMD"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>INFO_HANDLE_CMD</h4> |
| <pre>public static final int INFO_HANDLE_CMD</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.INFO_HANDLE_CMD">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="INFO_FUNCTIONS_CMD"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>INFO_FUNCTIONS_CMD</h4> |
| <pre>public static final int INFO_FUNCTIONS_CMD</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.INFO_FUNCTIONS_CMD">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="INFO_LOCALS_CMD"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>INFO_LOCALS_CMD</h4> |
| <pre>public static final int INFO_LOCALS_CMD</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.INFO_LOCALS_CMD">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="INFO_SCOPECHAIN_CMD"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>INFO_SCOPECHAIN_CMD</h4> |
| <pre>public static final int INFO_SCOPECHAIN_CMD</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.INFO_SCOPECHAIN_CMD">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="INFO_SOURCES_CMD"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>INFO_SOURCES_CMD</h4> |
| <pre>public static final int INFO_SOURCES_CMD</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.INFO_SOURCES_CMD">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="INFO_STACK_CMD"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>INFO_STACK_CMD</h4> |
| <pre>public static final int INFO_STACK_CMD</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.INFO_STACK_CMD">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="INFO_VARIABLES_CMD"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>INFO_VARIABLES_CMD</h4> |
| <pre>public static final int INFO_VARIABLES_CMD</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.INFO_VARIABLES_CMD">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="INFO_DISPLAY_CMD"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>INFO_DISPLAY_CMD</h4> |
| <pre>public static final int INFO_DISPLAY_CMD</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.INFO_DISPLAY_CMD">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="INFO_TARGETS_CMD"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>INFO_TARGETS_CMD</h4> |
| <pre>public static final int INFO_TARGETS_CMD</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.INFO_TARGETS_CMD">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="INFO_SWFS_CMD"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>INFO_SWFS_CMD</h4> |
| <pre>public static final int INFO_SWFS_CMD</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.INFO_SWFS_CMD">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="INFO_WORKERS_CMD"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>INFO_WORKERS_CMD</h4> |
| <pre>public static final int INFO_WORKERS_CMD</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.INFO_WORKERS_CMD">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="SHOW_UNKNOWN_CMD"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>SHOW_UNKNOWN_CMD</h4> |
| <pre>public static final int SHOW_UNKNOWN_CMD</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.SHOW_UNKNOWN_CMD">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="SHOW_NET_CMD"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>SHOW_NET_CMD</h4> |
| <pre>public static final int SHOW_NET_CMD</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.SHOW_NET_CMD">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="SHOW_FUNC_CMD"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>SHOW_FUNC_CMD</h4> |
| <pre>public static final int SHOW_FUNC_CMD</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.SHOW_FUNC_CMD">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="SHOW_URI_CMD"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>SHOW_URI_CMD</h4> |
| <pre>public static final int SHOW_URI_CMD</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.SHOW_URI_CMD">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="SHOW_PROPERTIES_CMD"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>SHOW_PROPERTIES_CMD</h4> |
| <pre>public static final int SHOW_PROPERTIES_CMD</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.SHOW_PROPERTIES_CMD">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="SHOW_FILES_CMD"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>SHOW_FILES_CMD</h4> |
| <pre>public static final int SHOW_FILES_CMD</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.SHOW_FILES_CMD">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="SHOW_BREAK_CMD"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>SHOW_BREAK_CMD</h4> |
| <pre>public static final int SHOW_BREAK_CMD</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.SHOW_BREAK_CMD">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="SHOW_VAR_CMD"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>SHOW_VAR_CMD</h4> |
| <pre>public static final int SHOW_VAR_CMD</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.SHOW_VAR_CMD">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="SHOW_MEM_CMD"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>SHOW_MEM_CMD</h4> |
| <pre>public static final int SHOW_MEM_CMD</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.SHOW_MEM_CMD">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="SHOW_LOC_CMD"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>SHOW_LOC_CMD</h4> |
| <pre>public static final int SHOW_LOC_CMD</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.SHOW_LOC_CMD">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="SHOW_DIRS_CMD"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>SHOW_DIRS_CMD</h4> |
| <pre>public static final int SHOW_DIRS_CMD</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.SHOW_DIRS_CMD">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="ENABLE_ONCE_CMD"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>ENABLE_ONCE_CMD</h4> |
| <pre>public static final int ENABLE_ONCE_CMD</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.ENABLE_ONCE_CMD">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="METADATA_RETRIES"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>METADATA_RETRIES</h4> |
| <pre>public static final int METADATA_RETRIES</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.METADATA_RETRIES">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="WORKER_DISPLAY_INTERNAL_SWAP_INFO"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>WORKER_DISPLAY_INTERNAL_SWAP_INFO</h4> |
| <pre>public static final boolean WORKER_DISPLAY_INTERNAL_SWAP_INFO</pre> |
| <div class="block">Whether the break command will show it changed workers. |
| true at the moment because the break function itself does not display in |
| which worker the breakpoint has been set.</div> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.WORKER_DISPLAY_INTERNAL_SWAP_INFO">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="m_err"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>m_err</h4> |
| <pre>public <a href="http://docs.oracle.com/javase/6/docs/api/java/io/PrintStream.html?is-external=true" title="class or interface in java.io">PrintStream</a> m_err</pre> |
| </li> |
| </ul> |
| <a name="m_out"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>m_out</h4> |
| <pre>public <a href="http://docs.oracle.com/javase/6/docs/api/java/io/PrintStream.html?is-external=true" title="class or interface in java.io">PrintStream</a> m_out</pre> |
| </li> |
| </ul> |
| <a name="m_newline"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>m_newline</h4> |
| <pre>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> m_newline</pre> |
| </li> |
| </ul> |
| <a name="m_keyboardStream"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>m_keyboardStream</h4> |
| <pre>public <a href="http://docs.oracle.com/javase/6/docs/api/java/io/LineNumberReader.html?is-external=true" title="class or interface in java.io">LineNumberReader</a> m_keyboardStream</pre> |
| </li> |
| </ul> |
| <a name="m_repeatLine"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>m_repeatLine</h4> |
| <pre>public <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> m_repeatLine</pre> |
| </li> |
| </ul> |
| <a name="LIST_MODULE"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>LIST_MODULE</h4> |
| <pre>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> LIST_MODULE</pre> |
| <div class="block">The module that the next "list" command should display if no |
| module is explicitly specified.</div> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.LIST_MODULE">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="LIST_LINE"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>LIST_LINE</h4> |
| <pre>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> LIST_LINE</pre> |
| <div class="block">The line number at which the next "list" command should begin if no |
| line number is explicitly specified.</div> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.LIST_LINE">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="LIST_WORKER"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>LIST_WORKER</h4> |
| <pre>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> LIST_WORKER</pre> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.LIST_WORKER">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="DISPLAY_FRAME_NUMBER"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>DISPLAY_FRAME_NUMBER</h4> |
| <pre>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DISPLAY_FRAME_NUMBER</pre> |
| <div class="block">The current frame we are viewing -- controlled by the "up", "down", and "frame" commands.</div> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.DISPLAY_FRAME_NUMBER">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| <a name="DISPLAY_ATTRIBUTES"> |
| <!-- --> |
| </a> |
| <ul class="blockListLast"> |
| <li class="blockList"> |
| <h4>DISPLAY_ATTRIBUTES</h4> |
| <pre>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DISPLAY_ATTRIBUTES</pre> |
| <div class="block">Whether the "print" command will display attributes of members.</div> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#flex.tools.debugger.cli.DebugCLI.DISPLAY_ATTRIBUTES">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| <!-- ========= CONSTRUCTOR DETAIL ======== --> |
| <ul class="blockList"> |
| <li class="blockList"><a name="constructor_detail"> |
| <!-- --> |
| </a> |
| <h3>Constructor Detail</h3> |
| <a name="DebugCLI()"> |
| <!-- --> |
| </a> |
| <ul class="blockListLast"> |
| <li class="blockList"> |
| <h4>DebugCLI</h4> |
| <pre>public DebugCLI()</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| <!-- ============ METHOD DETAIL ========== --> |
| <ul class="blockList"> |
| <li class="blockList"><a name="method_detail"> |
| <!-- --> |
| </a> |
| <h3>Method Detail</h3> |
| <a name="getActiveIsolateId()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getActiveIsolateId</h4> |
| <pre>public int getActiveIsolateId()</pre> |
| </li> |
| </ul> |
| <a name="main(java.lang.String[])"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>main</h4> |
| <pre>public static void main(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] args)</pre> |
| </li> |
| </ul> |
| <a name="getLocalizationManager()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getLocalizationManager</h4> |
| <pre>public static flash.localization.LocalizationManager getLocalizationManager()</pre> |
| </li> |
| </ul> |
| <a name="getSession()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getSession</h4> |
| <pre>public <a href="../../../../flash/tools/debugger/Session.html" title="interface in flash.tools.debugger">Session</a> getSession()</pre> |
| </li> |
| </ul> |
| <a name="getFileCache()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getFileCache</h4> |
| <pre>public <a href="../../../../flex/tools/debugger/cli/FileInfoCache.html" title="class in flex.tools.debugger.cli">FileInfoCache</a> getFileCache()</pre> |
| </li> |
| </ul> |
| <a name="isIde()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>isIde</h4> |
| <pre>public boolean isIde()</pre> |
| </li> |
| </ul> |
| <a name="module2ClassName(int)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>module2ClassName</h4> |
| <pre>public <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> module2ClassName(int moduleId)</pre> |
| <div class="block">Convert a module to class name. This is used |
| by the ExpressionCache to find variables |
| that live at royale package scope. That |
| is variables such as mx.core.Component.</div> |
| </li> |
| </ul> |
| <a name="pushStream(java.io.LineNumberReader)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>pushStream</h4> |
| <pre>public void pushStream(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/LineNumberReader.html?is-external=true" title="class or interface in java.io">LineNumberReader</a> r)</pre> |
| </li> |
| </ul> |
| <a name="processArgs(java.lang.String[])"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>processArgs</h4> |
| <pre>public void processArgs(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] args)</pre> |
| </li> |
| </ul> |
| <a name="readLine()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>readLine</h4> |
| <pre>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> readLine() |
| throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> |
| <div class="block">Dispose of the current line and read the next from the current stream, if its an empty |
| line and we are console then repeat last line.</div> |
| <dl><dt><span class="strong">Throws:</span></dt> |
| <dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl> |
| </li> |
| </ul> |
| <a name="run()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>run</h4> |
| <pre>public void run()</pre> |
| <div class="block">A seperate thread collects our input so that we can |
| block in the doContinue on the main thread and then |
| allow the user to interrupt us via keyboard input |
| on this thread. |
| |
| We built the stupid thing in this manner, since readLine() |
| will block no matter what and if we 'quit' we can't |
| seem to kill this thread. .close() doesn't work |
| and Thread.stop(), etc. all fail to do the job. |
| |
| Thus we needed to take a request response approach |
| so that we only block when requested to do so.</div> |
| <dl> |
| <dt><strong>Specified by:</strong></dt> |
| <dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Runnable.html?is-external=true#run()" title="class or interface in java.lang">run</a></code> in interface <code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang">Runnable</a></code></dd> |
| </dl> |
| </li> |
| </ul> |
| <a name="setCurrentLine(java.lang.String)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>setCurrentLine</h4> |
| <pre>public void setCurrentLine(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> s)</pre> |
| </li> |
| </ul> |
| <a name="hasMoreTokens()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>hasMoreTokens</h4> |
| <pre>public boolean hasMoreTokens()</pre> |
| </li> |
| </ul> |
| <a name="nextToken()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>nextToken</h4> |
| <pre>public <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> nextToken()</pre> |
| </li> |
| </ul> |
| <a name="nextIntToken()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>nextIntToken</h4> |
| <pre>public int nextIntToken() |
| throws <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/NumberFormatException.html?is-external=true" title="class or interface in java.lang">NumberFormatException</a></pre> |
| <dl><dt><span class="strong">Throws:</span></dt> |
| <dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/NumberFormatException.html?is-external=true" title="class or interface in java.lang">NumberFormatException</a></code></dd></dl> |
| </li> |
| </ul> |
| <a name="nextLongToken()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>nextLongToken</h4> |
| <pre>public long nextLongToken() |
| throws <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/NumberFormatException.html?is-external=true" title="class or interface in java.lang">NumberFormatException</a></pre> |
| <dl><dt><span class="strong">Throws:</span></dt> |
| <dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/NumberFormatException.html?is-external=true" title="class or interface in java.lang">NumberFormatException</a></code></dd></dl> |
| </li> |
| </ul> |
| <a name="restOfLine()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>restOfLine</h4> |
| <pre>public <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> restOfLine()</pre> |
| </li> |
| </ul> |
| <a name="execute()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>execute</h4> |
| <pre>public void execute()</pre> |
| </li> |
| </ul> |
| <a name="getOut()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getOut</h4> |
| <pre>public <a href="http://docs.oracle.com/javase/6/docs/api/java/io/PrintStream.html?is-external=true" title="class or interface in java.io">PrintStream</a> getOut()</pre> |
| </li> |
| </ul> |
| <a name="err(java.lang.String)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>err</h4> |
| <pre>public void err(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> s)</pre> |
| </li> |
| </ul> |
| <a name="out(java.lang.String)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>out</h4> |
| <pre>public void out(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> s)</pre> |
| </li> |
| </ul> |
| <a name="propertyPut(java.lang.String, int)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>propertyPut</h4> |
| <pre>public void propertyPut(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> k, |
| int v)</pre> |
| </li> |
| </ul> |
| <a name="propertyGet(java.lang.String)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>propertyGet</h4> |
| <pre>public int propertyGet(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> k)</pre> |
| </li> |
| </ul> |
| <a name="propertyKeys()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>propertyKeys</h4> |
| <pre>public <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> propertyKeys()</pre> |
| </li> |
| </ul> |
| <a name="appendReason(java.lang.StringBuilder, int)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>appendReason</h4> |
| <pre>public void appendReason(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a> sb, |
| int reason)</pre> |
| </li> |
| </ul> |
| <a name="extractFunctionName(java.lang.String)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>extractFunctionName</h4> |
| <pre>public static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> extractFunctionName(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> sig)</pre> |
| <div class="block">extract the function name from a signature</div> |
| </li> |
| </ul> |
| <a name="runningLoop()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>runningLoop</h4> |
| <pre>public void runningLoop() |
| throws <a href="../../../../flash/tools/debugger/NoResponseException.html" title="class in flash.tools.debugger">NoResponseException</a>, |
| <a href="../../../../flash/tools/debugger/NotConnectedException.html" title="class in flash.tools.debugger">NotConnectedException</a>, |
| <a href="../../../../flash/tools/debugger/SuspendedException.html" title="class in flash.tools.debugger">SuspendedException</a>, |
| <a href="../../../../flash/tools/debugger/NotSupportedException.html" title="class in flash.tools.debugger">NotSupportedException</a>, |
| <a href="../../../../flash/tools/debugger/NotSuspendedException.html" title="class in flash.tools.debugger">NotSuspendedException</a>, |
| <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> |
| <div class="block">Our main loop when the player is off running</div> |
| <dl><dt><span class="strong">Throws:</span></dt> |
| <dd><code><a href="../../../../flash/tools/debugger/NoResponseException.html" title="class in flash.tools.debugger">NoResponseException</a></code></dd> |
| <dd><code><a href="../../../../flash/tools/debugger/NotConnectedException.html" title="class in flash.tools.debugger">NotConnectedException</a></code></dd> |
| <dd><code><a href="../../../../flash/tools/debugger/SuspendedException.html" title="class in flash.tools.debugger">SuspendedException</a></code></dd> |
| <dd><code><a href="../../../../flash/tools/debugger/NotSupportedException.html" title="class in flash.tools.debugger">NotSupportedException</a></code></dd> |
| <dd><code><a href="../../../../flash/tools/debugger/NotSuspendedException.html" title="class in flash.tools.debugger">NotSuspendedException</a></code></dd> |
| <dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl> |
| </li> |
| </ul> |
| <a name="outputSource(int, int, java.lang.String)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>outputSource</h4> |
| <pre>public void outputSource(int module, |
| int line, |
| <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> s)</pre> |
| <div class="block">Output a source line of code to the output channel formatting nicely</div> |
| </li> |
| </ul> |
| <a name="parseFileArg(int, int, java.lang.String)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>parseFileArg</h4> |
| <pre>public int parseFileArg(int isolateId, |
| int module, |
| <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> arg) |
| throws <a href="http://docs.oracle.com/javase/6/docs/api/java/text/ParseException.html?is-external=true" title="class or interface in java.text">ParseException</a>, |
| <a href="../../../../flex/tools/debugger/cli/AmbiguousException.html" title="class in flex.tools.debugger.cli">AmbiguousException</a>, |
| <a href="../../../../flex/tools/debugger/cli/NoMatchException.html" title="class in flex.tools.debugger.cli">NoMatchException</a></pre> |
| <div class="block">Parse arg to determine which file it specifies. |
| Allowed formats: #29, MyApp.mxml, MyA |
| A variety of exceptions are thrown for other formats.</div> |
| <dl><dt><span class="strong">Throws:</span></dt> |
| <dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/text/ParseException.html?is-external=true" title="class or interface in java.text">ParseException</a></code></dd> |
| <dd><code><a href="../../../../flex/tools/debugger/cli/AmbiguousException.html" title="class in flex.tools.debugger.cli">AmbiguousException</a></code></dd> |
| <dd><code><a href="../../../../flex/tools/debugger/cli/NoMatchException.html" title="class in flex.tools.debugger.cli">NoMatchException</a></code></dd></dl> |
| </li> |
| </ul> |
| <a name="parseLineArg(int, java.lang.String)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>parseLineArg</h4> |
| <pre>public int parseLineArg(int module, |
| <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> arg) |
| throws <a href="http://docs.oracle.com/javase/6/docs/api/java/text/ParseException.html?is-external=true" title="class or interface in java.text">ParseException</a>, |
| <a href="../../../../flex/tools/debugger/cli/AmbiguousException.html" title="class in flex.tools.debugger.cli">AmbiguousException</a>, |
| <a href="../../../../flex/tools/debugger/cli/NoMatchException.html" title="class in flex.tools.debugger.cli">NoMatchException</a></pre> |
| <div class="block">Parse arg to determine which line it specifies. |
| Allowed formats: 17, MyFunction, MyF |
| A variety of exceptions are thrown for other formats.</div> |
| <dl><dt><span class="strong">Throws:</span></dt> |
| <dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/text/ParseException.html?is-external=true" title="class or interface in java.text">ParseException</a></code></dd> |
| <dd><code><a href="../../../../flex/tools/debugger/cli/AmbiguousException.html" title="class in flex.tools.debugger.cli">AmbiguousException</a></code></dd> |
| <dd><code><a href="../../../../flex/tools/debugger/cli/NoMatchException.html" title="class in flex.tools.debugger.cli">NoMatchException</a></code></dd></dl> |
| </li> |
| </ul> |
| <a name="parseLocationArg(int, int, java.lang.String)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>parseLocationArg</h4> |
| <pre>public flex.tools.debugger.cli.FileLocation[] parseLocationArg(int module, |
| int line, |
| <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> arg) |
| throws <a href="http://docs.oracle.com/javase/6/docs/api/java/text/ParseException.html?is-external=true" title="class or interface in java.text">ParseException</a>, |
| <a href="../../../../flex/tools/debugger/cli/AmbiguousException.html" title="class in flex.tools.debugger.cli">AmbiguousException</a>, |
| <a href="../../../../flex/tools/debugger/cli/NoMatchException.html" title="class in flex.tools.debugger.cli">NoMatchException</a></pre> |
| <dl><dt><span class="strong">Throws:</span></dt> |
| <dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/text/ParseException.html?is-external=true" title="class or interface in java.text">ParseException</a></code></dd> |
| <dd><code><a href="../../../../flex/tools/debugger/cli/AmbiguousException.html" title="class in flex.tools.debugger.cli">AmbiguousException</a></code></dd> |
| <dd><code><a href="../../../../flex/tools/debugger/cli/NoMatchException.html" title="class in flex.tools.debugger.cli">NoMatchException</a></code></dd></dl> |
| </li> |
| </ul> |
| <a name="parseLocationArg(int, int, java.lang.String, boolean)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>parseLocationArg</h4> |
| <pre>public flex.tools.debugger.cli.FileLocation[] parseLocationArg(int module, |
| int line, |
| <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> arg, |
| boolean all) |
| throws <a href="http://docs.oracle.com/javase/6/docs/api/java/text/ParseException.html?is-external=true" title="class or interface in java.text">ParseException</a>, |
| <a href="../../../../flex/tools/debugger/cli/AmbiguousException.html" title="class in flex.tools.debugger.cli">AmbiguousException</a>, |
| <a href="../../../../flex/tools/debugger/cli/NoMatchException.html" title="class in flex.tools.debugger.cli">NoMatchException</a></pre> |
| <div class="block">Parse arg to figure out what module and line it specifies. |
| |
| Allowed formats (assuming Button.as is file #29 |
| and the first line of MyFunction is line 17): |
| |
| arg module line |
| 17 no change 17 |
| MyFunction no change 17 |
| MyF no change 17 |
| #29 29 1 |
| Button.as 29 1 |
| Bu 29 1 |
| #29:17 29 17 |
| #29:MyFunction 29 17 |
| #29:MyF 29 17 |
| Button.as:17 29 17 |
| Button.as:MyFunction 29 17 |
| Button.as:MyF 29 17 |
| Bu:17 29 17 |
| Bu:MyFunction 29 17 |
| Bu:MyF 29 17 |
| |
| A variety of exceptions are thrown for other formats. |
| Added the possibility to indicate the worker id with this format:</div> |
| <dl><dt><span class="strong">Throws:</span></dt> |
| <dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/text/ParseException.html?is-external=true" title="class or interface in java.text">ParseException</a></code></dd> |
| <dd><code><a href="../../../../flex/tools/debugger/cli/AmbiguousException.html" title="class in flex.tools.debugger.cli">AmbiguousException</a></code></dd> |
| <dd><code><a href="../../../../flex/tools/debugger/cli/NoMatchException.html" title="class in flex.tools.debugger.cli">NoMatchException</a></code></dd></dl> |
| </li> |
| </ul> |
| <a name="locateSource(java.lang.String, java.lang.String, java.lang.String)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>locateSource</h4> |
| <pre>public <a href="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a> locateSource(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> path, |
| <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> pkg, |
| <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre> |
| <div class="block"><strong>Description copied from interface: <code><a href="../../../../flash/tools/debugger/SourceLocator.html#locateSource(java.lang.String,%20java.lang.String,%20java.lang.String)">SourceLocator</a></code></strong></div> |
| <div class="block">Callback from DJAPI to the debugger, to find a source file. |
| Returns null if it can't find the file.</div> |
| <dl> |
| <dt><strong>Specified by:</strong></dt> |
| <dd><code><a href="../../../../flash/tools/debugger/SourceLocator.html#locateSource(java.lang.String,%20java.lang.String,%20java.lang.String)">locateSource</a></code> in interface <code><a href="../../../../flash/tools/debugger/SourceLocator.html" title="interface in flash.tools.debugger">SourceLocator</a></code></dd> |
| </dl> |
| </li> |
| </ul> |
| <a name="getChangeCount()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getChangeCount</h4> |
| <pre>public int getChangeCount()</pre> |
| <div class="block"><strong>Description copied from interface: <code><a href="../../../../flash/tools/debugger/SourceLocator.html#getChangeCount()">SourceLocator</a></code></strong></div> |
| <div class="block">Returns a number which indicates how many times this SourceLocator's |
| search algorithm has been changed since it was created. For example, |
| if a SourceLocator allows the user to change the list of directories |
| that are searched, then each time the user changes that list of |
| directories, the return value from getChangeCount() should change. |
| |
| The DJAPI uses this in order to figure out if it should try again |
| to look for a source file that it had previously been unable to |
| find.</div> |
| <dl> |
| <dt><strong>Specified by:</strong></dt> |
| <dd><code><a href="../../../../flash/tools/debugger/SourceLocator.html#getChangeCount()">getChangeCount</a></code> in interface <code><a href="../../../../flash/tools/debugger/SourceLocator.html" title="interface in flash.tools.debugger">SourceLocator</a></code></dd> |
| </dl> |
| </li> |
| </ul> |
| <a name="initSourceDirectoriesList()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>initSourceDirectoriesList</h4> |
| <pre>public void initSourceDirectoriesList()</pre> |
| </li> |
| </ul> |
| <a name="getFlexHomeDirectory()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getFlexHomeDirectory</h4> |
| <pre>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a> getFlexHomeDirectory()</pre> |
| <div class="block">Returns the Flex home directory. This is based on the <code>application.home</code> |
| Java system property if present, or the current directory otherwise. |
| This directory is one up from the "bin" and "lib" directories. For example, |
| <code><flexhome>/lib/fdb.jar</code> can be used to refer to the fdb jar.</div> |
| </li> |
| </ul> |
| <a name="getenv(java.lang.String)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getenv</h4> |
| <pre>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getenv(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> var)</pre> |
| </li> |
| </ul> |
| <a name="processLine()"> |
| <!-- --> |
| </a> |
| <ul class="blockListLast"> |
| <li class="blockList"> |
| <h4>processLine</h4> |
| <pre>public boolean processLine() |
| throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, |
| <a href="../../../../flex/tools/debugger/cli/AmbiguousException.html" title="class in flex.tools.debugger.cli">AmbiguousException</a>, |
| <a href="../../../../flash/tools/debugger/PlayerDebugException.html" title="class in flash.tools.debugger">PlayerDebugException</a></pre> |
| <div class="block">Process a single line of input and return true if the quit command was encountered</div> |
| <dl><dt><span class="strong">Throws:</span></dt> |
| <dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> |
| <dd><code><a href="../../../../flex/tools/debugger/cli/AmbiguousException.html" title="class in flex.tools.debugger.cli">AmbiguousException</a></code></dd> |
| <dd><code><a href="../../../../flash/tools/debugger/PlayerDebugException.html" title="class in flash.tools.debugger">PlayerDebugException</a></code></dd></dl> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </div> |
| </div> |
| <!-- ========= END OF CLASS DATA ========= --> |
| <!-- ======= START OF BOTTOM NAVBAR ====== --> |
| <div class="bottomNav"><a name="navbar_bottom"> |
| <!-- --> |
| </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> |
| <!-- --> |
| </a> |
| <ul class="navList" title="Navigation"> |
| <li><a href="../../../../overview-summary.html">Overview</a></li> |
| <li><a href="package-summary.html">Package</a></li> |
| <li class="navBarCell1Rev">Class</li> |
| <li><a href="class-use/DebugCLI.html">Use</a></li> |
| <li><a href="package-tree.html">Tree</a></li> |
| <li><a href="../../../../deprecated-list.html">Deprecated</a></li> |
| <li><a href="../../../../index-all.html">Index</a></li> |
| <li><a href="../../../../help-doc.html">Help</a></li> |
| </ul> |
| </div> |
| <div class="subNav"> |
| <ul class="navList"> |
| <li><a href="../../../../flex/tools/debugger/cli/CatchAction.html" title="class in flex.tools.debugger.cli"><span class="strong">Prev Class</span></a></li> |
| <li><a href="../../../../flex/tools/debugger/cli/DebugCLI.InitialPromptState.html" title="enum in flex.tools.debugger.cli"><span class="strong">Next Class</span></a></li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="../../../../index.html?flex/tools/debugger/cli/DebugCLI.html" target="_top">Frames</a></li> |
| <li><a href="DebugCLI.html" target="_top">No Frames</a></li> |
| </ul> |
| <ul class="navList" id="allclasses_navbar_bottom"> |
| <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> |
| </ul> |
| <div> |
| <script type="text/javascript"><!-- |
| allClassesLink = document.getElementById("allclasses_navbar_bottom"); |
| if(window==top) { |
| allClassesLink.style.display = "block"; |
| } |
| else { |
| allClassesLink.style.display = "none"; |
| } |
| //--> |
| </script> |
| </div> |
| <div> |
| <ul class="subNavList"> |
| <li>Summary: </li> |
| <li><a href="#nested_class_summary">Nested</a> | </li> |
| <li><a href="#field_summary">Field</a> | </li> |
| <li><a href="#constructor_summary">Constr</a> | </li> |
| <li><a href="#method_summary">Method</a></li> |
| </ul> |
| <ul class="subNavList"> |
| <li>Detail: </li> |
| <li><a href="#field_detail">Field</a> | </li> |
| <li><a href="#constructor_detail">Constr</a> | </li> |
| <li><a href="#method_detail">Method</a></li> |
| </ul> |
| </div> |
| <a name="skip-navbar_bottom"> |
| <!-- --> |
| </a></div> |
| <!-- ======== END OF BOTTOM NAVBAR ======= --> |
| <p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> |
| </body> |
| </html> |