blob: 76423f7342bb9c43ec5298e4e7298212a8b23b8b [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 16:26:20 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ThreadLocalToolkit (Apache Flex - FlexJS: Compiler: OEM Layer 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="ThreadLocalToolkit (Apache Flex - FlexJS: Compiler: OEM Layer 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/ThreadLocalToolkit.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="../../../flex2/compiler/util/QName.html" title="class in flex2.compiler.util"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../flex2/compiler/util/URLPathResolver.html" title="class in flex2.compiler.util"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?flex2/compiler/util/ThreadLocalToolkit.html" target="_top">Frames</a></li>
<li><a href="ThreadLocalToolkit.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:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</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">flex2.compiler.util</div>
<h2 title="Class ThreadLocalToolkit" class="title">Class ThreadLocalToolkit</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>flex2.compiler.util.ThreadLocalToolkit</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public final class <span class="strong">ThreadLocalToolkit</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></pre>
<div class="block">A utility class that contains all the thread local variables used
by the compiler. These are mostly conveniences so that the
variables don't have to be passed around to all the corners of the
compiler via method parameters. These represent potential memory
leaks, though. All the variables should be cleared at the end of a
compilation. Otherwise, if the thread used for compilation
changes, lots of memory will be leaked with the old thread.</div>
<dl><dt><span class="strong">Author:</span></dt>
<dd>Clement Wong</dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== 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">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#ThreadLocalToolkit()">ThreadLocalToolkit</a></strong>()</code>&nbsp;</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">&nbsp;</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>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#addResolvedPath(java.lang.String,%20flex2.compiler.io.VirtualFile)">addResolvedPath</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>&nbsp;path,
<a href="../../../flex2/compiler/io/VirtualFile.html" title="interface in flex2.compiler.io">VirtualFile</a>&nbsp;virtualFile)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#errorCount()">errorCount</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../flex2/compiler/util/Benchmark.html" title="class in flex2.compiler.util">Benchmark</a></code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#getBenchmark()">getBenchmark</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a></code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#getCompatibilityVersion()">getCompatibilityVersion</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../flex2/compiler/util/CompilerControl.html" title="class in flex2.compiler.util">CompilerControl</a></code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#getCompilerControl()">getCompilerControl</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static flash.localization.LocalizationManager</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#getLocalizationManager()">getLocalizationManager</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../flex2/compiler/Logger.html" title="interface in flex2.compiler">Logger</a></code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#getLogger()">getLogger</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../flex2/compiler/common/PathResolver.html" title="class in flex2.compiler.common">PathResolver</a></code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#getPathResolver()">getPathResolver</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../flex2/tools/oem/ProgressMeter.html" title="interface in flex2.tools.oem">ProgressMeter</a></code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#getProgressMeter()">getProgressMeter</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../flex2/compiler/io/VirtualFile.html" title="interface in flex2.compiler.io">VirtualFile</a></code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#getResolvedPath(java.lang.String)">getResolvedPath</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>&nbsp;path)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../flex2/compiler/mxml/lang/StandardDefs.html" title="class in flex2.compiler.mxml.lang">StandardDefs</a></code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#getStandardDefs()">getStandardDefs</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#log(flex2.compiler.util.CompilerMessage,%20flex2.compiler.Source)">log</a></strong>(<a href="../../../flex2/compiler/util/CompilerMessage.html" title="class in flex2.compiler.util">CompilerMessage</a>&nbsp;m,
<a href="../../../flex2/compiler/Source.html" title="class in flex2.compiler">Source</a>&nbsp;s)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#log(flex2.compiler.util.CompilerMessage,%20flex2.compiler.Source,%20int)">log</a></strong>(<a href="../../../flex2/compiler/util/CompilerMessage.html" title="class in flex2.compiler.util">CompilerMessage</a>&nbsp;m,
<a href="../../../flex2/compiler/Source.html" title="class in flex2.compiler">Source</a>&nbsp;s,
int&nbsp;line)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#log(flex2.compiler.util.CompilerMessage,%20flex2.compiler.Source,%20int,%20int)">log</a></strong>(<a href="../../../flex2/compiler/util/CompilerMessage.html" title="class in flex2.compiler.util">CompilerMessage</a>&nbsp;m,
<a href="../../../flex2/compiler/Source.html" title="class in flex2.compiler">Source</a>&nbsp;s,
int&nbsp;line,
int&nbsp;column)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#log(flex2.compiler.util.CompilerMessage,%20java.lang.String)">log</a></strong>(<a href="../../../flex2/compiler/util/CompilerMessage.html" title="class in flex2.compiler.util">CompilerMessage</a>&nbsp;m,
<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>&nbsp;path)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#log(flex2.compiler.util.CompilerMessage,%20java.lang.String,%20int)">log</a></strong>(<a href="../../../flex2/compiler/util/CompilerMessage.html" title="class in flex2.compiler.util">CompilerMessage</a>&nbsp;m,
<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>&nbsp;path,
int&nbsp;line)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#log(flex2.compiler.util.CompilerMessage,%20java.lang.String,%20int,%20int)">log</a></strong>(<a href="../../../flex2/compiler/util/CompilerMessage.html" title="class in flex2.compiler.util">CompilerMessage</a>&nbsp;m,
<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>&nbsp;path,
int&nbsp;line,
int&nbsp;column)</code>
<div class="block">avoid passthrough ctors in CompilerMessages</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#log(flex2.compiler.util.CompilerMessage,%20java.lang.String,%20int,%20int,%20java.lang.String)">log</a></strong>(<a href="../../../flex2/compiler/util/CompilerMessage.html" title="class in flex2.compiler.util">CompilerMessage</a>&nbsp;m,
<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>&nbsp;path,
int&nbsp;line,
int&nbsp;column,
<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>&nbsp;source)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#log(flex2.compiler.ILocalizableMessage)">log</a></strong>(<a href="../../../flex2/compiler/ILocalizableMessage.html" title="interface in flex2.compiler">ILocalizableMessage</a>&nbsp;m)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#log(flex2.compiler.ILocalizableMessage,%20java.lang.String)">log</a></strong>(<a href="../../../flex2/compiler/ILocalizableMessage.html" title="interface in flex2.compiler">ILocalizableMessage</a>&nbsp;m,
<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>&nbsp;source)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#logDebug(java.lang.String)">logDebug</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>&nbsp;debug)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#logDebug(java.lang.String,%20int,%20int,%20java.lang.String)">logDebug</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>&nbsp;path,
int&nbsp;line,
int&nbsp;col,
<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>&nbsp;debug)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#logDebug(java.lang.String,%20int,%20java.lang.String)">logDebug</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>&nbsp;path,
int&nbsp;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>&nbsp;debug)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#logDebug(java.lang.String,%20java.lang.String)">logDebug</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>&nbsp;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>&nbsp;debug)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#logError(java.lang.String)">logError</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>&nbsp;error)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#logError(java.lang.String,%20int,%20int,%20java.lang.String)">logError</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>&nbsp;path,
int&nbsp;line,
int&nbsp;col,
<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>&nbsp;error)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#logError(java.lang.String,%20int,%20int,%20java.lang.String,%20java.lang.String)">logError</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>&nbsp;path,
int&nbsp;line,
int&nbsp;col,
<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>&nbsp;error,
<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>&nbsp;source)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#logError(java.lang.String,%20int,%20int,%20java.lang.String,%20java.lang.String,%20int)">logError</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>&nbsp;path,
int&nbsp;line,
int&nbsp;col,
<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>&nbsp;error,
<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>&nbsp;source,
int&nbsp;errorCode)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#logError(java.lang.String,%20int,%20java.lang.String)">logError</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>&nbsp;path,
int&nbsp;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>&nbsp;error)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#logError(java.lang.String,%20java.lang.String)">logError</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>&nbsp;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>&nbsp;error)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#logError(java.lang.String,%20java.lang.String,%20int)">logError</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>&nbsp;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>&nbsp;error,
int&nbsp;errorCode)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#logInfo(java.lang.String)">logInfo</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>&nbsp;info)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#logInfo(java.lang.String,%20int,%20int,%20java.lang.String)">logInfo</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>&nbsp;path,
int&nbsp;line,
int&nbsp;col,
<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>&nbsp;info)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#logInfo(java.lang.String,%20int,%20java.lang.String)">logInfo</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>&nbsp;path,
int&nbsp;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>&nbsp;info)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#logInfo(java.lang.String,%20java.lang.String)">logInfo</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>&nbsp;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>&nbsp;info)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#logWarning(java.lang.String)">logWarning</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>&nbsp;warning)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#logWarning(java.lang.String,%20int,%20int,%20java.lang.String)">logWarning</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>&nbsp;path,
int&nbsp;line,
int&nbsp;col,
<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>&nbsp;warning)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#logWarning(java.lang.String,%20int,%20int,%20java.lang.String,%20java.lang.String)">logWarning</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>&nbsp;path,
int&nbsp;line,
int&nbsp;col,
<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>&nbsp;warning,
<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>&nbsp;source)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#logWarning(java.lang.String,%20int,%20int,%20java.lang.String,%20java.lang.String,%20int)">logWarning</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>&nbsp;path,
int&nbsp;line,
int&nbsp;col,
<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>&nbsp;warning,
<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>&nbsp;source,
int&nbsp;errorCode)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#logWarning(java.lang.String,%20int,%20java.lang.String)">logWarning</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>&nbsp;path,
int&nbsp;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>&nbsp;warning)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#logWarning(java.lang.String,%20java.lang.String)">logWarning</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>&nbsp;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>&nbsp;warning)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#logWarning(java.lang.String,%20java.lang.String,%20int)">logWarning</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>&nbsp;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>&nbsp;warning,
int&nbsp;errorCode)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#resetBenchmark()">resetBenchmark</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#resetResolvedPaths()">resetResolvedPaths</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#setBenchmark(flex2.compiler.util.Benchmark)">setBenchmark</a></strong>(<a href="../../../flex2/compiler/util/Benchmark.html" title="class in flex2.compiler.util">Benchmark</a>&nbsp;b)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#setCompatibilityVersion(java.lang.Integer)">setCompatibilityVersion</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;compatibilityVersion)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#setCompilerControl(flex2.compiler.util.CompilerControl)">setCompilerControl</a></strong>(<a href="../../../flex2/compiler/util/CompilerControl.html" title="class in flex2.compiler.util">CompilerControl</a>&nbsp;cc)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#setLocalizationManager(flash.localization.LocalizationManager)">setLocalizationManager</a></strong>(flash.localization.LocalizationManager&nbsp;mgr)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#setLogger(flex2.compiler.Logger)">setLogger</a></strong>(<a href="../../../flex2/compiler/Logger.html" title="interface in flex2.compiler">Logger</a>&nbsp;logger)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#setMimeMappings(flex2.compiler.util.MimeMappings)">setMimeMappings</a></strong>(<a href="../../../flex2/compiler/util/MimeMappings.html" title="class in flex2.compiler.util">MimeMappings</a>&nbsp;mappings)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#setPathResolver(flex2.compiler.common.PathResolver)">setPathResolver</a></strong>(<a href="../../../flex2/compiler/common/PathResolver.html" title="class in flex2.compiler.common">PathResolver</a>&nbsp;r)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#setProgressMeter(flex2.tools.oem.ProgressMeter)">setProgressMeter</a></strong>(<a href="../../../flex2/tools/oem/ProgressMeter.html" title="interface in flex2.tools.oem">ProgressMeter</a>&nbsp;meter)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#setStandardDefs(flex2.compiler.mxml.lang.StandardDefs)">setStandardDefs</a></strong>(<a href="../../../flex2/compiler/mxml/lang/StandardDefs.html" title="class in flex2.compiler.mxml.lang">StandardDefs</a>&nbsp;defs)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../flex2/compiler/util/ThreadLocalToolkit.html#warningCount()">warningCount</a></strong>()</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;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">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="ThreadLocalToolkit()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ThreadLocalToolkit</h4>
<pre>public&nbsp;ThreadLocalToolkit()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getLocalizationManager()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLocalizationManager</h4>
<pre>public static&nbsp;flash.localization.LocalizationManager&nbsp;getLocalizationManager()</pre>
</li>
</ul>
<a name="setLocalizationManager(flash.localization.LocalizationManager)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setLocalizationManager</h4>
<pre>public static&nbsp;void&nbsp;setLocalizationManager(flash.localization.LocalizationManager&nbsp;mgr)</pre>
</li>
</ul>
<a name="setPathResolver(flex2.compiler.common.PathResolver)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPathResolver</h4>
<pre>public static&nbsp;void&nbsp;setPathResolver(<a href="../../../flex2/compiler/common/PathResolver.html" title="class in flex2.compiler.common">PathResolver</a>&nbsp;r)</pre>
</li>
</ul>
<a name="resetResolvedPaths()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>resetResolvedPaths</h4>
<pre>public static&nbsp;void&nbsp;resetResolvedPaths()</pre>
</li>
</ul>
<a name="getPathResolver()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPathResolver</h4>
<pre>public static&nbsp;<a href="../../../flex2/compiler/common/PathResolver.html" title="class in flex2.compiler.common">PathResolver</a>&nbsp;getPathResolver()</pre>
</li>
</ul>
<a name="addResolvedPath(java.lang.String, flex2.compiler.io.VirtualFile)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addResolvedPath</h4>
<pre>public static&nbsp;void&nbsp;addResolvedPath(<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>&nbsp;path,
<a href="../../../flex2/compiler/io/VirtualFile.html" title="interface in flex2.compiler.io">VirtualFile</a>&nbsp;virtualFile)</pre>
</li>
</ul>
<a name="getResolvedPath(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getResolvedPath</h4>
<pre>public static&nbsp;<a href="../../../flex2/compiler/io/VirtualFile.html" title="interface in flex2.compiler.io">VirtualFile</a>&nbsp;getResolvedPath(<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>&nbsp;path)</pre>
</li>
</ul>
<a name="setBenchmark(flex2.compiler.util.Benchmark)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setBenchmark</h4>
<pre>public static&nbsp;void&nbsp;setBenchmark(<a href="../../../flex2/compiler/util/Benchmark.html" title="class in flex2.compiler.util">Benchmark</a>&nbsp;b)</pre>
</li>
</ul>
<a name="getBenchmark()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBenchmark</h4>
<pre>public static&nbsp;<a href="../../../flex2/compiler/util/Benchmark.html" title="class in flex2.compiler.util">Benchmark</a>&nbsp;getBenchmark()</pre>
</li>
</ul>
<a name="resetBenchmark()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>resetBenchmark</h4>
<pre>public static&nbsp;void&nbsp;resetBenchmark()</pre>
</li>
</ul>
<a name="setMimeMappings(flex2.compiler.util.MimeMappings)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setMimeMappings</h4>
<pre>public static&nbsp;void&nbsp;setMimeMappings(<a href="../../../flex2/compiler/util/MimeMappings.html" title="class in flex2.compiler.util">MimeMappings</a>&nbsp;mappings)</pre>
</li>
</ul>
<a name="setProgressMeter(flex2.tools.oem.ProgressMeter)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setProgressMeter</h4>
<pre>public static&nbsp;void&nbsp;setProgressMeter(<a href="../../../flex2/tools/oem/ProgressMeter.html" title="interface in flex2.tools.oem">ProgressMeter</a>&nbsp;meter)</pre>
</li>
</ul>
<a name="getProgressMeter()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getProgressMeter</h4>
<pre>public static&nbsp;<a href="../../../flex2/tools/oem/ProgressMeter.html" title="interface in flex2.tools.oem">ProgressMeter</a>&nbsp;getProgressMeter()</pre>
</li>
</ul>
<a name="setCompilerControl(flex2.compiler.util.CompilerControl)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setCompilerControl</h4>
<pre>public static&nbsp;void&nbsp;setCompilerControl(<a href="../../../flex2/compiler/util/CompilerControl.html" title="class in flex2.compiler.util">CompilerControl</a>&nbsp;cc)</pre>
</li>
</ul>
<a name="getCompilerControl()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCompilerControl</h4>
<pre>public static&nbsp;<a href="../../../flex2/compiler/util/CompilerControl.html" title="class in flex2.compiler.util">CompilerControl</a>&nbsp;getCompilerControl()</pre>
</li>
</ul>
<a name="setStandardDefs(flex2.compiler.mxml.lang.StandardDefs)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setStandardDefs</h4>
<pre>public static&nbsp;void&nbsp;setStandardDefs(<a href="../../../flex2/compiler/mxml/lang/StandardDefs.html" title="class in flex2.compiler.mxml.lang">StandardDefs</a>&nbsp;defs)</pre>
</li>
</ul>
<a name="getStandardDefs()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getStandardDefs</h4>
<pre>public static&nbsp;<a href="../../../flex2/compiler/mxml/lang/StandardDefs.html" title="class in flex2.compiler.mxml.lang">StandardDefs</a>&nbsp;getStandardDefs()</pre>
</li>
</ul>
<a name="setLogger(flex2.compiler.Logger)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setLogger</h4>
<pre>public static&nbsp;void&nbsp;setLogger(<a href="../../../flex2/compiler/Logger.html" title="interface in flex2.compiler">Logger</a>&nbsp;logger)</pre>
</li>
</ul>
<a name="getLogger()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLogger</h4>
<pre>public static&nbsp;<a href="../../../flex2/compiler/Logger.html" title="interface in flex2.compiler">Logger</a>&nbsp;getLogger()</pre>
</li>
</ul>
<a name="setCompatibilityVersion(java.lang.Integer)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setCompatibilityVersion</h4>
<pre>public static&nbsp;void&nbsp;setCompatibilityVersion(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;compatibilityVersion)</pre>
</li>
</ul>
<a name="getCompatibilityVersion()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCompatibilityVersion</h4>
<pre>public static&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;getCompatibilityVersion()</pre>
</li>
</ul>
<a name="errorCount()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>errorCount</h4>
<pre>public static&nbsp;int&nbsp;errorCount()</pre>
</li>
</ul>
<a name="warningCount()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>warningCount</h4>
<pre>public static&nbsp;int&nbsp;warningCount()</pre>
</li>
</ul>
<a name="logInfo(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logInfo</h4>
<pre>public static&nbsp;void&nbsp;logInfo(<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>&nbsp;info)</pre>
</li>
</ul>
<a name="logDebug(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logDebug</h4>
<pre>public static&nbsp;void&nbsp;logDebug(<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>&nbsp;debug)</pre>
</li>
</ul>
<a name="logWarning(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logWarning</h4>
<pre>public static&nbsp;void&nbsp;logWarning(<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>&nbsp;warning)</pre>
</li>
</ul>
<a name="logError(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logError</h4>
<pre>public static&nbsp;void&nbsp;logError(<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>&nbsp;error)</pre>
</li>
</ul>
<a name="logInfo(java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logInfo</h4>
<pre>public static&nbsp;void&nbsp;logInfo(<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>&nbsp;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>&nbsp;info)</pre>
</li>
</ul>
<a name="logDebug(java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logDebug</h4>
<pre>public static&nbsp;void&nbsp;logDebug(<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>&nbsp;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>&nbsp;debug)</pre>
</li>
</ul>
<a name="logWarning(java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logWarning</h4>
<pre>public static&nbsp;void&nbsp;logWarning(<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>&nbsp;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>&nbsp;warning)</pre>
</li>
</ul>
<a name="logWarning(java.lang.String, java.lang.String, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logWarning</h4>
<pre>public static&nbsp;void&nbsp;logWarning(<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>&nbsp;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>&nbsp;warning,
int&nbsp;errorCode)</pre>
</li>
</ul>
<a name="logError(java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logError</h4>
<pre>public static&nbsp;void&nbsp;logError(<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>&nbsp;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>&nbsp;error)</pre>
</li>
</ul>
<a name="logError(java.lang.String, java.lang.String, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logError</h4>
<pre>public static&nbsp;void&nbsp;logError(<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>&nbsp;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>&nbsp;error,
int&nbsp;errorCode)</pre>
</li>
</ul>
<a name="logInfo(java.lang.String, int, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logInfo</h4>
<pre>public static&nbsp;void&nbsp;logInfo(<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>&nbsp;path,
int&nbsp;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>&nbsp;info)</pre>
</li>
</ul>
<a name="logDebug(java.lang.String, int, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logDebug</h4>
<pre>public static&nbsp;void&nbsp;logDebug(<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>&nbsp;path,
int&nbsp;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>&nbsp;debug)</pre>
</li>
</ul>
<a name="logWarning(java.lang.String, int, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logWarning</h4>
<pre>public static&nbsp;void&nbsp;logWarning(<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>&nbsp;path,
int&nbsp;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>&nbsp;warning)</pre>
</li>
</ul>
<a name="logError(java.lang.String, int, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logError</h4>
<pre>public static&nbsp;void&nbsp;logError(<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>&nbsp;path,
int&nbsp;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>&nbsp;error)</pre>
</li>
</ul>
<a name="logInfo(java.lang.String, int, int, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logInfo</h4>
<pre>public static&nbsp;void&nbsp;logInfo(<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>&nbsp;path,
int&nbsp;line,
int&nbsp;col,
<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>&nbsp;info)</pre>
</li>
</ul>
<a name="logDebug(java.lang.String, int, int, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logDebug</h4>
<pre>public static&nbsp;void&nbsp;logDebug(<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>&nbsp;path,
int&nbsp;line,
int&nbsp;col,
<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>&nbsp;debug)</pre>
</li>
</ul>
<a name="logWarning(java.lang.String, int, int, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logWarning</h4>
<pre>public static&nbsp;void&nbsp;logWarning(<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>&nbsp;path,
int&nbsp;line,
int&nbsp;col,
<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>&nbsp;warning)</pre>
</li>
</ul>
<a name="logError(java.lang.String, int, int, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logError</h4>
<pre>public static&nbsp;void&nbsp;logError(<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>&nbsp;path,
int&nbsp;line,
int&nbsp;col,
<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>&nbsp;error)</pre>
</li>
</ul>
<a name="logWarning(java.lang.String, int, int, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logWarning</h4>
<pre>public static&nbsp;void&nbsp;logWarning(<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>&nbsp;path,
int&nbsp;line,
int&nbsp;col,
<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>&nbsp;warning,
<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>&nbsp;source)</pre>
</li>
</ul>
<a name="logWarning(java.lang.String, int, int, java.lang.String, java.lang.String, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logWarning</h4>
<pre>public static&nbsp;void&nbsp;logWarning(<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>&nbsp;path,
int&nbsp;line,
int&nbsp;col,
<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>&nbsp;warning,
<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>&nbsp;source,
int&nbsp;errorCode)</pre>
</li>
</ul>
<a name="logError(java.lang.String, int, int, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logError</h4>
<pre>public static&nbsp;void&nbsp;logError(<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>&nbsp;path,
int&nbsp;line,
int&nbsp;col,
<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>&nbsp;error,
<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>&nbsp;source)</pre>
</li>
</ul>
<a name="logError(java.lang.String, int, int, java.lang.String, java.lang.String, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logError</h4>
<pre>public static&nbsp;void&nbsp;logError(<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>&nbsp;path,
int&nbsp;line,
int&nbsp;col,
<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>&nbsp;error,
<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>&nbsp;source,
int&nbsp;errorCode)</pre>
</li>
</ul>
<a name="log(flex2.compiler.util.CompilerMessage, java.lang.String, int, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>log</h4>
<pre>public static&nbsp;void&nbsp;log(<a href="../../../flex2/compiler/util/CompilerMessage.html" title="class in flex2.compiler.util">CompilerMessage</a>&nbsp;m,
<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>&nbsp;path,
int&nbsp;line,
int&nbsp;column)</pre>
<div class="block">avoid passthrough ctors in CompilerMessages</div>
</li>
</ul>
<a name="log(flex2.compiler.util.CompilerMessage, java.lang.String, int, int, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>log</h4>
<pre>public static&nbsp;void&nbsp;log(<a href="../../../flex2/compiler/util/CompilerMessage.html" title="class in flex2.compiler.util">CompilerMessage</a>&nbsp;m,
<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>&nbsp;path,
int&nbsp;line,
int&nbsp;column,
<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>&nbsp;source)</pre>
</li>
</ul>
<a name="log(flex2.compiler.util.CompilerMessage, java.lang.String, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>log</h4>
<pre>public static&nbsp;void&nbsp;log(<a href="../../../flex2/compiler/util/CompilerMessage.html" title="class in flex2.compiler.util">CompilerMessage</a>&nbsp;m,
<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>&nbsp;path,
int&nbsp;line)</pre>
</li>
</ul>
<a name="log(flex2.compiler.util.CompilerMessage, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>log</h4>
<pre>public static&nbsp;void&nbsp;log(<a href="../../../flex2/compiler/util/CompilerMessage.html" title="class in flex2.compiler.util">CompilerMessage</a>&nbsp;m,
<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>&nbsp;path)</pre>
</li>
</ul>
<a name="log(flex2.compiler.util.CompilerMessage, flex2.compiler.Source, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>log</h4>
<pre>public static&nbsp;void&nbsp;log(<a href="../../../flex2/compiler/util/CompilerMessage.html" title="class in flex2.compiler.util">CompilerMessage</a>&nbsp;m,
<a href="../../../flex2/compiler/Source.html" title="class in flex2.compiler">Source</a>&nbsp;s,
int&nbsp;line)</pre>
</li>
</ul>
<a name="log(flex2.compiler.util.CompilerMessage, flex2.compiler.Source, int, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>log</h4>
<pre>public static&nbsp;void&nbsp;log(<a href="../../../flex2/compiler/util/CompilerMessage.html" title="class in flex2.compiler.util">CompilerMessage</a>&nbsp;m,
<a href="../../../flex2/compiler/Source.html" title="class in flex2.compiler">Source</a>&nbsp;s,
int&nbsp;line,
int&nbsp;column)</pre>
</li>
</ul>
<a name="log(flex2.compiler.util.CompilerMessage, flex2.compiler.Source)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>log</h4>
<pre>public static&nbsp;void&nbsp;log(<a href="../../../flex2/compiler/util/CompilerMessage.html" title="class in flex2.compiler.util">CompilerMessage</a>&nbsp;m,
<a href="../../../flex2/compiler/Source.html" title="class in flex2.compiler">Source</a>&nbsp;s)</pre>
</li>
</ul>
<a name="log(flex2.compiler.ILocalizableMessage)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>log</h4>
<pre>public static&nbsp;void&nbsp;log(<a href="../../../flex2/compiler/ILocalizableMessage.html" title="interface in flex2.compiler">ILocalizableMessage</a>&nbsp;m)</pre>
</li>
</ul>
<a name="log(flex2.compiler.ILocalizableMessage, java.lang.String)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>log</h4>
<pre>public static&nbsp;void&nbsp;log(<a href="../../../flex2/compiler/ILocalizableMessage.html" title="interface in flex2.compiler">ILocalizableMessage</a>&nbsp;m,
<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>&nbsp;source)</pre>
</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/ThreadLocalToolkit.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="../../../flex2/compiler/util/QName.html" title="class in flex2.compiler.util"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../flex2/compiler/util/URLPathResolver.html" title="class in flex2.compiler.util"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?flex2/compiler/util/ThreadLocalToolkit.html" target="_top">Frames</a></li>
<li><a href="ThreadLocalToolkit.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:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</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 &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>