blob: e37ad4863e61fcfb553c5ff25f25c5612ceec324 [file] [log] [blame]
<!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:20 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>flex.tools.debugger.cli (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="flex.tools.debugger.cli (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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.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="../../../../flash/util/package-summary.html">Prev Package</a></li>
<li><a href="../../../../flex2/compiler/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?flex/tools/debugger/cli/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.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>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package&nbsp;flex.tools.debugger.cli</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../flex/tools/debugger/cli/BreakAction.html" title="class in flex.tools.debugger.cli">BreakAction</a></td>
<td class="colLast">
<div class="block">An object that relates a CLI debugger breakpoint with an associated set
of CLI commands to perform.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../flex/tools/debugger/cli/BreakIdentifier.html" title="class in flex.tools.debugger.cli">BreakIdentifier</a></td>
<td class="colLast">
<div class="block">An singleton object that doles out unique identifiers to breakpoints and watchpoints</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../flex/tools/debugger/cli/CatchAction.html" title="class in flex.tools.debugger.cli">CatchAction</a></td>
<td class="colLast">
<div class="block">An object that relates a CLI debugger catchpoint with the
actual Catch obtained from the Session</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../flex/tools/debugger/cli/DebugCLI.html" title="class in flex.tools.debugger.cli">DebugCLI</a></td>
<td class="colLast">
<div class="block">This is a front end command line interface to the Flash Debugger
Player.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../flex/tools/debugger/cli/DisplayAction.html" title="class in flex.tools.debugger.cli">DisplayAction</a></td>
<td class="colLast">
<div class="block">An object that relates a CLI debugger 'display' command
with the contents of the display</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../flex/tools/debugger/cli/ExpressionCache.html" title="class in flex.tools.debugger.cli">ExpressionCache</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../flex/tools/debugger/cli/ExpressionCache.EvaluationResult.html" title="class in flex.tools.debugger.cli">ExpressionCache.EvaluationResult</a></td>
<td class="colLast">
<div class="block">Returned by evaluate().</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../flex/tools/debugger/cli/ExpressionContext.html" title="class in flex.tools.debugger.cli">ExpressionContext</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../flex/tools/debugger/cli/Extensions.html" title="class in flex.tools.debugger.cli">Extensions</a></td>
<td class="colLast">
<div class="block">Extensions class is a singleton that contains
every cli method that does not conform to the
API.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../flex/tools/debugger/cli/ExtensionsDisabled.html" title="class in flex.tools.debugger.cli">ExtensionsDisabled</a></td>
<td class="colLast">
<div class="block">ExtensionsDisabled class is a singleton that contains
every cli method that does not conform to the
API.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../flex/tools/debugger/cli/FaultActions.html" title="class in flex.tools.debugger.cli">FaultActions</a></td>
<td class="colLast">
<div class="block">FaultActions proivdes a convenient wrapper for housing the user specified
behaviour for a set of faults (aka text strings)
The underlying data structure is a HashMap that maps strings (i.e. fault
names) to Integers.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../flex/tools/debugger/cli/FaultActions.FaultActionsBuilder.html" title="class in flex.tools.debugger.cli">FaultActions.FaultActionsBuilder</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../flex/tools/debugger/cli/FileInfoCache.html" title="class in flex.tools.debugger.cli">FileInfoCache</a></td>
<td class="colLast">
<div class="block">FileInfoCache manages a list of files that are unique
across multiple swfs.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../flex/tools/debugger/cli/Help.html" title="class in flex.tools.debugger.cli">Help</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../flex/tools/debugger/cli/InternalProperty.html" title="class in flex.tools.debugger.cli">InternalProperty</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../flex/tools/debugger/cli/IntProperties.html" title="class in flex.tools.debugger.cli">IntProperties</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../flex/tools/debugger/cli/LocationCollection.html" title="class in flex.tools.debugger.cli">LocationCollection</a></td>
<td class="colLast">
<div class="block">This object is a container for source locations
that represent the same underlying file and line
number.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../flex/tools/debugger/cli/StringIntArray.html" title="class in flex.tools.debugger.cli">StringIntArray</a></td>
<td class="colLast">
<div class="block">This class wraps a Nx2 array and provides a List interface
for each of the 2 columns of the array.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../flex/tools/debugger/cli/VariableFacade.html" title="class in flex.tools.debugger.cli">VariableFacade</a></td>
<td class="colLast">
<div class="block">A VariableFacade provides a wrapper around a Variable object
that provides a convenient way of storing parent information.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../flex/tools/debugger/cli/WatchAction.html" title="class in flex.tools.debugger.cli">WatchAction</a></td>
<td class="colLast">
<div class="block">An object that relates a CLI debugger watchpoint with the
actual Watch obtained from the Session</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation">
<caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Enum</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../flex/tools/debugger/cli/DebugCLI.InitialPromptState.html" title="enum in flex.tools.debugger.cli">DebugCLI.InitialPromptState</a></td>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Exception Summary table, listing exceptions, and an explanation">
<caption><span>Exception Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Exception</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../flex/tools/debugger/cli/AmbiguousException.html" title="class in flex.tools.debugger.cli">AmbiguousException</a></td>
<td class="colLast">
<div class="block">An exception that is thrown when some ambiguous condition or state
was encountered.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../flex/tools/debugger/cli/NoMatchException.html" title="class in flex.tools.debugger.cli">NoMatchException</a></td>
<td class="colLast">
<div class="block">While attempting to resolve a function name or filename, no match
was found.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= 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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.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="../../../../flash/util/package-summary.html">Prev Package</a></li>
<li><a href="../../../../flex2/compiler/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?flex/tools/debugger/cli/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.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>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>