This repository has been archived on 2023-06-18. You can view files and clone it, but cannot push or open issues or pull requests.
ima02/resources/defects4j-checkout-closure-1f/javadoc/index-all.html
github-classroom[bot] e42e547e48
Initial commit
2023-04-25 11:33:41 +00:00

10636 lines
1.2 MiB

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<TITLE>
Index (Compiler)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="./dev_javadoc.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (Compiler)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./com/google/javascript/jscomp/AbstractCompiler.html" title="class in com.google.javascript.jscomp"><B>AbstractCompiler</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>An abstract compiler, to help remove the circular dependency of
passes on JSCompiler.<DT><A HREF="./com/google/javascript/jscomp/AbstractCompiler.html#AbstractCompiler()"><B>AbstractCompiler()</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/AbstractCompiler.html" title="class in com.google.javascript.jscomp">AbstractCompiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/AbstractMessageFormatter.html" title="class in com.google.javascript.jscomp"><B>AbstractMessageFormatter</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Abstract message formatter providing default behavior for implementations
of <A HREF="./com/google/javascript/jscomp/MessageFormatter.html" title="interface in com.google.javascript.jscomp"><CODE>MessageFormatter</CODE></A> needing a <A HREF="./com/google/javascript/jscomp/SourceExcerptProvider.html" title="interface in com.google.javascript.jscomp"><CODE>SourceExcerptProvider</CODE></A>.<DT><A HREF="./com/google/javascript/jscomp/AbstractMessageFormatter.html#AbstractMessageFormatter(com.google.javascript.jscomp.SourceExcerptProvider)"><B>AbstractMessageFormatter(SourceExcerptProvider)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/AbstractMessageFormatter.html" title="class in com.google.javascript.jscomp">AbstractMessageFormatter</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/AbstractStaticScope.html" title="class in com.google.javascript.rhino.testing"><B>AbstractStaticScope</B></A>&lt;<A HREF="./com/google/javascript/rhino/testing/AbstractStaticScope.html" title="type parameter in AbstractStaticScope">T</A>&gt; - Class in <A HREF="./com/google/javascript/rhino/testing/package-summary.html">com.google.javascript.rhino.testing</A><DD>A scope that just returns null for everything.<DT><A HREF="./com/google/javascript/rhino/testing/AbstractStaticScope.html#AbstractStaticScope()"><B>AbstractStaticScope()</B></A> -
Constructor for class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/AbstractStaticScope.html" title="class in com.google.javascript.rhino.testing">AbstractStaticScope</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#acceptConstKeyword()"><B>acceptConstKeyword()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#acceptEcmaScript5()"><B>acceptEcmaScript5()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html#ACCESS_CONTROLS"><B>ACCESS_CONTROLS</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html" title="class in com.google.javascript.jscomp">DiagnosticGroups</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/StandardUnionFind.html#add(E)"><B>add(E)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/StandardUnionFind.html" title="class in com.google.javascript.jscomp.graph">StandardUnionFind</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/UnionFind.html#add(E)"><B>add(E)</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/UnionFind.html" title="interface in com.google.javascript.jscomp.graph">UnionFind</A>
<DD>Adds the given element to a new set if it is not already in a set.
<DT><A HREF="./com/google/javascript/jscomp/JSModule.html#add(com.google.javascript.jscomp.SourceFile)"><B>add(SourceFile)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModule.html" title="class in com.google.javascript.jscomp">JSModule</A>
<DD>Adds a source file input to this module.
<DT><A HREF="./com/google/javascript/jscomp/JSModule.html#add(com.google.javascript.jscomp.CompilerInput)"><B>add(CompilerInput)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModule.html" title="class in com.google.javascript.jscomp">JSModule</A>
<DD>Adds a source code input to this module.
<DT><A HREF="./com/google/javascript/rhino/IR.html#add(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>add(Node, Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#ADD"><B>ADD</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/jscomp/JSModule.html#addAfter(com.google.javascript.jscomp.CompilerInput, com.google.javascript.jscomp.CompilerInput)"><B>addAfter(CompilerInput, CompilerInput)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModule.html" title="class in com.google.javascript.jscomp">JSModule</A>
<DD>Adds a source code input to this module directly after other.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.AliasTransformation.html#addAlias(java.lang.String, java.lang.String)"><B>addAlias(String, String)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.AliasTransformation.html" title="interface in com.google.javascript.jscomp">CompilerOptions.AliasTransformation</A>
<DD>Adds an alias definition to the AliasTransformation instance.
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#addAllDeclarationToRemove(java.lang.Iterable)"><B>addAllDeclarationToRemove(Iterable&lt;String&gt;)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#addAllEntry(java.lang.Iterable)"><B>addAllEntry(Iterable&lt;? extends FunctionInformationMap.Entry&gt;)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#addAllInit(java.lang.Iterable)"><B>addAllInit(Iterable&lt;String&gt;)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#addAllModule(java.lang.Iterable)"><B>addAllModule(Iterable&lt;? extends FunctionInformationMap.Module&gt;)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.html#addAnonymousFunctions()"><B>addAnonymousFunctions()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.html" title="class in com.google.javascript.jscomp">SymbolTable</A>
<DD>Finds anonymous functions in local scopes, and gives them names
and symbols.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#addAuthor(java.lang.String)"><B>addAuthor(String)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Adds an author to the current information.
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html#addChild(int, com.google.javascript.jscomp.jsonml.JsonML)"><B>addChild(int, JsonML)</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html" title="class in com.google.javascript.jscomp.jsonml">JsonML</A>
<DD>Inserts the given JsonML element at the given position in the
list of children.
<DT><A HREF="./com/google/javascript/rhino/Node.html#addChildAfter(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>addChildAfter(Node, Node)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Add 'child' after 'node'.
<DT><A HREF="./com/google/javascript/rhino/Node.html#addChildBefore(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>addChildBefore(Node, Node)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Add 'child' before 'node'.
<DT><A HREF="./com/google/javascript/rhino/Node.html#addChildrenAfter(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>addChildrenAfter(Node, Node)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Add all children after 'node'.
<DT><A HREF="./com/google/javascript/rhino/Node.html#addChildrenToBack(com.google.javascript.rhino.Node)"><B>addChildrenToBack(Node)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#addChildrenToFront(com.google.javascript.rhino.Node)"><B>addChildrenToFront(Node)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#addChildToBack(com.google.javascript.rhino.Node)"><B>addChildToBack(Node)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#addChildToFront(com.google.javascript.rhino.Node)"><B>addChildToFront(Node)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#addDeclarationToRemove(java.lang.String)"><B>addDeclarationToRemove(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JSModule.html#addDependency(com.google.javascript.jscomp.JSModule)"><B>addDependency(JSModule)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModule.html" title="class in com.google.javascript.jscomp">JSModule</A>
<DD>Adds a dependency on another module.
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#addEntry(com.google.javascript.jscomp.FunctionInformationMap.Entry)"><B>addEntry(FunctionInformationMap.Entry)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#addEntry(int, com.google.javascript.jscomp.FunctionInformationMap.Entry)"><B>addEntry(int, FunctionInformationMap.Entry)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#addEntry(com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder)"><B>addEntry(FunctionInformationMap.Entry.Builder)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#addEntry(int, com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder)"><B>addEntry(int, FunctionInformationMap.Entry.Builder)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#addEntryBuilder()"><B>addEntryBuilder()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#addEntryBuilder(int)"><B>addEntryBuilder(int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ant/CompileTask.html#addExterns(org.apache.tools.ant.types.FileList)"><B>addExterns(FileList)</B></A> -
Method in class com.google.javascript.jscomp.ant.<A HREF="./com/google/javascript/jscomp/ant/CompileTask.html" title="class in com.google.javascript.jscomp.ant">CompileTask</A>
<DD>Sets the externs file.
<DT><A HREF="./com/google/javascript/jscomp/JSModule.html#addFirst(com.google.javascript.jscomp.SourceFile)"><B>addFirst(SourceFile)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModule.html" title="class in com.google.javascript.jscomp">JSModule</A>
<DD>Adds a source file input to this module.
<DT><A HREF="./com/google/javascript/jscomp/JSModule.html#addFirst(com.google.javascript.jscomp.CompilerInput)"><B>addFirst(CompilerInput)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModule.html" title="class in com.google.javascript.jscomp">JSModule</A>
<DD>Adds a source code input to this module.
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#addInit(java.lang.String)"><B>addInit(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGenerator.html#addMapping(java.lang.String, java.lang.String, com.google.debugging.sourcemap.FilePosition, com.google.debugging.sourcemap.FilePosition, com.google.debugging.sourcemap.FilePosition)"><B>addMapping(String, String, FilePosition, FilePosition, FilePosition)</B></A> -
Method in interface com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGenerator.html" title="interface in com.google.debugging.sourcemap">SourceMapGenerator</A>
<DD>Adds a mapping for the given node.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV1.html#addMapping(java.lang.String, java.lang.String, com.google.debugging.sourcemap.FilePosition, com.google.debugging.sourcemap.FilePosition, com.google.debugging.sourcemap.FilePosition)"><B>addMapping(String, String, FilePosition, FilePosition, FilePosition)</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV1.html" title="class in com.google.debugging.sourcemap">SourceMapGeneratorV1</A>
<DD>Adds a mapping for the given node.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV2.html#addMapping(java.lang.String, java.lang.String, com.google.debugging.sourcemap.FilePosition, com.google.debugging.sourcemap.FilePosition, com.google.debugging.sourcemap.FilePosition)"><B>addMapping(String, String, FilePosition, FilePosition, FilePosition)</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV2.html" title="class in com.google.debugging.sourcemap">SourceMapGeneratorV2</A>
<DD>Adds a mapping for the given node.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV3.html#addMapping(java.lang.String, java.lang.String, com.google.debugging.sourcemap.FilePosition, com.google.debugging.sourcemap.FilePosition, com.google.debugging.sourcemap.FilePosition)"><B>addMapping(String, String, FilePosition, FilePosition, FilePosition)</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV3.html" title="class in com.google.debugging.sourcemap">SourceMapGeneratorV3</A>
<DD>Adds a mapping for the given node.
<DT><A HREF="./com/google/javascript/jscomp/SourceMap.html#addMapping(com.google.javascript.rhino.Node, com.google.debugging.sourcemap.FilePosition, com.google.debugging.sourcemap.FilePosition)"><B>addMapping(Node, FilePosition, FilePosition)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceMap.html" title="class in com.google.javascript.jscomp">SourceMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#addModule(com.google.javascript.jscomp.FunctionInformationMap.Module)"><B>addModule(FunctionInformationMap.Module)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#addModule(int, com.google.javascript.jscomp.FunctionInformationMap.Module)"><B>addModule(int, FunctionInformationMap.Module)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#addModule(com.google.javascript.jscomp.FunctionInformationMap.Module.Builder)"><B>addModule(FunctionInformationMap.Module.Builder)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#addModule(int, com.google.javascript.jscomp.FunctionInformationMap.Module.Builder)"><B>addModule(int, FunctionInformationMap.Module.Builder)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#addModuleBuilder()"><B>addModuleBuilder()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#addModuleBuilder(int)"><B>addModuleBuilder(int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#addNativeProperties(com.google.javascript.rhino.jstype.JSTypeRegistry)"><B>addNativeProperties(JSTypeRegistry)</B></A> -
Static method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>Adds a basic set of properties to the native types.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#addNewScript(com.google.javascript.jscomp.JsAst)"><B>addNewScript(JsAst)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Adds a new Script AST to the compile state.
<DT><A HREF="./com/google/javascript/jscomp/graph/SubGraph.html#addNode(N)"><B>addNode(N)</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/SubGraph.html" title="interface in com.google.javascript.jscomp.graph">SubGraph</A>
<DD>Adds the node into this subgraph.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionParamBuilder.html#addOptionalParams(com.google.javascript.rhino.jstype.JSType...)"><B>addOptionalParams(JSType...)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionParamBuilder.html" title="class in com.google.javascript.rhino.jstype">FunctionParamBuilder</A>
<DD>Add optional parameters of the given type to the end of the param list.
<DT><A HREF="./com/google/javascript/jscomp/ant/CompileTask.html#addPath(org.apache.tools.ant.types.Path)"><B>addPath(Path)</B></A> -
Method in class com.google.javascript.jscomp.ant.<A HREF="./com/google/javascript/jscomp/ant/CompileTask.html" title="class in com.google.javascript.jscomp.ant">CompileTask</A>
<DD>Adds a <path/> entry.
<DT><A HREF="./com/google/javascript/rhino/jstype/RecordTypeBuilder.html#addProperty(java.lang.String, com.google.javascript.rhino.jstype.JSType, com.google.javascript.rhino.Node)"><B>addProperty(String, JSType, Node)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/RecordTypeBuilder.html" title="class in com.google.javascript.rhino.jstype">RecordTypeBuilder</A>
<DD>Adds a property with the given name and type to the record type.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#addReference(java.lang.String)"><B>addReference(String)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Adds a reference ("@see") to the current information.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionParamBuilder.html#addRequiredParams(com.google.javascript.rhino.jstype.JSType...)"><B>addRequiredParams(JSType...)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionParamBuilder.html" title="class in com.google.javascript.rhino.jstype">FunctionParamBuilder</A>
<DD>Add parameters of the given type to the end of the param list.
<DT><A HREF="./com/google/javascript/jscomp/ant/CompileTask.html#addSources(org.apache.tools.ant.types.FileList)"><B>addSources(FileList)</B></A> -
Method in class com.google.javascript.jscomp.ant.<A HREF="./com/google/javascript/jscomp/ant/CompileTask.html" title="class in com.google.javascript.jscomp.ant">CompileTask</A>
<DD>Sets the source files.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#addSuppression(java.lang.String)"><B>addSuppression(String)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Add a suppressed warning.
<DT><A HREF="./com/google/javascript/rhino/Node.html#addSuppression(java.lang.String)"><B>addSuppression(String)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Adds a warning to be suppressed.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionParamBuilder.html#addVarArgs(com.google.javascript.rhino.jstype.JSType)"><B>addVarArgs(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionParamBuilder.html" title="class in com.google.javascript.rhino.jstype">FunctionParamBuilder</A>
<DD>Add variable arguments to the end of the parameter list.
<DT><A HREF="./com/google/javascript/jscomp/ant/CompileTask.html#addWarning(com.google.javascript.jscomp.ant.Warning)"><B>addWarning(Warning)</B></A> -
Method in class com.google.javascript.jscomp.ant.<A HREF="./com/google/javascript/jscomp/ant/CompileTask.html" title="class in com.google.javascript.jscomp.ant">CompileTask</A>
<DD>Adds a <warning/> entry
Each warning entry must have two attributes, group and level.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#addWarningsGuard(com.google.javascript.jscomp.WarningsGuard)"><B>addWarningsGuard(WarningsGuard)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Add a guard to the set of warnings guards.
<DT><A HREF="./com/google/javascript/jscomp/graph/AdjacencyGraph.html" title="interface in com.google.javascript.jscomp.graph"><B>AdjacencyGraph</B></A>&lt;<A HREF="./com/google/javascript/jscomp/graph/AdjacencyGraph.html" title="type parameter in AdjacencyGraph">N</A>,<A HREF="./com/google/javascript/jscomp/graph/AdjacencyGraph.html" title="type parameter in AdjacencyGraph">E</A>&gt; - Interface in <A HREF="./com/google/javascript/jscomp/graph/package-summary.html">com.google.javascript.jscomp.graph</A><DD>A minimal graph interface.<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#aggressiveVarCheck"><B>aggressiveVarCheck</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#aliasableStrings"><B>aliasableStrings</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>If set to a non-empty set, those strings literals will be aliased to a
single global instance per string, to avoid creating more objects than
necessary.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#aliasAllStrings"><B>aliasAllStrings</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Aliases all string literals to global instances, to avoid creating more
objects than necessary (if true, overrides any set of strings passed in
to aliasableStrings)
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#aliasExternals"><B>aliasExternals</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Adds variable aliases for externals to reduce code size
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#aliasKeywords"><B>aliasKeywords</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Aliases true, false, and null to variables with shorter names.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#aliasStringsBlacklist"><B>aliasStringsBlacklist</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>A blacklist in the form of a regular expression to block strings that
contains certain words from being aliased.
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#ALL_NATIVE_EXTERN_TYPES"><B>ALL_NATIVE_EXTERN_TYPES</B></A> -
Static variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>A definition of all extern types.
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#ALL_TYPE"><B>ALL_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/StandardUnionFind.html#allEquivalenceClasses()"><B>allEquivalenceClasses()</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/StandardUnionFind.html" title="class in com.google.javascript.jscomp.graph">StandardUnionFind</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/UnionFind.html#allEquivalenceClasses()"><B>allEquivalenceClasses()</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/UnionFind.html" title="interface in com.google.javascript.jscomp.graph">UnionFind</A>
<DD>Returns an immutable collection containing all equivalence classes.
<DT><A HREF="./com/google/javascript/rhino/jstype/AllType.html" title="class in com.google.javascript.rhino.jstype"><B>AllType</B></A> - Class in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>All type, representing all values.<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#ambiguateProperties"><B>ambiguateProperties</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Rename unrelated properties to the same name to reduce code size.
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html#AMBIGUOUS_FUNCTION_DECL"><B>AMBIGUOUS_FUNCTION_DECL</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html" title="class in com.google.javascript.jscomp">DiagnosticGroups</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/IR.html#and(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>and(Node, Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/TernaryValue.html#and(com.google.javascript.rhino.jstype.TernaryValue)"><B>and(TernaryValue)</B></A> -
Method in enum com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/TernaryValue.html" title="enum in com.google.javascript.rhino.jstype">TernaryValue</A>
<DD>Gets the <code>and</code> of <code>this</code> and <code>that</code>.
<DT><A HREF="./com/google/javascript/rhino/Token.html#AND"><B>AND</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/jscomp/graph/Annotatable.html" title="interface in com.google.javascript.jscomp.graph"><B>Annotatable</B></A> - Interface in <A HREF="./com/google/javascript/jscomp/graph/package-summary.html">com.google.javascript.jscomp.graph</A><DD>Object that has an annotation.<DT><A HREF="./com/google/javascript/jscomp/graph/Annotation.html" title="interface in com.google.javascript.jscomp.graph"><B>Annotation</B></A> - Interface in <A HREF="./com/google/javascript/jscomp/graph/package-summary.html">com.google.javascript.jscomp.graph</A><DD>Information that can be annotated to a <A HREF="./com/google/javascript/jscomp/graph/GraphNode.html" title="interface in com.google.javascript.jscomp.graph"><CODE>GraphNode</CODE></A> or
<A HREF="./com/google/javascript/jscomp/graph/Graph.GraphEdge.html" title="interface in com.google.javascript.jscomp.graph"><CODE>Graph.GraphEdge</CODE></A>.<DT><A HREF="./com/google/javascript/rhino/Token.html#ANNOTATION"><B>ANNOTATION</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#anonymousFunctionNaming"><B>anonymousFunctionNaming</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Give anonymous functions names for easier debugging
<DT><A HREF="./com/google/javascript/jscomp/AnonymousFunctionNamingPolicy.html" title="enum in com.google.javascript.jscomp"><B>AnonymousFunctionNamingPolicy</B></A> - Enum in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Strategies for how to do naming of anonymous functions that occur as
r-values in assignments and variable declarations.<DT><A HREF="./com/google/javascript/jscomp/ant/AntErrorManager.html" title="class in com.google.javascript.jscomp.ant"><B>AntErrorManager</B></A> - Class in <A HREF="./com/google/javascript/jscomp/ant/package-summary.html">com.google.javascript.jscomp.ant</A><DD>An error manager that pipes warnings and errors properly into the Ant
task infrastructure.<DT><A HREF="./com/google/javascript/jscomp/ant/AntErrorManager.html#AntErrorManager(com.google.javascript.jscomp.MessageFormatter, org.apache.tools.ant.Task)"><B>AntErrorManager(MessageFormatter, Task)</B></A> -
Constructor for class com.google.javascript.jscomp.ant.<A HREF="./com/google/javascript/jscomp/ant/AntErrorManager.html" title="class in com.google.javascript.jscomp.ant">AntErrorManager</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#APP_NAME_SETTER_FIELD_NUMBER"><B>APP_NAME_SETTER_FIELD_NUMBER</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.FileLevelJsDocBuilder.html#append(java.lang.String)"><B>append(String)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.FileLevelJsDocBuilder.html" title="class in com.google.javascript.rhino">Node.FileLevelJsDocBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html#appendChild(com.google.javascript.jscomp.jsonml.JsonML)"><B>appendChild(JsonML)</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html" title="class in com.google.javascript.jscomp.jsonml">JsonML</A>
<DD>Appends a given child element to the list of children.
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html#appendChildren(java.util.Collection)"><B>appendChildren(Collection&lt;? extends JsonML&gt;)</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html" title="class in com.google.javascript.jscomp.jsonml">JsonML</A>
<DD>Appends a collection of children to the back of the list of children.
<DT><A HREF="./com/google/javascript/jscomp/regex/RegExpTree.html#appendDebugInfo(java.lang.StringBuilder)"><B>appendDebugInfo(StringBuilder)</B></A> -
Method in class com.google.javascript.jscomp.regex.<A HREF="./com/google/javascript/jscomp/regex/RegExpTree.html" title="class in com.google.javascript.jscomp.regex">RegExpTree</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGenerator.html#appendIndexMapTo(java.lang.Appendable, java.lang.String, java.util.List)"><B>appendIndexMapTo(Appendable, String, List&lt;SourceMapSection&gt;)</B></A> -
Method in interface com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGenerator.html" title="interface in com.google.debugging.sourcemap">SourceMapGenerator</A>
<DD>Appends the index source map to the given buffer.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV1.html#appendIndexMapTo(java.lang.Appendable, java.lang.String, java.util.List)"><B>appendIndexMapTo(Appendable, String, List&lt;SourceMapSection&gt;)</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV1.html" title="class in com.google.debugging.sourcemap">SourceMapGeneratorV1</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV2.html#appendIndexMapTo(java.lang.Appendable, java.lang.String, java.util.List)"><B>appendIndexMapTo(Appendable, String, List&lt;SourceMapSection&gt;)</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV2.html" title="class in com.google.debugging.sourcemap">SourceMapGeneratorV2</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV3.html#appendIndexMapTo(java.lang.Appendable, java.lang.String, java.util.List)"><B>appendIndexMapTo(Appendable, String, List&lt;SourceMapSection&gt;)</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV3.html" title="class in com.google.debugging.sourcemap">SourceMapGeneratorV3</A>
<DD>Appends the index source map to the given buffer.
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.Builder.html#appendPlaceholderReference(java.lang.String)"><B>appendPlaceholderReference(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.Builder.html" title="class in com.google.javascript.jscomp">JsMessage.Builder</A>
<DD>Appends a placeholder reference to the message
<DT><A HREF="./com/google/javascript/jscomp/regex/RegExpTree.html#appendSourceCode(java.lang.StringBuilder)"><B>appendSourceCode(StringBuilder)</B></A> -
Method in class com.google.javascript.jscomp.regex.<A HREF="./com/google/javascript/jscomp/regex/RegExpTree.html" title="class in com.google.javascript.jscomp.regex">RegExpTree</A>
<DD>Appends this regular expression source to the given buffer.
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.Builder.html#appendStringPart(java.lang.String)"><B>appendStringPart(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.Builder.html" title="class in com.google.javascript.jscomp">JsMessage.Builder</A>
<DD>Appends a translatable string literal to the message.
<DT><A HREF="./com/google/javascript/rhino/Node.html#appendStringTree(java.lang.Appendable)"><B>appendStringTree(Appendable)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGenerator.html#appendTo(java.lang.Appendable, java.lang.String)"><B>appendTo(Appendable, String)</B></A> -
Method in interface com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGenerator.html" title="interface in com.google.debugging.sourcemap">SourceMapGenerator</A>
<DD>Appends the source map to the given buffer.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV1.html#appendTo(java.lang.Appendable, java.lang.String)"><B>appendTo(Appendable, String)</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV1.html" title="class in com.google.debugging.sourcemap">SourceMapGeneratorV1</A>
<DD>Appends the source map in LavaBug format to the given buffer.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV2.html#appendTo(java.lang.Appendable, java.lang.String)"><B>appendTo(Appendable, String)</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV2.html" title="class in com.google.debugging.sourcemap">SourceMapGeneratorV2</A>
<DD>Writes out the source map in the following format (line numbers are for
reference only and are not part of the format):
1.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV3.html#appendTo(java.lang.Appendable, java.lang.String)"><B>appendTo(Appendable, String)</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV3.html" title="class in com.google.debugging.sourcemap">SourceMapGeneratorV3</A>
<DD>Writes out the source map in the following format (line numbers are for
reference only and are not part of the format):
1.
<DT><A HREF="./com/google/javascript/jscomp/SourceMap.html#appendTo(java.lang.Appendable, java.lang.String)"><B>appendTo(Appendable, String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceMap.html" title="class in com.google.javascript.jscomp">SourceMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.WhitelistBuilder.html#appendWhitelist(java.io.PrintStream)"><B>appendWhitelist(PrintStream)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.WhitelistBuilder.html" title="class in com.google.javascript.jscomp">WhitelistWarningsGuard.WhitelistBuilder</A>
<DD>Writes the warnings collected in a format that the WhitelistWarningsGuard
can read back later.
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.html#applyDelegateRelationship(com.google.javascript.rhino.jstype.ObjectType, com.google.javascript.rhino.jstype.ObjectType, com.google.javascript.rhino.jstype.ObjectType, com.google.javascript.rhino.jstype.FunctionType, com.google.javascript.rhino.jstype.FunctionType)"><B>applyDelegateRelationship(ObjectType, ObjectType, ObjectType, FunctionType, FunctionType)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.html" title="interface in com.google.javascript.jscomp">CodingConvention</A>
<DD>In many JS libraries, the function that creates a delegate relationship
also adds properties to the delegator and delegate base.
<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html#applyDelegateRelationship(com.google.javascript.rhino.jstype.ObjectType, com.google.javascript.rhino.jstype.ObjectType, com.google.javascript.rhino.jstype.ObjectType, com.google.javascript.rhino.jstype.FunctionType, com.google.javascript.rhino.jstype.FunctionType)"><B>applyDelegateRelationship(ObjectType, ObjectType, ObjectType, FunctionType, FunctionType)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp">CodingConventions.Proxy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html#applySingletonGetter(com.google.javascript.rhino.jstype.FunctionType, com.google.javascript.rhino.jstype.FunctionType, com.google.javascript.rhino.jstype.ObjectType)"><B>applySingletonGetter(FunctionType, FunctionType, ObjectType)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html" title="class in com.google.javascript.jscomp">ClosureCodingConvention</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.html#applySingletonGetter(com.google.javascript.rhino.jstype.FunctionType, com.google.javascript.rhino.jstype.FunctionType, com.google.javascript.rhino.jstype.ObjectType)"><B>applySingletonGetter(FunctionType, FunctionType, ObjectType)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.html" title="interface in com.google.javascript.jscomp">CodingConvention</A>
<DD>In many JS libraries, the function that adds a singleton getter to a class
adds properties to the class.
<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html#applySingletonGetter(com.google.javascript.rhino.jstype.FunctionType, com.google.javascript.rhino.jstype.FunctionType, com.google.javascript.rhino.jstype.ObjectType)"><B>applySingletonGetter(FunctionType, FunctionType, ObjectType)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp">CodingConventions.Proxy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html#applySubclassRelationship(com.google.javascript.rhino.jstype.FunctionType, com.google.javascript.rhino.jstype.FunctionType, com.google.javascript.jscomp.CodingConvention.SubclassType)"><B>applySubclassRelationship(FunctionType, FunctionType, CodingConvention.SubclassType)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html" title="class in com.google.javascript.jscomp">ClosureCodingConvention</A>
<DD>Closure's goog.inherits adds a <code>superClass_</code> property to the
subclass, and a <code>constructor</code> property.
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.html#applySubclassRelationship(com.google.javascript.rhino.jstype.FunctionType, com.google.javascript.rhino.jstype.FunctionType, com.google.javascript.jscomp.CodingConvention.SubclassType)"><B>applySubclassRelationship(FunctionType, FunctionType, CodingConvention.SubclassType)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.html" title="interface in com.google.javascript.jscomp">CodingConvention</A>
<DD>In many JS libraries, the function that produces inheritance also
adds properties to the superclass and/or subclass.
<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html#applySubclassRelationship(com.google.javascript.rhino.jstype.FunctionType, com.google.javascript.rhino.jstype.FunctionType, com.google.javascript.jscomp.CodingConvention.SubclassType)"><B>applySubclassRelationship(FunctionType, FunctionType, CodingConvention.SubclassType)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp">CodingConventions.Proxy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.SideEffectFlags.html#areAllFlagsSet()"><B>areAllFlagsSet()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.SideEffectFlags.html" title="class in com.google.javascript.rhino">Node.SideEffectFlags</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/StandardUnionFind.html#areEquivalent(E, E)"><B>areEquivalent(E, E)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/StandardUnionFind.html" title="class in com.google.javascript.jscomp.graph">StandardUnionFind</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/UnionFind.html#areEquivalent(E, E)"><B>areEquivalent(E, E)</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/UnionFind.html" title="interface in com.google.javascript.jscomp.graph">UnionFind</A>
<DD>Returns true if <code>a</code> and <code>b</code> belong to the same equivalence
class.
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#ARRAY_FUNCTION_TYPE"><B>ARRAY_FUNCTION_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#ARRAY_TYPE"><B>ARRAY_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/IR.html#arraylit(com.google.javascript.rhino.Node...)"><B>arraylit(Node...)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#ARRAYLIT"><B>ARRAYLIT</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/testing/Asserts.html#assertEquivalenceOperations(com.google.javascript.rhino.jstype.JSType, com.google.javascript.rhino.jstype.JSType)"><B>assertEquivalenceOperations(JSType, JSType)</B></A> -
Static method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/Asserts.html" title="class in com.google.javascript.rhino.testing">Asserts</A>
<DD>For the given equivalent types, run all type operations that
should have trivial solutions (getGreatestSubtype, isEquivalentTo, etc)
<DT><A HREF="./com/google/javascript/rhino/testing/Asserts.html#assertResolvesToSame(com.google.javascript.rhino.jstype.JSType)"><B>assertResolvesToSame(JSType)</B></A> -
Static method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/Asserts.html" title="class in com.google.javascript.rhino.testing">Asserts</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/Asserts.html" title="class in com.google.javascript.rhino.testing"><B>Asserts</B></A> - Class in <A HREF="./com/google/javascript/rhino/testing/package-summary.html">com.google.javascript.rhino.testing</A><DD>Helper methods for making assertions about the validity of types.<DT><A HREF="./com/google/javascript/rhino/testing/Asserts.html#assertTypeEquals(com.google.javascript.rhino.jstype.JSType, com.google.javascript.rhino.jstype.JSType)"><B>assertTypeEquals(JSType, JSType)</B></A> -
Static method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/Asserts.html" title="class in com.google.javascript.rhino.testing">Asserts</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/Asserts.html#assertTypeEquals(java.lang.String, com.google.javascript.rhino.jstype.JSType, com.google.javascript.rhino.jstype.JSType)"><B>assertTypeEquals(String, JSType, JSType)</B></A> -
Static method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/Asserts.html" title="class in com.google.javascript.rhino.testing">Asserts</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#assertTypeEquals(com.google.javascript.rhino.jstype.JSType, com.google.javascript.rhino.Node)"><B>assertTypeEquals(JSType, Node)</B></A> -
Method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>Asserts that a Node representing a type expression resolves to the
correct <code>JSType</code>.
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#assertTypeEquals(com.google.javascript.rhino.jstype.JSType, com.google.javascript.rhino.JSTypeExpression)"><B>assertTypeEquals(JSType, JSTypeExpression)</B></A> -
Method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>Asserts that a a type expression resolves to the correct <code>JSType</code>.
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#assertTypeEquals(com.google.javascript.rhino.jstype.JSType, com.google.javascript.rhino.jstype.JSType)"><B>assertTypeEquals(JSType, JSType)</B></A> -
Method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#assertTypeEquals(java.lang.String, com.google.javascript.rhino.jstype.JSType, com.google.javascript.rhino.jstype.JSType)"><B>assertTypeEquals(String, JSType, JSType)</B></A> -
Method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/Asserts.html#assertTypeNotEquals(com.google.javascript.rhino.jstype.JSType, com.google.javascript.rhino.jstype.JSType)"><B>assertTypeNotEquals(JSType, JSType)</B></A> -
Static method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/Asserts.html" title="class in com.google.javascript.rhino.testing">Asserts</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/Asserts.html#assertTypeNotEquals(java.lang.String, com.google.javascript.rhino.jstype.JSType, com.google.javascript.rhino.jstype.JSType)"><B>assertTypeNotEquals(String, JSType, JSType)</B></A> -
Static method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/Asserts.html" title="class in com.google.javascript.rhino.testing">Asserts</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#assertTypeNotEquals(com.google.javascript.rhino.jstype.JSType, com.google.javascript.rhino.jstype.JSType)"><B>assertTypeNotEquals(JSType, JSType)</B></A> -
Method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#assertTypeNotEquals(java.lang.String, com.google.javascript.rhino.jstype.JSType, com.google.javascript.rhino.jstype.JSType)"><B>assertTypeNotEquals(String, JSType, JSType)</B></A> -
Method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/Asserts.html#assertValidResolve(com.google.javascript.rhino.jstype.JSType)"><B>assertValidResolve(JSType)</B></A> -
Static method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/Asserts.html" title="class in com.google.javascript.rhino.testing">Asserts</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/Asserts.html#assertValidResolve(com.google.javascript.rhino.jstype.JSType, com.google.javascript.rhino.jstype.StaticScope)"><B>assertValidResolve(JSType, StaticScope&lt;JSType&gt;)</B></A> -
Static method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/Asserts.html" title="class in com.google.javascript.rhino.testing">Asserts</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/IR.html#assign(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>assign(Node, Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#ASSIGN"><B>ASSIGN</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/Token.html#ASSIGN_ADD"><B>ASSIGN_ADD</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/Token.html#ASSIGN_BITAND"><B>ASSIGN_BITAND</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/Token.html#ASSIGN_BITOR"><B>ASSIGN_BITOR</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/Token.html#ASSIGN_BITXOR"><B>ASSIGN_BITXOR</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/Token.html#ASSIGN_DIV"><B>ASSIGN_DIV</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/Token.html#ASSIGN_LSH"><B>ASSIGN_LSH</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/Token.html#ASSIGN_MOD"><B>ASSIGN_MOD</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/Token.html#ASSIGN_MUL"><B>ASSIGN_MUL</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/Token.html#ASSIGN_RSH"><B>ASSIGN_RSH</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/Token.html#ASSIGN_SUB"><B>ASSIGN_SUB</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/Token.html#ASSIGN_URSH"><B>ASSIGN_URSH</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#assumeClosuresOnlyCaptureReferences()"><B>assumeClosuresOnlyCaptureReferences()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#assumeStrictThis()"><B>assumeStrictThis()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/AstValidator.html" title="class in com.google.javascript.jscomp"><B>AstValidator</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>This class walks the AST and validates that the structure is correct.<DT><A HREF="./com/google/javascript/jscomp/AstValidator.html#AstValidator(com.google.javascript.jscomp.AstValidator.ViolationHandler)"><B>AstValidator(AstValidator.ViolationHandler)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/AstValidator.html" title="class in com.google.javascript.jscomp">AstValidator</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/AstValidator.html#AstValidator()"><B>AstValidator()</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/AstValidator.html" title="class in com.google.javascript.jscomp">AstValidator</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/AstValidator.ViolationHandler.html" title="interface in com.google.javascript.jscomp"><B>AstValidator.ViolationHandler</B></A> - Interface in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#autobox()"><B>autobox()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Dereference a type for property access.
<DT><A HREF="./com/google/javascript/rhino/jstype/UnionType.html#autobox()"><B>autobox()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnionType.html" title="class in com.google.javascript.rhino.jstype">UnionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/BooleanType.html#autoboxesTo()"><B>autoboxesTo()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/BooleanType.html" title="class in com.google.javascript.rhino.jstype">BooleanType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html#autoboxesTo()"><B>autoboxesTo()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html" title="class in com.google.javascript.rhino.jstype">EnumElementType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#autoboxesTo()"><B>autoboxesTo()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Gets the type to which this type auto-boxes.
<DT><A HREF="./com/google/javascript/rhino/jstype/NumberType.html#autoboxesTo()"><B>autoboxesTo()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NumberType.html" title="class in com.google.javascript.rhino.jstype">NumberType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/StringType.html#autoboxesTo()"><B>autoboxesTo()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/StringType.html" title="class in com.google.javascript.rhino.jstype">StringType</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="./com/google/javascript/rhino/Token.html#BANG"><B>BANG</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing"><B>BaseJSTypeTestCase</B></A> - Class in <A HREF="./com/google/javascript/rhino/testing/package-summary.html">com.google.javascript.rhino.testing</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#BaseJSTypeTestCase()"><B>BaseJSTypeTestCase()</B></A> -
Constructor for class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/BasicErrorManager.html" title="class in com.google.javascript.jscomp"><B>BasicErrorManager</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>A basic error manager that sorts all errors and warnings reported to it to
generate a sorted report when the <A HREF="./com/google/javascript/jscomp/BasicErrorManager.html#generateReport()"><CODE>BasicErrorManager.generateReport()</CODE></A> method
is called.<DT><A HREF="./com/google/javascript/jscomp/BasicErrorManager.html#BasicErrorManager()"><B>BasicErrorManager()</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/BasicErrorManager.html" title="class in com.google.javascript.jscomp">BasicErrorManager</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#BITAND"><B>BITAND</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/Token.html#BITNOT"><B>BITNOT</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/Token.html#BITOR"><B>BITOR</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/Token.html#BITXOR"><B>BITXOR</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/IR.html#block()"><B>block()</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/IR.html#block(com.google.javascript.rhino.Node)"><B>block(Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/IR.html#block(com.google.javascript.rhino.Node...)"><B>block(Node...)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#BLOCK"><B>BLOCK</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#BOOLEAN_OBJECT_FUNCTION_TYPE"><B>BOOLEAN_OBJECT_FUNCTION_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#BOOLEAN_OBJECT_TYPE"><B>BOOLEAN_OBJECT_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#BOOLEAN_TYPE"><B>BOOLEAN_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/BooleanLiteralSet.html" title="enum in com.google.javascript.rhino.jstype"><B>BooleanLiteralSet</B></A> - Enum in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>A set in the domain {true,false}.<DT><A HREF="./com/google/javascript/rhino/jstype/BooleanType.html" title="class in com.google.javascript.rhino.jstype"><B>BooleanType</B></A> - Class in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>Boolean type.<DT><A HREF="./com/google/javascript/rhino/Node.html#BRACELESS_TYPE"><B>BRACELESS_TYPE</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#BREAK"><B>BREAK</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/IR.html#breakNode()"><B>breakNode()</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/IR.html#breakNode(com.google.javascript.rhino.Node)"><B>breakNode(Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#brokenClosureRequiresLevel"><B>brokenClosureRequiresLevel</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html#build()"><B>build()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html#build()"><B>build()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#build()"><B>build()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#build()"><B>build()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html#build()"><B>build()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#build()"><B>build()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.Builder.html#build()"><B>build()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.Builder.html" title="class in com.google.javascript.jscomp">JsMessage.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.Builder.html#build(com.google.javascript.jscomp.JsMessage.IdGenerator)"><B>build(JsMessage.IdGenerator)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.Builder.html" title="class in com.google.javascript.jscomp">JsMessage.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#build(com.google.javascript.rhino.Node)"><B>build(Node)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Builds a <A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> object based on the populated information and
returns it.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionBuilder.html#build()"><B>build()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionBuilder.html" title="class in com.google.javascript.rhino.jstype">FunctionBuilder</A>
<DD>Construct a new function type.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionParamBuilder.html#build()"><B>build()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionParamBuilder.html" title="class in com.google.javascript.rhino.jstype">FunctionParamBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/RecordTypeBuilder.html#build()"><B>build()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/RecordTypeBuilder.html" title="class in com.google.javascript.rhino.jstype">RecordTypeBuilder</A>
<DD>Creates a record.
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.html#builder()"><B>builder()</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.html" title="class in com.google.javascript.jscomp">SourceFile</A>
<DD>Create a new builder for source files.
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.Builder.html#buildFromCode(java.lang.String, java.lang.String)"><B>buildFromCode(String, String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.Builder.html" title="class in com.google.javascript.jscomp">SourceFile.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.Builder.html#buildFromFile(java.lang.String)"><B>buildFromFile(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.Builder.html" title="class in com.google.javascript.jscomp">SourceFile.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.Builder.html#buildFromFile(java.io.File)"><B>buildFromFile(File)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.Builder.html" title="class in com.google.javascript.jscomp">SourceFile.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.Builder.html#buildFromGenerator(java.lang.String, com.google.javascript.jscomp.SourceFile.Generator)"><B>buildFromGenerator(String, SourceFile.Generator)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.Builder.html" title="class in com.google.javascript.jscomp">SourceFile.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.Builder.html#buildFromInputStream(java.lang.String, java.io.InputStream)"><B>buildFromInputStream(String, InputStream)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.Builder.html" title="class in com.google.javascript.jscomp">SourceFile.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.Builder.html#buildFromReader(java.lang.String, java.io.Reader)"><B>buildFromReader(String, Reader)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.Builder.html" title="class in com.google.javascript.jscomp">SourceFile.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#buildKnownSymbolTable()"><B>buildKnownSymbolTable()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html#buildPartial()"><B>buildPartial()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html#buildPartial()"><B>buildPartial()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#buildPartial()"><B>buildPartial()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#buildPartial()"><B>buildPartial()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html#buildPartial()"><B>buildPartial()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#buildPartial()"><B>buildPartial()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./com/google/javascript/rhino/IR.html#call(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node...)"><B>call(Node, Node...)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#CALL"><B>CALL</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/jscomp/CallGraph.html" title="class in com.google.javascript.jscomp"><B>CallGraph</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>A pass the uses a <CODE>DefinitionProvider</CODE> to compute a call graph for an
AST.<DT><A HREF="./com/google/javascript/jscomp/CallGraph.html#CallGraph(com.google.javascript.jscomp.AbstractCompiler, boolean, boolean)"><B>CallGraph(AbstractCompiler, boolean, boolean)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CallGraph.html" title="class in com.google.javascript.jscomp">CallGraph</A>
<DD>Creates a call graph object supporting the specified lookups.
<DT><A HREF="./com/google/javascript/jscomp/CallGraph.html#CallGraph(com.google.javascript.jscomp.AbstractCompiler)"><B>CallGraph(AbstractCompiler)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CallGraph.html" title="class in com.google.javascript.jscomp">CallGraph</A>
<DD>Creates a call graph object support both forward and backward lookups.
<DT><A HREF="./com/google/javascript/jscomp/CallGraph.Callsite.html" title="class in com.google.javascript.jscomp"><B>CallGraph.Callsite</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>An inner class that represents call sites in the call graph.<DT><A HREF="./com/google/javascript/jscomp/CallGraph.Function.html" title="class in com.google.javascript.jscomp"><B>CallGraph.Function</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>An inner class that represents functions in the call graph.<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#canAssignTo(com.google.javascript.rhino.jstype.JSType)"><B>canAssignTo(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Tests whether values of <code>this</code> type can be safely assigned
to values of <code>that</code> type.
<DT><A HREF="./com/google/javascript/rhino/jstype/UnionType.html#canAssignTo(com.google.javascript.rhino.jstype.JSType)"><B>canAssignTo(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnionType.html" title="class in com.google.javascript.rhino.jstype">UnionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/UnknownType.html#canAssignTo(com.google.javascript.rhino.jstype.JSType)"><B>canAssignTo(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnknownType.html" title="class in com.google.javascript.rhino.jstype">UnknownType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/AllType.html#canBeCalled()"><B>canBeCalled()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/AllType.html" title="class in com.google.javascript.rhino.jstype">AllType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html#canBeCalled()"><B>canBeCalled()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html" title="class in com.google.javascript.rhino.jstype">EnumElementType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#canBeCalled()"><B>canBeCalled()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#canBeCalled()"><B>canBeCalled()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>This predicate is used to test whether a given type can be used as the
'function' in a function call.
<DT><A HREF="./com/google/javascript/rhino/jstype/UnionType.html#canBeCalled()"><B>canBeCalled()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnionType.html" title="class in com.google.javascript.rhino.jstype">UnionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/UnknownType.html#canBeCalled()"><B>canBeCalled()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnknownType.html" title="class in com.google.javascript.rhino.jstype">UnknownType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#canPropertyBeDefined(com.google.javascript.rhino.jstype.JSType, java.lang.String)"><B>canPropertyBeDefined(JSType, String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Returns whether the given property can possibly be set on the given type.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#canTestForEqualityWith(com.google.javascript.rhino.jstype.JSType)"><B>canTestForEqualityWith(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Tests whether <code>this</code> and <code>that</code> are meaningfully
comparable.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#canTestForShallowEqualityWith(com.google.javascript.rhino.jstype.JSType)"><B>canTestForShallowEqualityWith(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Tests whether <code>this</code> and <code>that</code> are meaningfully
comparable using shallow comparison.
<DT><A HREF="./com/google/javascript/rhino/Token.html#CASE"><B>CASE</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/jscomp/regex/CaseCanonicalize.html#CASE_SENSITIVE"><B>CASE_SENSITIVE</B></A> -
Static variable in class com.google.javascript.jscomp.regex.<A HREF="./com/google/javascript/jscomp/regex/CaseCanonicalize.html" title="class in com.google.javascript.jscomp.regex">CaseCanonicalize</A>
<DD>Set of code units that are case-insensitively equivalent to some other
code unit according to the EcmaScript
<a href="http://es5.github.com/#Canonicalize">Canonicalize</a> operation
described in section 15.10.2.8.
<DT><A HREF="./com/google/javascript/rhino/jstype/Visitor.html#caseAllType()"><B>caseAllType()</B></A> -
Method in interface com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/Visitor.html" title="interface in com.google.javascript.rhino.jstype">Visitor</A>
<DD>All type's case.
<DT><A HREF="./com/google/javascript/rhino/jstype/Visitor.html#caseBooleanType()"><B>caseBooleanType()</B></A> -
Method in interface com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/Visitor.html" title="interface in com.google.javascript.rhino.jstype">Visitor</A>
<DD>Boolean value type's case.
<DT><A HREF="./com/google/javascript/jscomp/regex/CaseCanonicalize.html" title="class in com.google.javascript.jscomp.regex"><B>CaseCanonicalize</B></A> - Class in <A HREF="./com/google/javascript/jscomp/regex/package-summary.html">com.google.javascript.jscomp.regex</A><DD>Implements the EcmaScript 5
<a href="http://es5.github.com/#Canonicalize">Canonicalize</a> operation
used to specify how case-insensitive regular expressions match.<DT><A HREF="./com/google/javascript/jscomp/regex/CaseCanonicalize.html#caseCanonicalize(java.lang.String)"><B>caseCanonicalize(String)</B></A> -
Static method in class com.google.javascript.jscomp.regex.<A HREF="./com/google/javascript/jscomp/regex/CaseCanonicalize.html" title="class in com.google.javascript.jscomp.regex">CaseCanonicalize</A>
<DD>Returns the case canonical version of the given string.
<DT><A HREF="./com/google/javascript/jscomp/regex/CaseCanonicalize.html#caseCanonicalize(char)"><B>caseCanonicalize(char)</B></A> -
Static method in class com.google.javascript.jscomp.regex.<A HREF="./com/google/javascript/jscomp/regex/CaseCanonicalize.html" title="class in com.google.javascript.jscomp.regex">CaseCanonicalize</A>
<DD>Returns the case canonical version of the given code-unit.
<DT><A HREF="./com/google/javascript/rhino/jstype/Visitor.html#caseEnumElementType(com.google.javascript.rhino.jstype.EnumElementType)"><B>caseEnumElementType(EnumElementType)</B></A> -
Method in interface com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/Visitor.html" title="interface in com.google.javascript.rhino.jstype">Visitor</A>
<DD>Enum element type's case.
<DT><A HREF="./com/google/javascript/rhino/jstype/Visitor.html#caseFunctionType(com.google.javascript.rhino.jstype.FunctionType)"><B>caseFunctionType(FunctionType)</B></A> -
Method in interface com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/Visitor.html" title="interface in com.google.javascript.rhino.jstype">Visitor</A>
<DD>Function type's case.
<DT><A HREF="./com/google/javascript/rhino/IR.html#caseNode(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>caseNode(Node, Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/Visitor.html#caseNoObjectType()"><B>caseNoObjectType()</B></A> -
Method in interface com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/Visitor.html" title="interface in com.google.javascript.rhino.jstype">Visitor</A>
<DD>Bottom Object type's case.
<DT><A HREF="./com/google/javascript/rhino/jstype/Visitor.html#caseNoType()"><B>caseNoType()</B></A> -
Method in interface com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/Visitor.html" title="interface in com.google.javascript.rhino.jstype">Visitor</A>
<DD>Bottom type's case.
<DT><A HREF="./com/google/javascript/rhino/jstype/Visitor.html#caseNullType()"><B>caseNullType()</B></A> -
Method in interface com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/Visitor.html" title="interface in com.google.javascript.rhino.jstype">Visitor</A>
<DD>Null type's case.
<DT><A HREF="./com/google/javascript/rhino/jstype/Visitor.html#caseNumberType()"><B>caseNumberType()</B></A> -
Method in interface com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/Visitor.html" title="interface in com.google.javascript.rhino.jstype">Visitor</A>
<DD>Number value type's case.
<DT><A HREF="./com/google/javascript/rhino/jstype/Visitor.html#caseObjectType(com.google.javascript.rhino.jstype.ObjectType)"><B>caseObjectType(ObjectType)</B></A> -
Method in interface com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/Visitor.html" title="interface in com.google.javascript.rhino.jstype">Visitor</A>
<DD>Object type's case.
<DT><A HREF="./com/google/javascript/rhino/jstype/Visitor.html#caseStringType()"><B>caseStringType()</B></A> -
Method in interface com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/Visitor.html" title="interface in com.google.javascript.rhino.jstype">Visitor</A>
<DD>String value type's case.
<DT><A HREF="./com/google/javascript/rhino/jstype/Visitor.html#caseUnionType(com.google.javascript.rhino.jstype.UnionType)"><B>caseUnionType(UnionType)</B></A> -
Method in interface com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/Visitor.html" title="interface in com.google.javascript.rhino.jstype">Visitor</A>
<DD>Union type's case.
<DT><A HREF="./com/google/javascript/rhino/jstype/Visitor.html#caseUnknownType()"><B>caseUnknownType()</B></A> -
Method in interface com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/Visitor.html" title="interface in com.google.javascript.rhino.jstype">Visitor</A>
<DD>Unknown type's case.
<DT><A HREF="./com/google/javascript/rhino/jstype/Visitor.html#caseVoidType()"><B>caseVoidType()</B></A> -
Method in interface com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/Visitor.html" title="interface in com.google.javascript.rhino.jstype">Visitor</A>
<DD>Void type's case.
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#cast(com.google.javascript.rhino.jstype.JSType)"><B>cast(JSType)</B></A> -
Static method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>A null-safe version of JSType#toObjectType.
<DT><A HREF="./com/google/javascript/rhino/Token.html#CATCH"><B>CATCH</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/IR.html#catchNode(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>catchNode(Node, Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/PerformanceTracker.Stats.html#changes"><B>changes</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/PerformanceTracker.Stats.html" title="class in com.google.javascript.jscomp">PerformanceTracker.Stats</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.PlaceholderReference.html#charAt(int)"><B>charAt(int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.PlaceholderReference.html" title="class in com.google.javascript.jscomp">JsMessage.PlaceholderReference</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#check()"><B>check()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/TypeCheck.html#check(com.google.javascript.rhino.Node, boolean)"><B>check(Node, boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/TypeCheck.html" title="class in com.google.javascript.jscomp">TypeCheck</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html#CHECK_PROVIDES"><B>CHECK_PROVIDES</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html" title="class in com.google.javascript.jscomp">DiagnosticGroups</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html#CHECK_REGEXP"><B>CHECK_REGEXP</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html" title="class in com.google.javascript.jscomp">DiagnosticGroups</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html#CHECK_TYPES"><B>CHECK_TYPES</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html" title="class in com.google.javascript.jscomp">DiagnosticGroups</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html#CHECK_USELESS_CODE"><B>CHECK_USELESS_CODE</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html" title="class in com.google.javascript.jscomp">DiagnosticGroups</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html#CHECK_VARIABLES"><B>CHECK_VARIABLES</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html" title="class in com.google.javascript.jscomp">DiagnosticGroups</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#checkControlStructures"><B>checkControlStructures</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Checks for invalid control structures
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#CHECKED_UNKNOWN_TYPE"><B>CHECKED_UNKNOWN_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.html#checkForCallingConventionDefiningCalls(com.google.javascript.rhino.Node, java.util.Map)"><B>checkForCallingConventionDefiningCalls(Node, Map&lt;String, String&gt;)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.html" title="interface in com.google.javascript.jscomp">CodingConvention</A>
<DD>Checks for function calls that set the calling conventions on delegate
methods.
<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html#checkForCallingConventionDefiningCalls(com.google.javascript.rhino.Node, java.util.Map)"><B>checkForCallingConventionDefiningCalls(Node, Map&lt;String, String&gt;)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp">CodingConventions.Proxy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#checkGlobalNamesLevel"><B>checkGlobalNamesLevel</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#checkGlobalThisLevel"><B>checkGlobalThisLevel</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CheckLevel.html" title="enum in com.google.javascript.jscomp"><B>CheckLevel</B></A> - Enum in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Controls checking levels of certain options.<DT><A HREF="./com/google/javascript/jscomp/CheckLevelLegacy.html" title="enum in com.google.javascript.jscomp"><B>CheckLevelLegacy</B></A> - Enum in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Enum used in flags to control the behavior of JS compiler checks.<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#checkMissingGetCssNameBlacklist"><B>checkMissingGetCssNameBlacklist</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Regex of string literals that may only appear in goog.getCssName arguments.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#checkMissingGetCssNameLevel"><B>checkMissingGetCssNameLevel</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#checkMissingReturn"><B>checkMissingReturn</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#checkProvides"><B>checkProvides</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#checkRequires"><B>checkRequires</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Checks for missing goog.require() calls
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#checkSuspiciousCode"><B>checkSuspiciousCode</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Checks for suspicious statements that have no effect
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#checkSymbols"><B>checkSymbols</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Checks that all symbols are defined
<DT><A HREF="./com/google/javascript/rhino/Node.html#checkTreeEquals(com.google.javascript.rhino.Node)"><B>checkTreeEquals(Node)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Checks if the subtree under this node is the same as another subtree.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#checkTypes"><B>checkTypes</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Checks types on expressions
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#checkUnreachableCode"><B>checkUnreachableCode</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/regex/RegExpTree.html#children()"><B>children()</B></A> -
Method in class com.google.javascript.jscomp.regex.<A HREF="./com/google/javascript/jscomp/regex/RegExpTree.html" title="class in com.google.javascript.jscomp.regex">RegExpTree</A>
<DD>The children of this node.
<DT><A HREF="./com/google/javascript/rhino/Node.html#children()"><B>children()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Return an iterable object that iterates over this nodes's children.
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html#childrenSize()"><B>childrenSize()</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html" title="class in com.google.javascript.jscomp.jsonml">JsonML</A>
<DD>Returns number of the children.
<DT><A HREF="./com/google/javascript/jscomp/deps/DepsGenerator.html#cleanUpDuplicatedFiles(java.util.Map, java.util.Map)"><B>cleanUpDuplicatedFiles(Map&lt;String, DependencyInfo&gt;, Map&lt;String, DependencyInfo&gt;)</B></A> -
Method in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/DepsGenerator.html" title="class in com.google.javascript.jscomp.deps">DepsGenerator</A>
<DD>Removes duplicated depsInfo from jsFiles if this info already present in
some of the parsed deps.js
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html#clear()"><B>clear()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html#clear()"><B>clear()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#clear()"><B>clear()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#clear()"><B>clear()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html#clear()"><B>clear()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#clear()"><B>clear()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.SideEffectFlags.html#clearAllFlags()"><B>clearAllFlags()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.SideEffectFlags.html" title="class in com.google.javascript.rhino">Node.SideEffectFlags</A>
<DD>No side-effects occur and the returned results are local.
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#clearAppNameSetter()"><B>clearAppNameSetter()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerInput.html#clearAst()"><B>clearAst()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerInput.html" title="class in com.google.javascript.jscomp">CompilerInput</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JsAst.html#clearAst()"><B>clearAst()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsAst.html" title="class in com.google.javascript.jscomp">JsAst</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonMLAst.html#clearAst()"><B>clearAst()</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonMLAst.html" title="class in com.google.javascript.jscomp.jsonml">JsonMLAst</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SourceAst.html#clearAst()"><B>clearAst()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceAst.html" title="interface in com.google.javascript.jscomp">SourceAst</A>
<DD>Removes any references to root node of the AST.
<DT><A HREF="./com/google/javascript/jscomp/SyntheticAst.html#clearAst()"><B>clearAst()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SyntheticAst.html" title="class in com.google.javascript.jscomp">SyntheticAst</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JSModule.html#clearAsts()"><B>clearAsts()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModule.html" title="class in com.google.javascript.jscomp">JSModule</A>
<DD>Removes any references to nodes of the AST.
<DT><A HREF="./com/google/javascript/jscomp/JSSourceFile.html#clearCachedSource()"><B>clearCachedSource()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSSourceFile.html" title="class in com.google.javascript.jscomp">JSSourceFile</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.html#clearCachedSource()"><B>clearCachedSource()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.html" title="class in com.google.javascript.jscomp">SourceFile</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#clearCachedValues()"><B>clearCachedValues()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#clearCachedValues()"><B>clearCachedValues()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>Clear cached values.
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html#clearChildren()"><B>clearChildren()</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html" title="class in com.google.javascript.jscomp.jsonml">JsonML</A>
<DD>Removes all elements from the list of children.
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html#clearColumnPosition()"><B>clearColumnPosition()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html#clearColumnPosition()"><B>clearColumnPosition()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#clearCompiledSource()"><B>clearCompiledSource()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html#clearCompiledSource()"><B>clearCompiledSource()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#clearDeclarationToRemove()"><B>clearDeclarationToRemove()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/Graph.html#clearEdgeAnnotations()"><B>clearEdgeAnnotations()</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/Graph.html" title="class in com.google.javascript.jscomp.graph">Graph</A>
<DD>Makes each edge's annotation null.
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#clearEntry()"><B>clearEntry()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#clearId()"><B>clearId()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html#clearIdentifier()"><B>clearIdentifier()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#clearInit()"><B>clearInit()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html#clearLineNumber()"><B>clearLineNumber()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html#clearLineNumber()"><B>clearLineNumber()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#clearLineNumber()"><B>clearLineNumber()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#clearModule()"><B>clearModule()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#clearModuleName()"><B>clearModuleName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#clearName()"><B>clearName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html#clearName()"><B>clearName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#clearNamedTypes()"><B>clearNamedTypes()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Flushes out the current resolved and unresovled Named Types from
the type registry.
<DT><A HREF="./com/google/javascript/jscomp/graph/AdjacencyGraph.html#clearNodeAnnotations()"><B>clearNodeAnnotations()</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/AdjacencyGraph.html" title="interface in com.google.javascript.jscomp.graph">AdjacencyGraph</A>
<DD>Makes each node's annotation null.
<DT><A HREF="./com/google/javascript/jscomp/graph/Graph.html#clearNodeAnnotations()"><B>clearNodeAnnotations()</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/Graph.html" title="class in com.google.javascript.jscomp.graph">Graph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html#clearOriginalFile()"><B>clearOriginalFile()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html#clearOriginalMapping()"><B>clearOriginalMapping()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#clearReportCall()"><B>clearReportCall()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#clearReportDefined()"><B>clearReportDefined()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#clearReportExit()"><B>clearReportExit()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#clearResolved()"><B>clearResolved()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Clears the resolved field.
<DT><A HREF="./com/google/javascript/rhino/Node.SideEffectFlags.html#clearSideEffectFlags()"><B>clearSideEffectFlags()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.SideEffectFlags.html" title="class in com.google.javascript.rhino">Node.SideEffectFlags</A>
<DD>Preserve the return result flag, but clear the others:
no global state change, no throws, no this change, no arguments change
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#clearSize()"><B>clearSize()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#clearSourceName()"><B>clearSourceName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#clearTemplateTypeName()"><B>clearTemplateTypeName()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Clears the template type name.
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html#clone()"><B>clone()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html#clone()"><B>clone()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#clone()"><B>clone()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#clone()"><B>clone()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#clone()"><B>clone()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html#clone()"><B>clone()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#clone()"><B>clone()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#cloneNode()"><B>cloneNode()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#clonePropsFrom(com.google.javascript.rhino.Node)"><B>clonePropsFrom(Node)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Clone the properties from the provided node without copying
the property object.
<DT><A HREF="./com/google/javascript/rhino/Node.html#cloneTree()"><B>cloneTree()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html" title="class in com.google.javascript.jscomp"><B>ClosureCodingConvention</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>This describes the Closure-specific JavaScript coding conventions.<DT><A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html#ClosureCodingConvention()"><B>ClosureCodingConvention()</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html" title="class in com.google.javascript.jscomp">ClosureCodingConvention</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html#ClosureCodingConvention(com.google.javascript.jscomp.CodingConvention)"><B>ClosureCodingConvention(CodingConvention)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html" title="class in com.google.javascript.jscomp">ClosureCodingConvention</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#closurePass"><B>closurePass</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Processes goog.provide() and goog.require() calls
<DT><A HREF="./com/google/javascript/jscomp/JSModuleGraph.html#coalesceDuplicateFiles()"><B>coalesceDuplicateFiles()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModuleGraph.html" title="class in com.google.javascript.jscomp">JSModuleGraph</A>
<DD>Replaces any files that are found multiple times with a single instance in
the closest parent module that is common to all modules where it appears.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#coalesceVariableNames"><B>coalesceVariableNames</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Merge two variables together as one.
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.html" title="interface in com.google.javascript.jscomp"><B>CodingConvention</B></A> - Interface in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>CodingConvention defines a set of hooks to customize the behavior of the
Compiler for a specific team/company.<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.AssertionFunctionSpec.html" title="class in com.google.javascript.jscomp"><B>CodingConvention.AssertionFunctionSpec</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>A function that will throw an exception when either:
-One or more of its parameters evaluate to false.<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.AssertionFunctionSpec.html#CodingConvention.AssertionFunctionSpec(java.lang.String)"><B>CodingConvention.AssertionFunctionSpec(String)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.AssertionFunctionSpec.html" title="class in com.google.javascript.jscomp">CodingConvention.AssertionFunctionSpec</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.AssertionFunctionSpec.html#CodingConvention.AssertionFunctionSpec(java.lang.String, com.google.javascript.rhino.jstype.JSTypeNative)"><B>CodingConvention.AssertionFunctionSpec(String, JSTypeNative)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.AssertionFunctionSpec.html" title="class in com.google.javascript.jscomp">CodingConvention.AssertionFunctionSpec</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.Bind.html" title="class in com.google.javascript.jscomp"><B>CodingConvention.Bind</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.Bind.html#CodingConvention.Bind(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>CodingConvention.Bind(Node, Node, Node)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.Bind.html" title="class in com.google.javascript.jscomp">CodingConvention.Bind</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.DelegateRelationship.html" title="class in com.google.javascript.jscomp"><B>CodingConvention.DelegateRelationship</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Delegates provides a mechanism and structure for identifying where classes
can call out to optional code to augment their functionality.<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.ObjectLiteralCast.html" title="class in com.google.javascript.jscomp"><B>CodingConvention.ObjectLiteralCast</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>An object literal cast provides a mechanism to cast object literals to
other types without a warning.<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.SubclassRelationship.html" title="class in com.google.javascript.jscomp"><B>CodingConvention.SubclassRelationship</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.SubclassRelationship.html#CodingConvention.SubclassRelationship(com.google.javascript.jscomp.CodingConvention.SubclassType, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>CodingConvention.SubclassRelationship(CodingConvention.SubclassType, Node, Node)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.SubclassRelationship.html" title="class in com.google.javascript.jscomp">CodingConvention.SubclassRelationship</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.SubclassType.html" title="enum in com.google.javascript.jscomp"><B>CodingConvention.SubclassType</B></A> - Enum in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.html" title="class in com.google.javascript.jscomp"><B>CodingConventions</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Helper classes for dealing with coding conventions.<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp"><B>CodingConventions.Proxy</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>A convention that wraps another.<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html#CodingConventions.Proxy(com.google.javascript.jscomp.CodingConvention)"><B>CodingConventions.Proxy(CodingConvention)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp">CodingConventions.Proxy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#collapseAnonymousFunctions"><B>collapseAnonymousFunctions</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Collapses anonymous function declarations into named function
declarations
<DT><A HREF="./com/google/javascript/jscomp/deps/PathUtil.html#collapseDots(java.lang.String)"><B>collapseDots(String)</B></A> -
Static method in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/PathUtil.html" title="class in com.google.javascript.jscomp.deps">PathUtil</A>
<DD>Removes all ../ and ./ entries from within the given path.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#collapseProperties"><B>collapseProperties</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Flattens multi-level property names (e.g.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#collapseUnion()"><B>collapseUnion()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Gets the least supertype of this that's not a union.
<DT><A HREF="./com/google/javascript/rhino/jstype/UnionType.html#collapseUnion()"><B>collapseUnion()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnionType.html" title="class in com.google.javascript.rhino.jstype">UnionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#collapseVariableDeclarations"><B>collapseVariableDeclarations</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Collapses multiple variable declarations into one
<DT><A HREF="./com/google/javascript/rhino/Token.html#COLON"><B>COLON</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphColoring.html#color()"><B>color()</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphColoring.html" title="class in com.google.javascript.jscomp.graph">GraphColoring</A>
<DD>Annotates the graph with <A HREF="./com/google/javascript/jscomp/graph/GraphColoring.Color.html" title="class in com.google.javascript.jscomp.graph"><CODE>GraphColoring.Color</CODE></A> objects using
<A HREF="./com/google/javascript/jscomp/graph/Annotatable.html#setAnnotation(com.google.javascript.jscomp.graph.Annotation)"><CODE>Annotatable.setAnnotation(Annotation)</CODE></A>.
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphColoring.GreedyGraphColoring.html#color()"><B>color()</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphColoring.GreedyGraphColoring.html" title="class in com.google.javascript.jscomp.graph">GraphColoring.GreedyGraphColoring</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphColoring.html#colorToNodeMap"><B>colorToNodeMap</B></A> -
Variable in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphColoring.html" title="class in com.google.javascript.jscomp.graph">GraphColoring</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#COLUMN_BITS"><B>COLUMN_BITS</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>COLUMN_BITS represents how many of the lower-order bits of
sourcePosition are reserved for storing the column number.
<DT><A HREF="./com/google/javascript/rhino/Node.html#COLUMN_MASK"><B>COLUMN_MASK</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>COLUMN_MASK stores a value where bits storing the column number
are set, and bits storing the line are not set.
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#COLUMN_POSITION_FIELD_NUMBER"><B>COLUMN_POSITION_FIELD_NUMBER</B></A> -
Static variable in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#COLUMN_POSITION_FIELD_NUMBER"><B>COLUMN_POSITION_FIELD_NUMBER</B></A> -
Static variable in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/package-summary.html"><B>com.google.debugging.sourcemap</B></A> - package com.google.debugging.sourcemap<DD>Provides utilities to the creation and use of source maps.<DT><A HREF="./com/google/debugging/sourcemap/proto/package-summary.html"><B>com.google.debugging.sourcemap.proto</B></A> - package com.google.debugging.sourcemap.proto<DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/package-summary.html"><B>com.google.javascript.jscomp</B></A> - package com.google.javascript.jscomp<DD>Provides the core compiler and its public API.<DT><A HREF="./com/google/javascript/jscomp/ant/package-summary.html"><B>com.google.javascript.jscomp.ant</B></A> - package com.google.javascript.jscomp.ant<DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/deps/package-summary.html"><B>com.google.javascript.jscomp.deps</B></A> - package com.google.javascript.jscomp.deps<DD>Analyzes information about dependencies between files.<DT><A HREF="./com/google/javascript/jscomp/graph/package-summary.html"><B>com.google.javascript.jscomp.graph</B></A> - package com.google.javascript.jscomp.graph<DD>Provides graph data structures and algorithms for coloring and fixed-point
computations.<DT><A HREF="./com/google/javascript/jscomp/jsonml/package-summary.html"><B>com.google.javascript.jscomp.jsonml</B></A> - package com.google.javascript.jscomp.jsonml<DD>Provides the classes to support JsonML format and secure compiler.<DT><A HREF="./com/google/javascript/jscomp/parsing/package-summary.html"><B>com.google.javascript.jscomp.parsing</B></A> - package com.google.javascript.jscomp.parsing<DD>Provides utilities to help with parsing JSDoc annotations and performing AST
transformations.<DT><A HREF="./com/google/javascript/jscomp/regex/package-summary.html"><B>com.google.javascript.jscomp.regex</B></A> - package com.google.javascript.jscomp.regex<DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/testing/package-summary.html"><B>com.google.javascript.jscomp.testing</B></A> - package com.google.javascript.jscomp.testing<DD>&nbsp;<DT><A HREF="./com/google/javascript/rhino/package-summary.html"><B>com.google.javascript.rhino</B></A> - package com.google.javascript.rhino<DD>The core AST from <a href="http://www.mozilla.org/rhino/">Rhino</a>.<DT><A HREF="./com/google/javascript/rhino/jstype/package-summary.html"><B>com.google.javascript.rhino.jstype</B></A> - package com.google.javascript.rhino.jstype<DD>Provides abstractions to represent types in JavaScript.<DT><A HREF="./com/google/javascript/rhino/testing/package-summary.html"><B>com.google.javascript.rhino.testing</B></A> - package com.google.javascript.rhino.testing<DD>&nbsp;<DT><A HREF="./com/google/javascript/rhino/IR.html#comma(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>comma(Node, Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#COMMA"><B>COMMA</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/jscomp/CommandLineRunner.html" title="class in com.google.javascript.jscomp"><B>CommandLineRunner</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>CommandLineRunner translates flags into Java API calls on the Compiler.<DT><A HREF="./com/google/javascript/jscomp/CommandLineRunner.html#CommandLineRunner(java.lang.String[])"><B>CommandLineRunner(String[])</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CommandLineRunner.html" title="class in com.google.javascript.jscomp">CommandLineRunner</A>
<DD>Create a new command-line runner.
<DT><A HREF="./com/google/javascript/jscomp/CommandLineRunner.html#CommandLineRunner(java.lang.String[], java.io.PrintStream, java.io.PrintStream)"><B>CommandLineRunner(String[], PrintStream, PrintStream)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CommandLineRunner.html" title="class in com.google.javascript.jscomp">CommandLineRunner</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonMLUtil.html#compare(com.google.javascript.jscomp.jsonml.JsonML, com.google.javascript.jscomp.jsonml.JsonML)"><B>compare(JsonML, JsonML)</B></A> -
Static method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonMLUtil.html" title="class in com.google.javascript.jscomp.jsonml">JsonMLUtil</A>
<DD>Compares two specified JsonML trees.
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticType.html#compareTo(com.google.javascript.jscomp.DiagnosticType)"><B>compareTo(DiagnosticType)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticType.html" title="class in com.google.javascript.jscomp">DiagnosticType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilationLevel.html" title="enum in com.google.javascript.jscomp"><B>CompilationLevel</B></A> - Enum in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>A CompilationLevel represents the level of optimization that should be
applied when compiling JavaScript code.<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#compile(com.google.javascript.jscomp.SourceFile, com.google.javascript.jscomp.SourceFile, com.google.javascript.jscomp.CompilerOptions)"><B>compile(SourceFile, SourceFile, CompilerOptions)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#compile(com.google.javascript.jscomp.SourceFile, com.google.javascript.jscomp.JSSourceFile[], com.google.javascript.jscomp.CompilerOptions)"><B>compile(SourceFile, JSSourceFile[], CompilerOptions)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#compile(com.google.javascript.jscomp.JSSourceFile, com.google.javascript.jscomp.JSModule[], com.google.javascript.jscomp.CompilerOptions)"><B>compile(JSSourceFile, JSModule[], CompilerOptions)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#compile(com.google.javascript.jscomp.JSSourceFile[], com.google.javascript.jscomp.JSSourceFile[], com.google.javascript.jscomp.CompilerOptions)"><B>compile(JSSourceFile[], JSSourceFile[], CompilerOptions)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Compiles a list of inputs.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#compile(java.util.List, java.util.List, com.google.javascript.jscomp.CompilerOptions)"><B>compile(List&lt;T1&gt;, List&lt;T2&gt;, CompilerOptions)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Compiles a list of inputs.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#compile(com.google.javascript.jscomp.JSSourceFile[], com.google.javascript.jscomp.JSModule[], com.google.javascript.jscomp.CompilerOptions)"><B>compile(JSSourceFile[], JSModule[], CompilerOptions)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Compiles a list of modules.
<DT><A HREF="./com/google/javascript/jscomp/jsonml/SecureCompiler.html#compile(com.google.javascript.jscomp.jsonml.JsonML)"><B>compile(JsonML)</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/SecureCompiler.html" title="class in com.google.javascript.jscomp.jsonml">SecureCompiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#COMPILED_SOURCE_FIELD_NUMBER"><B>COMPILED_SOURCE_FIELD_NUMBER</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html#COMPILED_SOURCE_FIELD_NUMBER"><B>COMPILED_SOURCE_FIELD_NUMBER</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#compileModules(java.util.List, java.util.List, com.google.javascript.jscomp.CompilerOptions)"><B>compileModules(List&lt;T&gt;, List&lt;JSModule&gt;, CompilerOptions)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Compiles a list of modules.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp"><B>Compiler</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Compiler (and the other classes in this package) does the following:
parses JS code
checks for undefined variables
performs optimizations such as constant folding and constants inlining
renames variables (to short names)
outputs compact javascript code
External variables are declared in 'externs' files.<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#Compiler()"><B>Compiler()</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Creates a Compiler that reports errors and warnings to its logger.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#Compiler(java.io.PrintStream)"><B>Compiler(PrintStream)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Creates n Compiler that reports errors and warnings to an output
stream.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#Compiler(com.google.javascript.jscomp.ErrorManager)"><B>Compiler(ErrorManager)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Creates a Compiler that uses a custom error manager.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.CodeBuilder.html" title="class in com.google.javascript.jscomp"><B>Compiler.CodeBuilder</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Stores a buffer of text to which more can be appended.<DT><A HREF="./com/google/javascript/jscomp/Compiler.CodeBuilder.html#Compiler.CodeBuilder()"><B>Compiler.CodeBuilder()</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.CodeBuilder.html" title="class in com.google.javascript.jscomp">Compiler.CodeBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.IntermediateState.html" title="class in com.google.javascript.jscomp"><B>Compiler.IntermediateState</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Stores the internal compiler state just before optimization is performed.<DT><A HREF="./com/google/javascript/jscomp/CompilerInput.html" title="class in com.google.javascript.jscomp"><B>CompilerInput</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>A class for the internal representation of an input to the compiler.<DT><A HREF="./com/google/javascript/jscomp/CompilerInput.html#CompilerInput(com.google.javascript.jscomp.SourceAst)"><B>CompilerInput(SourceAst)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerInput.html" title="class in com.google.javascript.jscomp">CompilerInput</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerInput.html#CompilerInput(com.google.javascript.jscomp.SourceAst, boolean)"><B>CompilerInput(SourceAst, boolean)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerInput.html" title="class in com.google.javascript.jscomp">CompilerInput</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerInput.html#CompilerInput(com.google.javascript.jscomp.SourceAst, java.lang.String, boolean)"><B>CompilerInput(SourceAst, String, boolean)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerInput.html" title="class in com.google.javascript.jscomp">CompilerInput</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerInput.html#CompilerInput(com.google.javascript.jscomp.SourceAst, com.google.javascript.rhino.InputId, boolean)"><B>CompilerInput(SourceAst, InputId, boolean)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerInput.html" title="class in com.google.javascript.jscomp">CompilerInput</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerInput.html#CompilerInput(com.google.javascript.jscomp.SourceFile)"><B>CompilerInput(SourceFile)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerInput.html" title="class in com.google.javascript.jscomp">CompilerInput</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerInput.html#CompilerInput(com.google.javascript.jscomp.SourceFile, boolean)"><B>CompilerInput(SourceFile, boolean)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerInput.html" title="class in com.google.javascript.jscomp">CompilerInput</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp"><B>CompilerOptions</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Compiler options<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#CompilerOptions()"><B>CompilerOptions()</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Initializes compiler options.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.AliasTransformation.html" title="interface in com.google.javascript.jscomp"><B>CompilerOptions.AliasTransformation</B></A> - Interface in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>A Role Specific Interface for the JsCompiler to report aliases used to
change the code during a compile.<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.AliasTransformationHandler.html" title="interface in com.google.javascript.jscomp"><B>CompilerOptions.AliasTransformationHandler</B></A> - Interface in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>A Role Specific Interface for JsCompiler that represents a data holder
object which is used to store goog.scope alias code changes to code made
during a compile.<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.LanguageMode.html" title="enum in com.google.javascript.jscomp"><B>CompilerOptions.LanguageMode</B></A> - Enum in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>When to do the extra sanity checks<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.Reach.html" title="enum in com.google.javascript.jscomp"><B>CompilerOptions.Reach</B></A> - Enum in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.TracerMode.html" title="enum in com.google.javascript.jscomp"><B>CompilerOptions.TracerMode</B></A> - Enum in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.TweakProcessing.html" title="enum in com.google.javascript.jscomp"><B>CompilerOptions.TweakProcessing</B></A> - Enum in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/CompilerPass.html" title="interface in com.google.javascript.jscomp"><B>CompilerPass</B></A> - Interface in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Interface for classes that can compile JS.<DT><A HREF="./com/google/javascript/jscomp/ant/CompileTask.html" title="class in com.google.javascript.jscomp.ant"><B>CompileTask</B></A> - Class in <A HREF="./com/google/javascript/jscomp/ant/package-summary.html">com.google.javascript.jscomp.ant</A><DD>This class implements a simple Ant task to do almost the same as
CommandLineRunner.<DT><A HREF="./com/google/javascript/jscomp/ant/CompileTask.html#CompileTask()"><B>CompileTask()</B></A> -
Constructor for class com.google.javascript.jscomp.ant.<A HREF="./com/google/javascript/jscomp/ant/CompileTask.html" title="class in com.google.javascript.jscomp.ant">CompileTask</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ComposeWarningsGuard.html" title="class in com.google.javascript.jscomp"><B>ComposeWarningsGuard</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>WarningsGuard that represents just a chain of other guards.<DT><A HREF="./com/google/javascript/jscomp/ComposeWarningsGuard.html#ComposeWarningsGuard(java.util.List)"><B>ComposeWarningsGuard(List&lt;WarningsGuard&gt;)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ComposeWarningsGuard.html" title="class in com.google.javascript.jscomp">ComposeWarningsGuard</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ComposeWarningsGuard.html#ComposeWarningsGuard(com.google.javascript.jscomp.WarningsGuard...)"><B>ComposeWarningsGuard(WarningsGuard...)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ComposeWarningsGuard.html" title="class in com.google.javascript.jscomp">ComposeWarningsGuard</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphReachability.html#compute(N)"><B>compute(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphReachability.html" title="class in com.google.javascript.jscomp.graph">GraphReachability</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/deps/DepsGenerator.html#computeDependencyCalls()"><B>computeDependencyCalls()</B></A> -
Method in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/DepsGenerator.html" title="class in com.google.javascript.jscomp.deps">DepsGenerator</A>
<DD>Performs the parsing inputs and writing of outputs.
<DT><A HREF="./com/google/javascript/jscomp/graph/FixedPointGraphTraversal.html#computeFixedPoint(com.google.javascript.jscomp.graph.DiGraph)"><B>computeFixedPoint(DiGraph&lt;N, E&gt;)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/FixedPointGraphTraversal.html" title="class in com.google.javascript.jscomp.graph">FixedPointGraphTraversal</A>
<DD>Compute a fixed point for the given graph.
<DT><A HREF="./com/google/javascript/jscomp/graph/FixedPointGraphTraversal.html#computeFixedPoint(com.google.javascript.jscomp.graph.DiGraph, N)"><B>computeFixedPoint(DiGraph&lt;N, E&gt;, N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/FixedPointGraphTraversal.html" title="class in com.google.javascript.jscomp.graph">FixedPointGraphTraversal</A>
<DD>Compute a fixed point for the given graph, entering from the given node.
<DT><A HREF="./com/google/javascript/jscomp/graph/FixedPointGraphTraversal.html#computeFixedPoint(com.google.javascript.jscomp.graph.DiGraph, java.util.Set)"><B>computeFixedPoint(DiGraph&lt;N, E&gt;, Set&lt;N&gt;)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/FixedPointGraphTraversal.html" title="class in com.google.javascript.jscomp.graph">FixedPointGraphTraversal</A>
<DD>Compute a fixed point for the given graph, entering from the given nodes.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#computeFunctionSideEffects"><B>computeFunctionSideEffects</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Use @nosideeffects annotations, function bodies and name graph
to determine if calls have side effects.
<DT><A HREF="./com/google/javascript/jscomp/parsing/Config.html" title="class in com.google.javascript.jscomp.parsing"><B>Config</B></A> - Class in <A HREF="./com/google/javascript/jscomp/parsing/package-summary.html">com.google.javascript.jscomp.parsing</A><DD>Configuration for the AST factory.<DT><A HREF="./com/google/javascript/jscomp/parsing/Config.LanguageMode.html" title="enum in com.google.javascript.jscomp.parsing"><B>Config.LanguageMode</B></A> - Enum in <A HREF="./com/google/javascript/jscomp/parsing/package-summary.html">com.google.javascript.jscomp.parsing</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/graph/Graph.html#connect(N, E, N)"><B>connect(N, E, N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/Graph.html" title="class in com.google.javascript.jscomp.graph">Graph</A>
<DD>Connects two nodes in the graph with an edge.
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#connect(N, E, N)"><B>connect(N, E, N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html#connect(N, E, N)"><B>connect(N, E, N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/Graph.html#connectIfNotFound(N, E, N)"><B>connectIfNotFound(N, E, N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/Graph.html" title="class in com.google.javascript.jscomp.graph">Graph</A>
<DD>Connects two nodes in the graph with an edge if such edge does not already
exists between the nodes.
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html#CONST"><B>CONST</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html" title="class in com.google.javascript.jscomp">DiagnosticGroups</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#CONST"><B>CONST</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html#CONSTANT_PROPERTY"><B>CONSTANT_PROPERTY</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html" title="class in com.google.javascript.jscomp">DiagnosticGroups</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/BooleanLiteralSet.html#contains(boolean)"><B>contains(boolean)</B></A> -
Method in enum com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/BooleanLiteralSet.html" title="enum in com.google.javascript.rhino.jstype">BooleanLiteralSet</A>
<DD>Returns whether <code>this</code> contains the given literal value.
<DT><A HREF="./com/google/javascript/rhino/jstype/UnionType.html#contains(com.google.javascript.rhino.jstype.JSType)"><B>contains(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnionType.html" title="class in com.google.javascript.rhino.jstype">UnionType</A>
<DD>A <A HREF="./com/google/javascript/rhino/jstype/UnionType.html" title="class in com.google.javascript.rhino.jstype"><CODE>UnionType</CODE></A> contains a given type (alternate) iff the member
vector contains it.
<DT><A HREF="./com/google/javascript/jscomp/regex/RegExpTree.html#containsAnchor()"><B>containsAnchor()</B></A> -
Method in class com.google.javascript.jscomp.regex.<A HREF="./com/google/javascript/jscomp/regex/RegExpTree.html" title="class in com.google.javascript.jscomp.regex">RegExpTree</A>
<DD>True if the regular expression contains an anchor : <code>^</code> or <code>$</code>.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#containsDeclaration()"><B>containsDeclaration()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.html#containWarning(java.lang.String)"><B>containWarning(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.html" title="class in com.google.javascript.jscomp">WhitelistWarningsGuard</A>
<DD>Determines whether a given warning is included in the white-list.
<DT><A HREF="./com/google/javascript/rhino/Token.html#CONTINUE"><B>CONTINUE</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/IR.html#continueNode()"><B>continueNode()</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/IR.html#continueNode(com.google.javascript.rhino.Node)"><B>continueNode(Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#convertToDottedProperties"><B>convertToDottedProperties</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Converts quoted property accesses to dot syntax (a['b'] -> a.b)
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonMLAst.html#convertToJsonML()"><B>convertToJsonML()</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonMLAst.html" title="class in com.google.javascript.jscomp.jsonml">JsonMLAst</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionBuilder.html#copyFromOtherFunction(com.google.javascript.rhino.jstype.FunctionType)"><B>copyFromOtherFunction(FunctionType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionBuilder.html" title="class in com.google.javascript.rhino.jstype">FunctionBuilder</A>
<DD>Copies all the information from another function type.
<DT><A HREF="./com/google/javascript/rhino/Node.html#copyInformationFrom(com.google.javascript.rhino.Node)"><B>copyInformationFrom(Node)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Copies source file and name information from the other
node given to the current node.
<DT><A HREF="./com/google/javascript/rhino/Node.html#copyInformationFromForTree(com.google.javascript.rhino.Node)"><B>copyInformationFromForTree(Node)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Copies source file and name information from the other node to the
entire tree rooted at this node.
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#create()"><B>create()</B></A> -
Static method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html#create()"><B>create()</B></A> -
Static method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createAnonymousObjectType()"><B>createAnonymousObjectType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Create an anonymous object type.
<DT><A HREF="./com/google/javascript/jscomp/CommandLineRunner.html#createCompiler()"><B>createCompiler()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CommandLineRunner.html" title="class in com.google.javascript.jscomp">CommandLineRunner</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/parsing/ParserRunner.html#createConfig(boolean)"><B>createConfig(boolean)</B></A> -
Static method in class com.google.javascript.jscomp.parsing.<A HREF="./com/google/javascript/jscomp/parsing/ParserRunner.html" title="class in com.google.javascript.jscomp.parsing">ParserRunner</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/parsing/ParserRunner.html#createConfig(boolean, com.google.javascript.jscomp.parsing.Config.LanguageMode, boolean)"><B>createConfig(boolean, Config.LanguageMode, boolean)</B></A> -
Static method in class com.google.javascript.jscomp.parsing.<A HREF="./com/google/javascript/jscomp/parsing/ParserRunner.html" title="class in com.google.javascript.jscomp.parsing">ParserRunner</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/parsing/ParserRunner.html#createConfig(boolean, com.google.javascript.jscomp.parsing.Config.LanguageMode, boolean, java.util.Set)"><B>createConfig(boolean, Config.LanguageMode, boolean, Set&lt;String&gt;)</B></A> -
Static method in class com.google.javascript.jscomp.parsing.<A HREF="./com/google/javascript/jscomp/parsing/ParserRunner.html" title="class in com.google.javascript.jscomp.parsing">ParserRunner</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createConstructorType(com.google.javascript.rhino.jstype.JSType, com.google.javascript.rhino.jstype.JSType...)"><B>createConstructorType(JSType, JSType...)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Creates a function type which can act as a constructor.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createConstructorType(com.google.javascript.rhino.jstype.JSType, boolean, com.google.javascript.rhino.jstype.JSType...)"><B>createConstructorType(JSType, boolean, JSType...)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Creates a function type which can act as a constructor.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createConstructorType(java.lang.String, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node, com.google.javascript.rhino.jstype.JSType)"><B>createConstructorType(String, Node, Node, JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Creates a constructor function type.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createConstructorTypeWithVarArgs(com.google.javascript.rhino.jstype.JSType, com.google.javascript.rhino.jstype.JSType...)"><B>createConstructorTypeWithVarArgs(JSType, JSType...)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Creates a function type which can act as a constructor.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createDefaultObjectUnion(com.google.javascript.rhino.jstype.JSType)"><B>createDefaultObjectUnion(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Creates a type representing nullable values of the given type.
<DT><A HREF="./com/google/javascript/jscomp/ant/CompileTask.html#createDefine()"><B>createDefine()</B></A> -
Method in class com.google.javascript.jscomp.ant.<A HREF="./com/google/javascript/jscomp/ant/CompileTask.html" title="class in com.google.javascript.jscomp.ant">CompileTask</A>
<DD>Creates a new <code>&lt;define/&gt;</code> nested element.
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#createDelegateSuffix(java.lang.String)"><B>createDelegateSuffix(String)</B></A> -
Static method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>Creates a suffix for a proxy delegate.
<DT><A HREF="./com/google/javascript/jscomp/deps/DepsGenerator.html#createDepsFileParser()"><B>createDepsFileParser()</B></A> -
Method in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/DepsGenerator.html" title="class in com.google.javascript.jscomp.deps">DepsGenerator</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/DiGraph.html#createDirectedGraphNode(N)"><B>createDirectedGraphNode(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/DiGraph.html" title="class in com.google.javascript.jscomp.graph">DiGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#createDirectedGraphNode(N)"><B>createDirectedGraphNode(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createEnumType(java.lang.String, com.google.javascript.rhino.Node, com.google.javascript.rhino.jstype.JSType)"><B>createEnumType(String, Node, JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Creates an enum type.
<DT><A HREF="./com/google/javascript/jscomp/CommandLineRunner.html#createExterns()"><B>createExterns()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CommandLineRunner.html" title="class in com.google.javascript.jscomp">CommandLineRunner</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createFromTypeNodes(com.google.javascript.rhino.Node, java.lang.String, com.google.javascript.rhino.jstype.StaticScope)"><B>createFromTypeNodes(Node, String, StaticScope&lt;JSType&gt;)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Creates a JSType from the nodes representing a type.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createFunctionType(com.google.javascript.rhino.jstype.JSType, com.google.javascript.rhino.jstype.JSType...)"><B>createFunctionType(JSType, JSType...)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Creates a function type.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createFunctionType(com.google.javascript.rhino.jstype.JSType, java.util.List)"><B>createFunctionType(JSType, List&lt;JSType&gt;)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Creates a function type.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createFunctionType(com.google.javascript.rhino.jstype.ObjectType, com.google.javascript.rhino.jstype.JSType, java.util.List)"><B>createFunctionType(ObjectType, JSType, List&lt;JSType&gt;)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Creates a function type in which <code>this</code> refers to an object instance.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createFunctionType(com.google.javascript.rhino.jstype.JSType, boolean, com.google.javascript.rhino.jstype.JSType...)"><B>createFunctionType(JSType, boolean, JSType...)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Creates a function type.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createFunctionType(com.google.javascript.rhino.jstype.JSType, com.google.javascript.rhino.Node)"><B>createFunctionType(JSType, Node)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createFunctionTypeWithNewReturnType(com.google.javascript.rhino.jstype.FunctionType, com.google.javascript.rhino.jstype.JSType)"><B>createFunctionTypeWithNewReturnType(FunctionType, JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Creates a new function type based on an existing function type but
with a new return type.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createFunctionTypeWithNewThisType(com.google.javascript.rhino.jstype.FunctionType, com.google.javascript.rhino.jstype.ObjectType)"><B>createFunctionTypeWithNewThisType(FunctionType, ObjectType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Creates a new function type based on an existing function type but
with a new <code>this</code> type.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createFunctionTypeWithVarArgs(com.google.javascript.rhino.jstype.JSType, java.util.List)"><B>createFunctionTypeWithVarArgs(JSType, List&lt;JSType&gt;)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Creates a function type.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createFunctionTypeWithVarArgs(com.google.javascript.rhino.jstype.JSType, com.google.javascript.rhino.jstype.JSType...)"><B>createFunctionTypeWithVarArgs(JSType, JSType...)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Creates a function type.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createFunctionTypeWithVarArgs(com.google.javascript.rhino.jstype.ObjectType, com.google.javascript.rhino.jstype.JSType, java.util.List)"><B>createFunctionTypeWithVarArgs(ObjectType, JSType, List&lt;JSType&gt;)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Creates a function type in which <code>this</code> refers to an object instance.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createInterfaceType(java.lang.String, com.google.javascript.rhino.Node)"><B>createInterfaceType(String, Node)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Creates an interface function type.
<DT><A HREF="./com/google/javascript/jscomp/PassFactory.html#createInternal(com.google.javascript.jscomp.AbstractCompiler)"><B>createInternal(AbstractCompiler)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/PassFactory.html" title="class in com.google.javascript.jscomp">PassFactory</A>
<DD>Creates a new compiler pass to be run.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createNamedType(java.lang.String, java.lang.String, int, int)"><B>createNamedType(String, String, int, int)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Creates a named type.
<DT><A HREF="./com/google/javascript/jscomp/graph/Graph.html#createNode(N)"><B>createNode(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/Graph.html" title="class in com.google.javascript.jscomp.graph">Graph</A>
<DD>Gets a node from the graph given a value.
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#createNode(N)"><B>createNode(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html#createNode(N)"><B>createNode(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createNullableType(com.google.javascript.rhino.jstype.JSType)"><B>createNullableType(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Creates a type representing nullable values of the given type.
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#createNullableType(com.google.javascript.rhino.jstype.JSType)"><B>createNullableType(JSType)</B></A> -
Method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createObjectType(com.google.javascript.rhino.jstype.ObjectType)"><B>createObjectType(ObjectType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Create an object type.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createObjectType(java.lang.String, com.google.javascript.rhino.Node, com.google.javascript.rhino.jstype.ObjectType)"><B>createObjectType(String, Node, ObjectType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Create an object type.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createOptionalNullableType(com.google.javascript.rhino.jstype.JSType)"><B>createOptionalNullableType(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Creates a nullabel and undefine-able value of the given type.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createOptionalParameters(com.google.javascript.rhino.jstype.JSType...)"><B>createOptionalParameters(JSType...)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Creates a tree hierarchy representing a typed parameter list in which
every parameter is optional.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createOptionalType(com.google.javascript.rhino.jstype.JSType)"><B>createOptionalType(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Creates a type representing optional values of the given type.
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#createOptionalType(com.google.javascript.rhino.jstype.JSType)"><B>createOptionalType(JSType)</B></A> -
Method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CommandLineRunner.html#createOptions()"><B>createOptions()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CommandLineRunner.html" title="class in com.google.javascript.jscomp">CommandLineRunner</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createParameterizedType(com.google.javascript.rhino.jstype.ObjectType, com.google.javascript.rhino.jstype.JSType)"><B>createParameterizedType(ObjectType, JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Creates a parameterized type.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createParameters(java.util.List)"><B>createParameters(List&lt;JSType&gt;)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Creates a tree hierarchy representing a typed argument list.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createParameters(com.google.javascript.rhino.jstype.JSType...)"><B>createParameters(JSType...)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Creates a tree hierarchy representing a typed argument list.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createParametersWithVarArgs(java.util.List)"><B>createParametersWithVarArgs(List&lt;JSType&gt;)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Creates a tree hierarchy representing a typed argument list.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createParametersWithVarArgs(com.google.javascript.rhino.jstype.JSType...)"><B>createParametersWithVarArgs(JSType...)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Creates a tree hierarchy representing a typed argument list.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createRecordType(java.util.Map)"><B>createRecordType(Map&lt;String, RecordTypeBuilder.RecordProperty&gt;)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Creates a record type.
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#createRecordTypeBuilder()"><B>createRecordTypeBuilder()</B></A> -
Method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html#createUndirectedGraphNode(N)"><B>createUndirectedGraphNode(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createUnionType(com.google.javascript.rhino.jstype.JSType...)"><B>createUnionType(JSType...)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Creates a union type whose variants are the arguments.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createUnionType(com.google.javascript.rhino.jstype.JSTypeNative...)"><B>createUnionType(JSTypeNative...)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Creates a union type whose variants are the builtin types specified
by the arguments.
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#createUnionType(com.google.javascript.rhino.jstype.JSType...)"><B>createUnionType(JSType...)</B></A> -
Method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#createWithEdgeAnnotations()"><B>createWithEdgeAnnotations()</B></A> -
Static method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html#createWithEdgeAnnotations()"><B>createWithEdgeAnnotations()</B></A> -
Static method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#createWithNodeAnnotations()"><B>createWithNodeAnnotations()</B></A> -
Static method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html#createWithNodeAnnotations()"><B>createWithNodeAnnotations()</B></A> -
Static method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#createWithoutAnnotations()"><B>createWithoutAnnotations()</B></A> -
Static method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html#createWithoutAnnotations()"><B>createWithoutAnnotations()</B></A> -
Static method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#crossModuleCodeMotion"><B>crossModuleCodeMotion</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Move code to a deeper module
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#crossModuleMethodMotion"><B>crossModuleMethodMotion</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Move methds to a deeper module
<DT><A HREF="./com/google/javascript/jscomp/Result.html#cssNames"><B>cssNames</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Result.html" title="class in com.google.javascript.jscomp">Result</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#cssRenamingMap"><B>cssRenamingMap</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Map used in the renaming of CSS class names.
<DT><A HREF="./com/google/javascript/jscomp/CssRenamingMap.html" title="interface in com.google.javascript.jscomp"><B>CssRenamingMap</B></A> - Interface in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Interface used by <CODE>ReplaceCssNames</CODE> to substitute CSS class names.<DT><A HREF="./com/google/javascript/jscomp/CssRenamingMap.ByPart.html" title="class in com.google.javascript.jscomp"><B>CssRenamingMap.ByPart</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/CssRenamingMap.ByPart.html#CssRenamingMap.ByPart()"><B>CssRenamingMap.ByPart()</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CssRenamingMap.ByPart.html" title="class in com.google.javascript.jscomp">CssRenamingMap.ByPart</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CssRenamingMap.ByWhole.html" title="class in com.google.javascript.jscomp"><B>CssRenamingMap.ByWhole</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/CssRenamingMap.ByWhole.html#CssRenamingMap.ByWhole()"><B>CssRenamingMap.ByWhole()</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CssRenamingMap.ByWhole.html" title="class in com.google.javascript.jscomp">CssRenamingMap.ByWhole</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CssRenamingMap.Style.html" title="enum in com.google.javascript.jscomp"><B>CssRenamingMap.Style</B></A> - Enum in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#customPasses"><B>customPasses</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Custom passes
<DT><A HREF="./com/google/javascript/jscomp/CustomPassExecutionTime.html" title="enum in com.google.javascript.jscomp"><B>CustomPassExecutionTime</B></A> - Enum in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Custom pass type.</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#DATE_FUNCTION_TYPE"><B>DATE_FUNCTION_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#DATE_TYPE"><B>DATE_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#deadAssignmentElimination"><B>deadAssignmentElimination</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Remove assignments to values that can not be referenced
<DT><A HREF="./com/google/javascript/rhino/Token.html#DEBUGGER"><B>DEBUGGER</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html#DEBUGGER_STATEMENT_PRESENT"><B>DEBUGGER_STATEMENT_PRESENT</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html" title="class in com.google.javascript.jscomp">DiagnosticGroups</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Result.html#debugLog"><B>debugLog</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Result.html" title="class in com.google.javascript.jscomp">Result</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#DEC"><B>DEC</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#DECLARATION_TO_REMOVE_FIELD_NUMBER"><B>DECLARATION_TO_REMOVE_FIELD_NUMBER</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.html#declareInferredSymbol(com.google.javascript.jscomp.SymbolTable.SymbolScope, java.lang.String, com.google.javascript.rhino.Node)"><B>declareInferredSymbol(SymbolTable.SymbolScope, String, Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.html" title="class in com.google.javascript.jscomp">SymbolTable</A>
<DD>Declare a symbol after the main symbol table was constructed.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#declareType(java.lang.String, com.google.javascript.rhino.jstype.JSType)"><B>declareType(String, JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Records declared global type names.
<DT><A HREF="./com/google/javascript/rhino/Node.html#DECR_FLAG"><B>DECR_FLAG</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#DEFAULT"><B>DEFAULT</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#DEFAULT_CASE"><B>DEFAULT_CASE</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/jscomp/ProcessCommonJSModules.html#DEFAULT_FILENAME_PREFIX"><B>DEFAULT_FILENAME_PREFIX</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ProcessCommonJSModules.html" title="class in com.google.javascript.jscomp">ProcessCommonJSModules</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/IR.html#defaultCase(com.google.javascript.rhino.Node)"><B>defaultCase(Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticType.html#defaultLevel"><B>defaultLevel</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticType.html" title="class in com.google.javascript.jscomp">DiagnosticType</A>
<DD>Default level
<DT><A HREF="./com/google/javascript/jscomp/DefaultPassConfig.html" title="class in com.google.javascript.jscomp"><B>DefaultPassConfig</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Pass factories and meta-data for native JSCompiler passes.<DT><A HREF="./com/google/javascript/jscomp/DefaultPassConfig.html#DefaultPassConfig(com.google.javascript.jscomp.CompilerOptions)"><B>DefaultPassConfig(CompilerOptions)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DefaultPassConfig.html" title="class in com.google.javascript.jscomp">DefaultPassConfig</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#defineDeclaredProperty(java.lang.String, com.google.javascript.rhino.jstype.JSType, com.google.javascript.rhino.Node)"><B>defineDeclaredProperty(String, JSType, Node)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>Defines a property whose type is synthesized (i.e.
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.html#defineDelegateProxyPrototypeProperties(com.google.javascript.rhino.jstype.JSTypeRegistry, com.google.javascript.jscomp.Scope, java.util.List, java.util.Map)"><B>defineDelegateProxyPrototypeProperties(JSTypeRegistry, Scope, List&lt;ObjectType&gt;, Map&lt;String, String&gt;)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.html" title="interface in com.google.javascript.jscomp">CodingConvention</A>
<DD>Defines the delegate proxy prototype properties.
<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html#defineDelegateProxyPrototypeProperties(com.google.javascript.rhino.jstype.JSTypeRegistry, com.google.javascript.jscomp.Scope, java.util.List, java.util.Map)"><B>defineDelegateProxyPrototypeProperties(JSTypeRegistry, Scope, List&lt;ObjectType&gt;, Map&lt;String, String&gt;)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp">CodingConventions.Proxy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumType.html#defineElement(java.lang.String, com.google.javascript.rhino.Node)"><B>defineElement(String, Node)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumType.html" title="class in com.google.javascript.rhino.jstype">EnumType</A>
<DD>Defines a new element on this enum.
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#defineInferredProperty(java.lang.String, com.google.javascript.rhino.jstype.JSType, com.google.javascript.rhino.Node)"><B>defineInferredProperty(String, JSType, Node)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>Defines a property whose type is inferred.
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.Symbol.html#defineReferenceAt(com.google.javascript.rhino.Node)"><B>defineReferenceAt(Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.Symbol.html" title="class in com.google.javascript.jscomp">SymbolTable.Symbol</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#DELPROP"><B>DELPROP</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/jscomp/deps/DependencyInfo.html" title="interface in com.google.javascript.jscomp.deps"><B>DependencyInfo</B></A> - Interface in <A HREF="./com/google/javascript/jscomp/deps/package-summary.html">com.google.javascript.jscomp.deps</A><DD>A data structure for JS dependency information for a single .js file.<DT><A HREF="./com/google/javascript/jscomp/DependencyOptions.html" title="class in com.google.javascript.jscomp"><B>DependencyOptions</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Options for how to manage dependencies between input files.<DT><A HREF="./com/google/javascript/jscomp/DependencyOptions.html#DependencyOptions()"><B>DependencyOptions()</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DependencyOptions.html" title="class in com.google.javascript.jscomp">DependencyOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JSModuleGraph.html#dependsOn(com.google.javascript.jscomp.JSModule, com.google.javascript.jscomp.JSModule)"><B>dependsOn(JSModule, JSModule)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModuleGraph.html" title="class in com.google.javascript.jscomp">JSModuleGraph</A>
<DD>Determines whether this module depends on a given module.
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html#DEPRECATED"><B>DEPRECATED</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html" title="class in com.google.javascript.jscomp">DiagnosticGroups</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/deps/DepsFileParser.html" title="class in com.google.javascript.jscomp.deps"><B>DepsFileParser</B></A> - Class in <A HREF="./com/google/javascript/jscomp/deps/package-summary.html">com.google.javascript.jscomp.deps</A><DD>A parser that can extract dependency information from existing deps.js files.<DT><A HREF="./com/google/javascript/jscomp/deps/DepsFileParser.html#DepsFileParser(com.google.javascript.jscomp.ErrorManager)"><B>DepsFileParser(ErrorManager)</B></A> -
Constructor for class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/DepsFileParser.html" title="class in com.google.javascript.jscomp.deps">DepsFileParser</A>
<DD>Constructor
<DT><A HREF="./com/google/javascript/jscomp/deps/DepsFileParser.html#DepsFileParser(com.google.common.base.Function, com.google.javascript.jscomp.ErrorManager)"><B>DepsFileParser(Function&lt;String, String&gt;, ErrorManager)</B></A> -
Constructor for class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/DepsFileParser.html" title="class in com.google.javascript.jscomp.deps">DepsFileParser</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/deps/DepsGenerator.html" title="class in com.google.javascript.jscomp.deps"><B>DepsGenerator</B></A> - Class in <A HREF="./com/google/javascript/jscomp/deps/package-summary.html">com.google.javascript.jscomp.deps</A><DD>Generates deps.js files by scanning javascript files for
calls to goog.provide(), goog.require() and goog.addDependency().<DT><A HREF="./com/google/javascript/jscomp/deps/DepsGenerator.html#DepsGenerator(java.util.Collection, java.util.Collection, com.google.javascript.jscomp.deps.DepsGenerator.InclusionStrategy, java.lang.String, com.google.javascript.jscomp.ErrorManager)"><B>DepsGenerator(Collection&lt;SourceFile&gt;, Collection&lt;SourceFile&gt;, DepsGenerator.InclusionStrategy, String, ErrorManager)</B></A> -
Constructor for class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/DepsGenerator.html" title="class in com.google.javascript.jscomp.deps">DepsGenerator</A>
<DD>Creates a new DepsGenerator.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#dereference()"><B>dereference()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Dereference a type for property access.
<DT><A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html#describeFunctionBind(com.google.javascript.rhino.Node)"><B>describeFunctionBind(Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html" title="class in com.google.javascript.jscomp">ClosureCodingConvention</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.html#describeFunctionBind(com.google.javascript.rhino.Node)"><B>describeFunctionBind(Node)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.html" title="interface in com.google.javascript.jscomp">CodingConvention</A>
<DD>A Bind instance or null.
<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html#describeFunctionBind(com.google.javascript.rhino.Node)"><B>describeFunctionBind(Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp">CodingConventions.Proxy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JSError.html#description"><B>description</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSError.html" title="class in com.google.javascript.jscomp">JSError</A>
<DD>Description of the error
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonMLError.html#description"><B>description</B></A> -
Variable in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonMLError.html" title="class in com.google.javascript.jscomp.jsonml">JsonMLError</A>
<DD>Description of the error
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphReachability.EdgeTuple.html#destNode"><B>destNode</B></A> -
Variable in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphReachability.EdgeTuple.html" title="class in com.google.javascript.jscomp.graph">GraphReachability.EdgeTuple</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#detachChildren()"><B>detachChildren()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Removes all children from this node and isolates the children from each
other.
<DT><A HREF="./com/google/javascript/rhino/Node.html#detachFromParent()"><B>detachFromParent()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Removes this node from its parent.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#devirtualizePrototypeMethods"><B>devirtualizePrototypeMethods</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Devirtualize prototype method by rewriting them to be static calls that
take the this pointer as their first argument
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroup.html" title="class in com.google.javascript.jscomp"><B>DiagnosticGroup</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Group a set of related diagnostic types together, so that they can
be toggled on and off as one unit.<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroup.html#DiagnosticGroup(com.google.javascript.jscomp.DiagnosticType...)"><B>DiagnosticGroup(DiagnosticType...)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroup.html" title="class in com.google.javascript.jscomp">DiagnosticGroup</A>
<DD>Create a group that matches all errors of the given types.
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroup.html#DiagnosticGroup(com.google.javascript.jscomp.DiagnosticGroup...)"><B>DiagnosticGroup(DiagnosticGroup...)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroup.html" title="class in com.google.javascript.jscomp">DiagnosticGroup</A>
<DD>Create a composite group.
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroup.html#DiagnosticGroup(java.lang.String, com.google.javascript.jscomp.DiagnosticGroup...)"><B>DiagnosticGroup(String, DiagnosticGroup...)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroup.html" title="class in com.google.javascript.jscomp">DiagnosticGroup</A>
<DD>Create a composite group.
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html" title="class in com.google.javascript.jscomp"><B>DiagnosticGroups</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Named groups of DiagnosticTypes exposed by Compiler.<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html#DiagnosticGroups()"><B>DiagnosticGroups()</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html" title="class in com.google.javascript.jscomp">DiagnosticGroups</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroupWarningsGuard.html" title="class in com.google.javascript.jscomp"><B>DiagnosticGroupWarningsGuard</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Sets the level for a particular DiagnosticGroup.<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroupWarningsGuard.html#DiagnosticGroupWarningsGuard(com.google.javascript.jscomp.DiagnosticGroup, com.google.javascript.jscomp.CheckLevel)"><B>DiagnosticGroupWarningsGuard(DiagnosticGroup, CheckLevel)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroupWarningsGuard.html" title="class in com.google.javascript.jscomp">DiagnosticGroupWarningsGuard</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticType.html" title="class in com.google.javascript.jscomp"><B>DiagnosticType</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>The type of a compile or analysis error.<DT><A HREF="./com/google/javascript/jscomp/deps/JsFileLineParser.html#didParseSucceed()"><B>didParseSucceed()</B></A> -
Method in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/JsFileLineParser.html" title="class in com.google.javascript.jscomp.deps">JsFileLineParser</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/PerformanceTracker.Stats.html#diff"><B>diff</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/PerformanceTracker.Stats.html" title="class in com.google.javascript.jscomp">PerformanceTracker.Stats</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#differsFrom(com.google.javascript.rhino.jstype.JSType)"><B>differsFrom(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Whether this type is meaningfully different from <code>that</code> type.
<DT><A HREF="./com/google/javascript/jscomp/graph/DiGraph.html" title="class in com.google.javascript.jscomp.graph"><B>DiGraph</B></A>&lt;<A HREF="./com/google/javascript/jscomp/graph/DiGraph.html" title="type parameter in DiGraph">N</A>,<A HREF="./com/google/javascript/jscomp/graph/DiGraph.html" title="type parameter in DiGraph">E</A>&gt; - Class in <A HREF="./com/google/javascript/jscomp/graph/package-summary.html">com.google.javascript.jscomp.graph</A><DD>A generic directed graph.<DT><A HREF="./com/google/javascript/jscomp/graph/DiGraph.html#DiGraph()"><B>DiGraph()</B></A> -
Constructor for class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/DiGraph.html" title="class in com.google.javascript.jscomp.graph">DiGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/DiGraph.DiGraphEdge.html" title="interface in com.google.javascript.jscomp.graph"><B>DiGraph.DiGraphEdge</B></A>&lt;<A HREF="./com/google/javascript/jscomp/graph/DiGraph.DiGraphEdge.html" title="type parameter in DiGraph.DiGraphEdge">N</A>,<A HREF="./com/google/javascript/jscomp/graph/DiGraph.DiGraphEdge.html" title="type parameter in DiGraph.DiGraphEdge">E</A>&gt; - Interface in <A HREF="./com/google/javascript/jscomp/graph/package-summary.html">com.google.javascript.jscomp.graph</A><DD>A generic directed graph edge.<DT><A HREF="./com/google/javascript/jscomp/graph/DiGraph.DiGraphNode.html" title="interface in com.google.javascript.jscomp.graph"><B>DiGraph.DiGraphNode</B></A>&lt;<A HREF="./com/google/javascript/jscomp/graph/DiGraph.DiGraphNode.html" title="type parameter in DiGraph.DiGraphNode">N</A>,<A HREF="./com/google/javascript/jscomp/graph/DiGraph.DiGraphNode.html" title="type parameter in DiGraph.DiGraphNode">E</A>&gt; - Interface in <A HREF="./com/google/javascript/jscomp/graph/package-summary.html">com.google.javascript.jscomp.graph</A><DD>A generic directed graph node.<DT><A HREF="./com/google/javascript/rhino/Node.html#DIRECT_EVAL"><B>DIRECT_EVAL</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#DIRECTIVES"><B>DIRECTIVES</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticType.html#disabled(java.lang.String, java.lang.String)"><B>disabled(String, String)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticType.html" title="class in com.google.javascript.jscomp">DiagnosticType</A>
<DD>Create a DiagnosticType at level CheckLevel.OFF
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#disableRuntimeTypeCheck()"><B>disableRuntimeTypeCheck()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ComposeWarningsGuard.html#disables(com.google.javascript.jscomp.DiagnosticGroup)"><B>disables(DiagnosticGroup)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ComposeWarningsGuard.html" title="class in com.google.javascript.jscomp">ComposeWarningsGuard</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroupWarningsGuard.html#disables(com.google.javascript.jscomp.DiagnosticGroup)"><B>disables(DiagnosticGroup)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroupWarningsGuard.html" title="class in com.google.javascript.jscomp">DiagnosticGroupWarningsGuard</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/WarningsGuard.html#disables(com.google.javascript.jscomp.DiagnosticGroup)"><B>disables(DiagnosticGroup)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/WarningsGuard.html" title="class in com.google.javascript.jscomp">WarningsGuard</A>
<DD>Returns whether all warnings in the given diagnostic group will be
filtered out.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#disableThreads()"><B>disableThreads()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Disable threads.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#disambiguateProperties"><B>disambiguateProperties</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Rename properties to disambiguate between unrelated fields based on
type information.
<DT><A HREF="./com/google/javascript/jscomp/graph/Graph.html#disconnect(N, N)"><B>disconnect(N, N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/Graph.html" title="class in com.google.javascript.jscomp.graph">Graph</A>
<DD>Disconnects two nodes in the graph by removing all edges between them.
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#disconnect(N, N)"><B>disconnect(N, N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html#disconnect(N, N)"><B>disconnect(N, N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/DiGraph.html#disconnectInDirection(N, N)"><B>disconnectInDirection(N, N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/DiGraph.html" title="class in com.google.javascript.jscomp.graph">DiGraph</A>
<DD>Disconnects all edges from n1 to n2.
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#disconnectInDirection(N, N)"><B>disconnectInDirection(N, N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#DIV"><B>DIV</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/Token.html#DO"><B>DO</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/IR.html#doNode(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>doNode(Node, Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DotFormatter.html" title="class in com.google.javascript.jscomp"><B>DotFormatter</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>DotFormatter prints out a dot file of the Abstract Syntax Tree.<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html#DUPLICATE_MESSAGE"><B>DUPLICATE_MESSAGE</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html" title="class in com.google.javascript.jscomp">DiagnosticGroups</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html#DUPLICATE_VARS"><B>DUPLICATE_VARS</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html" title="class in com.google.javascript.jscomp">DiagnosticGroups</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphReachability.EdgeTuple.html#edge"><B>edge</B></A> -
Variable in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphReachability.EdgeTuple.html" title="class in com.google.javascript.jscomp.graph">GraphReachability.EdgeTuple</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonMLError.html#element"><B>element</B></A> -
Variable in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonMLError.html" title="class in com.google.javascript.jscomp.jsonml">JsonMLError</A>
<DD>Node where the warning occurred.
<DT><A HREF="./com/google/javascript/jscomp/graph/StandardUnionFind.html#elements()"><B>elements()</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/StandardUnionFind.html" title="class in com.google.javascript.jscomp.graph">StandardUnionFind</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/UnionFind.html#elements()"><B>elements()</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/UnionFind.html" title="interface in com.google.javascript.jscomp.graph">UnionFind</A>
<DD>Returns an unmodifiable set of all elements added to the UnionFind.
<DT><A HREF="./com/google/javascript/rhino/Token.html#ELLIPSIS"><B>ELLIPSIS</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/IR.html#empty()"><B>empty()</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#EMPTY"><B>EMPTY</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/Node.html#EMPTY_BLOCK"><B>EMPTY_BLOCK</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#EMPTY_TYPE_COMPONENT"><B>EMPTY_TYPE_COMPONENT</B></A> -
Static variable in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/EmptyMessageBundle.html" title="class in com.google.javascript.jscomp"><B>EmptyMessageBundle</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>An implementation of MessageBundle that has no translations.<DT><A HREF="./com/google/javascript/jscomp/EmptyMessageBundle.html#EmptyMessageBundle()"><B>EmptyMessageBundle()</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/EmptyMessageBundle.html" title="class in com.google.javascript.jscomp">EmptyMessageBundle</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/MapBasedScope.html#emptyScope()"><B>emptyScope()</B></A> -
Static method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/MapBasedScope.html" title="class in com.google.javascript.rhino.testing">MapBasedScope</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#enableExternExports(boolean)"><B>enableExternExports(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD><B>Deprecated.</B>&nbsp;<I>replaced by <A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setExternExports(boolean)"><CODE>CompilerOptions.setExternExports(boolean)</CODE></A></I>
<DT><A HREF="./com/google/javascript/jscomp/jsonml/SecureCompiler.html#enableFoldConstant()"><B>enableFoldConstant()</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/SecureCompiler.html" title="class in com.google.javascript.jscomp.jsonml">SecureCompiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#enableRuntimeTypeCheck(java.lang.String)"><B>enableRuntimeTypeCheck(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Enable runtime type checking, which adds JS type assertions for debugging.
<DT><A HREF="./com/google/javascript/jscomp/ComposeWarningsGuard.html#enables(com.google.javascript.jscomp.DiagnosticGroup)"><B>enables(DiagnosticGroup)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ComposeWarningsGuard.html" title="class in com.google.javascript.jscomp">ComposeWarningsGuard</A>
<DD>Determines whether this guard will "elevate" the status of any disabled
diagnostic type in the group to a warning or an error.
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroupWarningsGuard.html#enables(com.google.javascript.jscomp.DiagnosticGroup)"><B>enables(DiagnosticGroup)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroupWarningsGuard.html" title="class in com.google.javascript.jscomp">DiagnosticGroupWarningsGuard</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/WarningsGuard.html#enables(com.google.javascript.jscomp.DiagnosticGroup)"><B>enables(DiagnosticGroup)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/WarningsGuard.html" title="class in com.google.javascript.jscomp">WarningsGuard</A>
<DD>Returns whether any of the warnings in the given diagnostic group will be
upgraded to a warning or error.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV2.LineMapEncoder.html#encodeEntry(java.lang.Appendable, int, int, int)"><B>encodeEntry(Appendable, int, int, int)</B></A> -
Static method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV2.LineMapEncoder.html" title="class in com.google.debugging.sourcemap">SourceMapGeneratorV2.LineMapEncoder</A>
<DD>The source map line map is consists of a series of entries each
representing a map entry and a repetition count of that entry.
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.AbstractScopedCallback.html#enterScope(com.google.javascript.jscomp.NodeTraversal)"><B>enterScope(NodeTraversal)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.AbstractScopedCallback.html" title="class in com.google.javascript.jscomp">NodeTraversal.AbstractScopedCallback</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.ScopedCallback.html#enterScope(com.google.javascript.jscomp.NodeTraversal)"><B>enterScope(NodeTraversal)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.ScopedCallback.html" title="interface in com.google.javascript.jscomp">NodeTraversal.ScopedCallback</A>
<DD>Called immediately after entering a new scope.
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#ENTRY_FIELD_NUMBER"><B>ENTRY_FIELD_NUMBER</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#ENUMDECL"><B>ENUMDECL</B></A> -
Static variable in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html" title="class in com.google.javascript.rhino.jstype"><B>EnumElementType</B></A> - Class in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>The type of individual elements of an enum type
(see <A HREF="./com/google/javascript/rhino/jstype/EnumType.html" title="class in com.google.javascript.rhino.jstype"><CODE>EnumType</CODE></A>).<DT><A HREF="./com/google/javascript/rhino/jstype/EnumType.html" title="class in com.google.javascript.rhino.jstype"><B>EnumType</B></A> - Class in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>An enum type representing a branded collection of elements.<DT><A HREF="./com/google/javascript/rhino/Token.html#EOC"><B>EOC</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/IR.html#eq(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>eq(Node, Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>"=="
<DT><A HREF="./com/google/javascript/rhino/Token.html#EQ"><B>EQ</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/jscomp/deps/SimpleDependencyInfo.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/SimpleDependencyInfo.html" title="class in com.google.javascript.jscomp.deps">SimpleDependencyInfo</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticType.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticType.html" title="class in com.google.javascript.jscomp">DiagnosticType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphColoring.Color.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphColoring.Color.html" title="class in com.google.javascript.jscomp.graph">GraphColoring.Color</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JSError.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSError.html" title="class in com.google.javascript.jscomp">JSError</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.html" title="class in com.google.javascript.jscomp">JsMessage</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.PlaceholderReference.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.PlaceholderReference.html" title="class in com.google.javascript.jscomp">JsMessage.PlaceholderReference</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/regex/RegExpTree.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class com.google.javascript.jscomp.regex.<A HREF="./com/google/javascript/jscomp/regex/RegExpTree.html" title="class in com.google.javascript.jscomp.regex">RegExpTree</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Scope.Arguments.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.Arguments.html" title="class in com.google.javascript.jscomp">Scope.Arguments</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Scope.Var.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.Var.html" title="class in com.google.javascript.jscomp">Scope.Var</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/InputId.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/InputId.html" title="class in com.google.javascript.rhino">InputId</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSTypeExpression.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSTypeExpression.html" title="class in com.google.javascript.rhino">JSTypeExpression</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#EQUALS"><B>EQUALS</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticType.html#error(java.lang.String, java.lang.String)"><B>error(String, String)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticType.html" title="class in com.google.javascript.jscomp">DiagnosticType</A>
<DD>Create a DiagnosticType at level CheckLevel.ERROR
<DT><A HREF="./com/google/javascript/jscomp/parsing/NullErrorReporter.html#error(java.lang.String, java.lang.String, int, int)"><B>error(String, String, int, int)</B></A> -
Method in class com.google.javascript.jscomp.parsing.<A HREF="./com/google/javascript/jscomp/parsing/NullErrorReporter.html" title="class in com.google.javascript.jscomp.parsing">NullErrorReporter</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/testing/TestErrorReporter.html#error(java.lang.String, java.lang.String, int, java.lang.String, int)"><B>error(String, String, int, String, int)</B></A> -
Method in class com.google.javascript.jscomp.testing.<A HREF="./com/google/javascript/jscomp/testing/TestErrorReporter.html" title="class in com.google.javascript.jscomp.testing">TestErrorReporter</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/ErrorReporter.html#error(java.lang.String, java.lang.String, int, int)"><B>error(String, String, int, int)</B></A> -
Method in interface com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/ErrorReporter.html" title="interface in com.google.javascript.rhino">ErrorReporter</A>
<DD>Report an error.
<DT><A HREF="./com/google/javascript/rhino/SimpleErrorReporter.html#error(java.lang.String, java.lang.String, int, int)"><B>error(String, String, int, int)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/SimpleErrorReporter.html" title="class in com.google.javascript.rhino">SimpleErrorReporter</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/TestErrorReporter.html#error(java.lang.String, java.lang.String, int, int)"><B>error(String, String, int, int)</B></A> -
Method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/TestErrorReporter.html" title="class in com.google.javascript.rhino.testing">TestErrorReporter</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#ERROR"><B>ERROR</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#ERROR_FUNCTION_TYPE"><B>ERROR_FUNCTION_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#ERROR_TYPE"><B>ERROR_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#errorFormat"><B>errorFormat</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ErrorFormat.html" title="enum in com.google.javascript.jscomp"><B>ErrorFormat</B></A> - Enum in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Error formats available.<DT><A HREF="./com/google/javascript/jscomp/ErrorHandler.html" title="interface in com.google.javascript.jscomp"><B>ErrorHandler</B></A> - Interface in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>The error handler is any generic sink for warnings and errors,
after they've passed through any filtering <code>WarningsGuard</code>s.<DT><A HREF="./com/google/javascript/jscomp/jsonml/ErrorLevel.html" title="enum in com.google.javascript.jscomp.jsonml"><B>ErrorLevel</B></A> - Enum in <A HREF="./com/google/javascript/jscomp/jsonml/package-summary.html">com.google.javascript.jscomp.jsonml</A><DD>Represents possible error levels for JsonML errors.<DT><A HREF="./com/google/javascript/jscomp/ErrorManager.html" title="interface in com.google.javascript.jscomp"><B>ErrorManager</B></A> - Interface in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>The error manager is in charge of storing, organizing and displaying
errors and warnings generated by the compiler.<DT><A HREF="./com/google/javascript/rhino/ErrorReporter.html" title="interface in com.google.javascript.rhino"><B>ErrorReporter</B></A> - Interface in <A HREF="./com/google/javascript/rhino/package-summary.html">com.google.javascript.rhino</A><DD>This is interface defines a protocol for the reporting of
errors during JavaScript translation or execution.<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#errorReporter"><B>errorReporter</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Result.html#errors"><B>errors</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Result.html" title="class in com.google.javascript.jscomp">Result</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/SimpleErrorReporter.html#errors()"><B>errors()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/SimpleErrorReporter.html" title="class in com.google.javascript.rhino">SimpleErrorReporter</A>
<DD>Returns the list of errors, or <code>null</code> if there were none.
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html#ES5_STRICT"><B>ES5_STRICT</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html" title="class in com.google.javascript.jscomp">DiagnosticGroups</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/ScriptRuntime.html#escapeString(java.lang.String)"><B>escapeString(String)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/ScriptRuntime.html" title="class in com.google.javascript.rhino">ScriptRuntime</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/ScriptRuntime.html#escapeString(java.lang.String, char)"><B>escapeString(String, char)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/ScriptRuntime.html" title="class in com.google.javascript.rhino">ScriptRuntime</A>
<DD>For escaping strings printed by object and array literals; not quite
the same as 'escape.'
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#EVAL_ERROR_FUNCTION_TYPE"><B>EVAL_ERROR_FUNCTION_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#EVAL_ERROR_TYPE"><B>EVAL_ERROR_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSTypeExpression.html#evaluate(com.google.javascript.rhino.jstype.StaticScope, com.google.javascript.rhino.jstype.JSTypeRegistry)"><B>evaluate(StaticScope&lt;JSType&gt;, JSTypeRegistry)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSTypeExpression.html" title="class in com.google.javascript.rhino">JSTypeExpression</A>
<DD>Evaluates the type expression into a <code>JSType</code> object.
<DT><A HREF="./com/google/javascript/jscomp/ant/CompileTask.html#execute()"><B>execute()</B></A> -
Method in class com.google.javascript.jscomp.ant.<A HREF="./com/google/javascript/jscomp/ant/CompileTask.html" title="class in com.google.javascript.jscomp.ant">CompileTask</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.AbstractScopedCallback.html#exitScope(com.google.javascript.jscomp.NodeTraversal)"><B>exitScope(NodeTraversal)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.AbstractScopedCallback.html" title="class in com.google.javascript.jscomp">NodeTraversal.AbstractScopedCallback</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.ScopedCallback.html#exitScope(com.google.javascript.jscomp.NodeTraversal)"><B>exitScope(NodeTraversal)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.ScopedCallback.html" title="interface in com.google.javascript.jscomp">NodeTraversal.ScopedCallback</A>
<DD>Called immediately before exiting a scope.
<DT><A HREF="./com/google/javascript/jscomp/regex/CaseCanonicalize.html#expandToAllMatched(com.google.javascript.jscomp.regex.CharRanges)"><B>expandToAllMatched(CharRanges)</B></A> -
Static method in class com.google.javascript.jscomp.regex.<A HREF="./com/google/javascript/jscomp/regex/CaseCanonicalize.html" title="class in com.google.javascript.jscomp.regex">CaseCanonicalize</A>
<DD>Given a character range that may include case sensitive code-units,
such as <code>[0-9B-M]</code>, returns the character range that includes all
the code-units in the input and those that are case-insensitively
equivalent to a code-unit in the input.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#exportTestFunctions"><B>exportTestFunctions</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Whether to export test functions.
<DT><A HREF="./com/google/javascript/rhino/Token.html#EXPR_RESULT"><B>EXPR_RESULT</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/IR.html#exprResult(com.google.javascript.rhino.Node)"><B>exprResult(Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/Validator.html#exprTypes"><B>exprTypes</B></A> -
Static variable in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/Validator.html" title="class in com.google.javascript.jscomp.jsonml">Validator</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ObjectPropertyStringPreprocess.html#EXTERN_OBJECT_PROPERTY_STRING"><B>EXTERN_OBJECT_PROPERTY_STRING</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ObjectPropertyStringPreprocess.html" title="class in com.google.javascript.jscomp">ObjectPropertyStringPreprocess</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Result.html#externExport"><B>externExport</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Result.html" title="class in com.google.javascript.jscomp">Result</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html#EXTERNS_VALIDATION"><B>EXTERNS_VALIDATION</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html" title="class in com.google.javascript.jscomp">DiagnosticGroups</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#extractCharno(int)"><B>extractCharno(int)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Extracts the character number and character number from a merged line
char number (see <A HREF="./com/google/javascript/rhino/Node.html#mergeLineCharNo(int, int)"><CODE>Node.mergeLineCharNo(int, int)</CODE></A>).
<DT><A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html#extractClassNameIfProvide(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>extractClassNameIfProvide(Node, Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html" title="class in com.google.javascript.jscomp">ClosureCodingConvention</A>
<DD>Exctracts X from goog.provide('X'), if the applied Node is goog.
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.html#extractClassNameIfProvide(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>extractClassNameIfProvide(Node, Node)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.html" title="interface in com.google.javascript.jscomp">CodingConvention</A>
<DD>Convenience method for determining provided dependencies amongst different
js scripts.
<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html#extractClassNameIfProvide(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>extractClassNameIfProvide(Node, Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp">CodingConventions.Proxy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html#extractClassNameIfRequire(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>extractClassNameIfRequire(Node, Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html" title="class in com.google.javascript.jscomp">ClosureCodingConvention</A>
<DD>Exctracts X from goog.require('X'), if the applied Node is goog.
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.html#extractClassNameIfRequire(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>extractClassNameIfRequire(Node, Node)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.html" title="interface in com.google.javascript.jscomp">CodingConvention</A>
<DD>Convenience method for determining required dependencies amongst different
js scripts.
<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html#extractClassNameIfRequire(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>extractClassNameIfRequire(Node, Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp">CodingConventions.Proxy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#extractLineno(int)"><B>extractLineno(int)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Extracts the line number and character number from a merged line char
number (see <A HREF="./com/google/javascript/rhino/Node.html#mergeLineCharNo(int, int)"><CODE>Node.mergeLineCharNo(int, int)</CODE></A>).
<DT><A HREF="./com/google/javascript/jscomp/JsMessageExtractor.html#extractMessages(com.google.javascript.jscomp.SourceFile...)"><B>extractMessages(SourceFile...)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessageExtractor.html" title="class in com.google.javascript.jscomp">JsMessageExtractor</A>
<DD>Extracts js messages from javascript code.
<DT><A HREF="./com/google/javascript/jscomp/JsMessageExtractor.html#extractMessages(java.lang.Iterable)"><B>extractMessages(Iterable&lt;T&gt;)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessageExtractor.html" title="class in com.google.javascript.jscomp">JsMessageExtractor</A>
<DD>Extracts js messages from javascript code.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#extractPrototypeMemberDeclarations"><B>extractPrototypeMemberDeclarations</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Extracts common prototype member declarations
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./com/google/javascript/rhino/Token.html#FALSE"><B>FALSE</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/IR.html#falseNode()"><B>falseNode()</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FieldCleanupPass.html" title="class in com.google.javascript.jscomp"><B>FieldCleanupPass</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>A CleanupPass implementation that will remove all field declarations on
JSTypes contributed by the original file.<DT><A HREF="./com/google/javascript/jscomp/FieldCleanupPass.html#FieldCleanupPass(com.google.javascript.jscomp.AbstractCompiler)"><B>FieldCleanupPass(AbstractCompiler)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FieldCleanupPass.html" title="class in com.google.javascript.jscomp">FieldCleanupPass</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html#FILEOVERVIEW_JSDOC"><B>FILEOVERVIEW_JSDOC</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html" title="class in com.google.javascript.jscomp">DiagnosticGroups</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/FilePosition.html" title="class in com.google.debugging.sourcemap"><B>FilePosition</B></A> - Class in <A HREF="./com/google/debugging/sourcemap/package-summary.html">com.google.debugging.sourcemap</A><DD>Represents a position in a source file.<DT><A HREF="./com/google/debugging/sourcemap/FilePosition.html#FilePosition(int, int)"><B>FilePosition(int, int)</B></A> -
Constructor for class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/FilePosition.html" title="class in com.google.debugging.sourcemap">FilePosition</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/StandardUnionFind.html#find(E)"><B>find(E)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/StandardUnionFind.html" title="class in com.google.javascript.jscomp.graph">StandardUnionFind</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/UnionFind.html#find(E)"><B>find(E)</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/UnionFind.html" title="interface in com.google.javascript.jscomp.graph">UnionFind</A>
<DD>Returns the representative of the equivalence class of <code>e</code>.
<DT><A HREF="./com/google/javascript/jscomp/graph/StandardUnionFind.html#findAll(E)"><B>findAll(E)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/StandardUnionFind.html" title="class in com.google.javascript.jscomp.graph">StandardUnionFind</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/UnionFind.html#findAll(E)"><B>findAll(E)</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/UnionFind.html" title="interface in com.google.javascript.jscomp.graph">UnionFind</A>
<DD>Returns the elements in the same equivalence class as <code>value</code>.
<DT><A HREF="./com/google/javascript/jscomp/FindExportableNodes.html" title="class in com.google.javascript.jscomp"><B>FindExportableNodes</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Records all of the symbols and properties that should be exported.<DT><A HREF="./com/google/javascript/jscomp/FindExportableNodes.html#FindExportableNodes(com.google.javascript.jscomp.AbstractCompiler)"><B>FindExportableNodes(AbstractCompiler)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FindExportableNodes.html" title="class in com.google.javascript.jscomp">FindExportableNodes</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FindExportableNodes.GenerateNodeContext.html" title="class in com.google.javascript.jscomp"><B>FindExportableNodes.GenerateNodeContext</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Context holding the node references required for generating the export
calls.<DT><A HREF="./com/google/javascript/jscomp/FindExportableNodes.GenerateNodeContext.html#FindExportableNodes.GenerateNodeContext(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>FindExportableNodes.GenerateNodeContext(Node, Node, Node)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FindExportableNodes.GenerateNodeContext.html" title="class in com.google.javascript.jscomp">FindExportableNodes.GenerateNodeContext</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html#findPropertyType(java.lang.String)"><B>findPropertyType(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html" title="class in com.google.javascript.rhino.jstype">EnumElementType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#findPropertyType(java.lang.String)"><B>findPropertyType(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Coerces this type to an Object type, then gets the type of the property
whose name is given.
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#findPropertyType(java.lang.String)"><B>findPropertyType(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/UnionType.html#findPropertyType(java.lang.String)"><B>findPropertyType(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnionType.html" title="class in com.google.javascript.rhino.jstype">UnionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/FixedPointGraphTraversal.html" title="class in com.google.javascript.jscomp.graph"><B>FixedPointGraphTraversal</B></A>&lt;<A HREF="./com/google/javascript/jscomp/graph/FixedPointGraphTraversal.html" title="type parameter in FixedPointGraphTraversal">N</A>,<A HREF="./com/google/javascript/jscomp/graph/FixedPointGraphTraversal.html" title="type parameter in FixedPointGraphTraversal">E</A>&gt; - Class in <A HREF="./com/google/javascript/jscomp/graph/package-summary.html">com.google.javascript.jscomp.graph</A><DD>A utility class for doing fixed-point computations.<DT><A HREF="./com/google/javascript/jscomp/graph/FixedPointGraphTraversal.html#FixedPointGraphTraversal(com.google.javascript.jscomp.graph.FixedPointGraphTraversal.EdgeCallback)"><B>FixedPointGraphTraversal(FixedPointGraphTraversal.EdgeCallback&lt;N, E&gt;)</B></A> -
Constructor for class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/FixedPointGraphTraversal.html" title="class in com.google.javascript.jscomp.graph">FixedPointGraphTraversal</A>
<DD>Create a new traversal.
<DT><A HREF="./com/google/javascript/jscomp/graph/FixedPointGraphTraversal.EdgeCallback.html" title="interface in com.google.javascript.jscomp.graph"><B>FixedPointGraphTraversal.EdgeCallback</B></A>&lt;<A HREF="./com/google/javascript/jscomp/graph/FixedPointGraphTraversal.EdgeCallback.html" title="type parameter in FixedPointGraphTraversal.EdgeCallback">Node</A>,<A HREF="./com/google/javascript/jscomp/graph/FixedPointGraphTraversal.EdgeCallback.html" title="type parameter in FixedPointGraphTraversal.EdgeCallback">Edge</A>&gt; - Interface in <A HREF="./com/google/javascript/jscomp/graph/package-summary.html">com.google.javascript.jscomp.graph</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/rhino/Node.html#FLAG_ARGUMENTS_UNMODIFIED"><B>FLAG_ARGUMENTS_UNMODIFIED</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#FLAG_GLOBAL_STATE_UNMODIFIED"><B>FLAG_GLOBAL_STATE_UNMODIFIED</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#FLAG_LOCAL_RESULTS"><B>FLAG_LOCAL_RESULTS</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#FLAG_NO_THROWS"><B>FLAG_NO_THROWS</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#FLAG_THIS_UNMODIFIED"><B>FLAG_THIS_UNMODIFIED</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#flowSensitiveInlineVariables"><B>flowSensitiveInlineVariables</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#foldConstants"><B>foldConstants</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Folds constants (e.g.
<DT><A HREF="./com/google/javascript/rhino/Token.html#FOR"><B>FOR</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/jstype/TernaryValue.html#forBoolean(boolean)"><B>forBoolean(boolean)</B></A> -
Static method in enum com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/TernaryValue.html" title="enum in com.google.javascript.rhino.jstype">TernaryValue</A>
<DD>Gets the TernaryValue for the given boolean.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#forceResolve(com.google.javascript.rhino.ErrorReporter, com.google.javascript.rhino.jstype.StaticScope)"><B>forceResolve(ErrorReporter, StaticScope&lt;JSType&gt;)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Force this type to resolve, even if the registry is in a lazy
resolving mode.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionBuilder.html#forConstructor()"><B>forConstructor()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionBuilder.html" title="class in com.google.javascript.rhino.jstype">FunctionBuilder</A>
<DD>Make this a constructor.
<DT><A HREF="./com/google/javascript/rhino/IR.html#forIn(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>forIn(Node, Node, Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapSection.html#forMap(java.lang.String, int, int)"><B>forMap(String, int, int)</B></A> -
Static method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapSection.html" title="class in com.google.debugging.sourcemap">SourceMapSection</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticType.html#format"><B>format</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticType.html" title="class in com.google.javascript.jscomp">DiagnosticType</A>
<DD>The default way to format errors
<DT><A HREF="./com/google/javascript/jscomp/JSError.html#format(com.google.javascript.jscomp.CheckLevel, com.google.javascript.jscomp.MessageFormatter)"><B>format(CheckLevel, MessageFormatter)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSError.html" title="class in com.google.javascript.jscomp">JSError</A>
<DD>Format a message at the given level.
<DT><A HREF="./com/google/javascript/jscomp/LightweightMessageFormatter.html#formatError(com.google.javascript.jscomp.JSError)"><B>formatError(JSError)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/LightweightMessageFormatter.html" title="class in com.google.javascript.jscomp">LightweightMessageFormatter</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/MessageFormatter.html#formatError(com.google.javascript.jscomp.JSError)"><B>formatError(JSError)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/MessageFormatter.html" title="interface in com.google.javascript.jscomp">MessageFormatter</A>
<DD>Format an error.
<DT><A HREF="./com/google/javascript/jscomp/SourceExcerptProvider.ExcerptFormatter.html#formatLine(java.lang.String, int)"><B>formatLine(String, int)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceExcerptProvider.ExcerptFormatter.html" title="interface in com.google.javascript.jscomp">SourceExcerptProvider.ExcerptFormatter</A>
<DD>Format a line excerpt.
<DT><A HREF="./com/google/javascript/jscomp/deps/DepsGenerator.html#formatPathToDepsFile(java.lang.String)"><B>formatPathToDepsFile(String)</B></A> -
Method in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/DepsGenerator.html" title="class in com.google.javascript.jscomp.deps">DepsGenerator</A>
<DD>Format the deps file path so that it can be included in the output file.
<DT><A HREF="./com/google/javascript/jscomp/SourceExcerptProvider.ExcerptFormatter.html#formatRegion(com.google.javascript.jscomp.Region)"><B>formatRegion(Region)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceExcerptProvider.ExcerptFormatter.html" title="interface in com.google.javascript.jscomp">SourceExcerptProvider.ExcerptFormatter</A>
<DD>Format a region excerpt.
<DT><A HREF="./com/google/javascript/jscomp/LightweightMessageFormatter.html#formatWarning(com.google.javascript.jscomp.JSError)"><B>formatWarning(JSError)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/LightweightMessageFormatter.html" title="class in com.google.javascript.jscomp">LightweightMessageFormatter</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/MessageFormatter.html#formatWarning(com.google.javascript.jscomp.JSError)"><B>formatWarning(JSError)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/MessageFormatter.html" title="interface in com.google.javascript.jscomp">MessageFormatter</A>
<DD>Format a warning.
<DT><A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.html#formatWarning(com.google.javascript.jscomp.JSError)"><B>formatWarning(JSError)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.html" title="class in com.google.javascript.jscomp">WhitelistWarningsGuard</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.html#formatWarning(com.google.javascript.jscomp.JSError, boolean)"><B>formatWarning(JSError, boolean)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.html" title="class in com.google.javascript.jscomp">WhitelistWarningsGuard</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html#forName(java.lang.String)"><B>forName(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html" title="class in com.google.javascript.jscomp">DiagnosticGroups</A>
<DD>Find the diagnostic group registered under the given name.
<DT><A HREF="./com/google/javascript/jscomp/parsing/NullErrorReporter.html#forNewRhino()"><B>forNewRhino()</B></A> -
Static method in class com.google.javascript.jscomp.parsing.<A HREF="./com/google/javascript/jscomp/parsing/NullErrorReporter.html" title="class in com.google.javascript.jscomp.parsing">NullErrorReporter</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/IR.html#forNode(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>forNode(Node, Node, Node, Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/TestErrorReporter.html#forNoExpectedReports()"><B>forNoExpectedReports()</B></A> -
Static method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/TestErrorReporter.html" title="class in com.google.javascript.rhino.testing">TestErrorReporter</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/parsing/NullErrorReporter.html#forOldRhino()"><B>forOldRhino()</B></A> -
Static method in class com.google.javascript.jscomp.parsing.<A HREF="./com/google/javascript/jscomp/parsing/NullErrorReporter.html" title="class in com.google.javascript.jscomp.parsing">NullErrorReporter</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroup.html#forType(com.google.javascript.jscomp.DiagnosticType)"><B>forType(DiagnosticType)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroup.html" title="class in com.google.javascript.jscomp">DiagnosticGroup</A>
<DD>Create a diagnostic group that matches only the given type.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapSection.html#forURL(java.lang.String, int, int)"><B>forURL(String, int, int)</B></A> -
Static method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapSection.html" title="class in com.google.debugging.sourcemap">SourceMapSection</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#forwardDeclareType(java.lang.String)"><B>forwardDeclareType(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Records a forward-declared type name.
<DT><A HREF="./com/google/javascript/rhino/Node.html#FREE_CALL"><B>FREE_CALL</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/VariableMap.html#fromBytes(byte[])"><B>fromBytes(byte[])</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/VariableMap.html" title="class in com.google.javascript.jscomp">VariableMap</A>
<DD>Deserializes the variable map from a byte array returned by
<A HREF="./com/google/javascript/jscomp/VariableMap.html#toBytes()"><CODE>VariableMap.toBytes()</CODE></A>.
<DT><A HREF="./com/google/javascript/jscomp/JSSourceFile.html#fromCode(java.lang.String, java.lang.String)"><B>fromCode(String, String)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSSourceFile.html" title="class in com.google.javascript.jscomp">JSSourceFile</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.html#fromCode(java.lang.String, java.lang.String)"><B>fromCode(String, String)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.html" title="class in com.google.javascript.jscomp">SourceFile</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.html#fromCode(java.lang.String, java.lang.String, java.lang.String)"><B>fromCode(String, String, String)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.html" title="class in com.google.javascript.jscomp">SourceFile</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JSSourceFile.html#fromFile(java.lang.String, java.nio.charset.Charset)"><B>fromFile(String, Charset)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSSourceFile.html" title="class in com.google.javascript.jscomp">JSSourceFile</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JSSourceFile.html#fromFile(java.lang.String)"><B>fromFile(String)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSSourceFile.html" title="class in com.google.javascript.jscomp">JSSourceFile</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JSSourceFile.html#fromFile(java.io.File, java.nio.charset.Charset)"><B>fromFile(File, Charset)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSSourceFile.html" title="class in com.google.javascript.jscomp">JSSourceFile</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JSSourceFile.html#fromFile(java.io.File)"><B>fromFile(File)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSSourceFile.html" title="class in com.google.javascript.jscomp">JSSourceFile</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.html#fromFile(java.lang.String, java.nio.charset.Charset)"><B>fromFile(String, Charset)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.html" title="class in com.google.javascript.jscomp">SourceFile</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.html#fromFile(java.lang.String)"><B>fromFile(String)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.html" title="class in com.google.javascript.jscomp">SourceFile</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.html#fromFile(java.io.File, java.nio.charset.Charset)"><B>fromFile(File, Charset)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.html" title="class in com.google.javascript.jscomp">SourceFile</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.html#fromFile(java.io.File)"><B>fromFile(File)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.html" title="class in com.google.javascript.jscomp">SourceFile</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.html#fromFile(java.io.File)"><B>fromFile(File)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.html" title="class in com.google.javascript.jscomp">WhitelistWarningsGuard</A>
<DD>Creates a warnings guard from a file.
<DT><A HREF="./com/google/javascript/jscomp/JSSourceFile.html#fromGenerator(java.lang.String, com.google.javascript.jscomp.SourceFile.Generator)"><B>fromGenerator(String, SourceFile.Generator)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSSourceFile.html" title="class in com.google.javascript.jscomp">JSSourceFile</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.html#fromGenerator(java.lang.String, com.google.javascript.jscomp.SourceFile.Generator)"><B>fromGenerator(String, SourceFile.Generator)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.html" title="class in com.google.javascript.jscomp">SourceFile</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JSSourceFile.html#fromInputStream(java.lang.String, java.io.InputStream)"><B>fromInputStream(String, InputStream)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSSourceFile.html" title="class in com.google.javascript.jscomp">JSSourceFile</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.html#fromInputStream(java.lang.String, java.io.InputStream)"><B>fromInputStream(String, InputStream)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.html" title="class in com.google.javascript.jscomp">SourceFile</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.html#fromInputStream(java.lang.String, java.lang.String, java.io.InputStream)"><B>fromInputStream(String, String, InputStream)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.html" title="class in com.google.javascript.jscomp">SourceFile</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/VariableMap.html#fromMap(java.util.Map)"><B>fromMap(Map&lt;String, String&gt;)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/VariableMap.html" title="class in com.google.javascript.jscomp">VariableMap</A>
<DD>Initializes the variable map from an existing map.
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.html#fromReader(java.lang.String, java.io.Reader)"><B>fromReader(String, Reader)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.html" title="class in com.google.javascript.jscomp">SourceFile</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/IR.html#function(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>function(Node, Node, Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#FUNCTION"><B>FUNCTION</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#FUNCTION_FUNCTION_TYPE"><B>FUNCTION_FUNCTION_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#FUNCTION_INSTANCE_TYPE"><B>FUNCTION_INSTANCE_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#FUNCTION_PROTOTYPE"><B>FUNCTION_PROTOTYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionBuilder.html" title="class in com.google.javascript.rhino.jstype"><B>FunctionBuilder</B></A> - Class in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>A builder class for function and arrow types.<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionBuilder.html#FunctionBuilder(com.google.javascript.rhino.jstype.JSTypeRegistry)"><B>FunctionBuilder(JSTypeRegistry)</B></A> -
Constructor for class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionBuilder.html" title="class in com.google.javascript.rhino.jstype">FunctionBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInfo.html" title="class in com.google.javascript.jscomp"><B>FunctionInfo</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp"><B>FunctionInformationMap</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/Result.html#functionInformationMap"><B>functionInformationMap</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Result.html" title="class in com.google.javascript.jscomp">Result</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp"><B>FunctionInformationMap.Builder</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp"><B>FunctionInformationMap.Entry</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp"><B>FunctionInformationMap.Entry.Builder</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.EntryOrBuilder.html" title="interface in com.google.javascript.jscomp"><B>FunctionInformationMap.EntryOrBuilder</B></A> - Interface in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html" title="class in com.google.javascript.jscomp"><B>FunctionInformationMap.Module</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html" title="class in com.google.javascript.jscomp"><B>FunctionInformationMap.Module.Builder</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.ModuleOrBuilder.html" title="interface in com.google.javascript.jscomp"><B>FunctionInformationMap.ModuleOrBuilder</B></A> - Interface in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMapOrBuilder.html" title="interface in com.google.javascript.jscomp"><B>FunctionInformationMapOrBuilder</B></A> - Interface in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/deps/JsFunctionParser.SymbolInfo.html#functionName"><B>functionName</B></A> -
Variable in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/JsFunctionParser.SymbolInfo.html" title="class in com.google.javascript.jscomp.deps">JsFunctionParser.SymbolInfo</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionParamBuilder.html" title="class in com.google.javascript.rhino.jstype"><B>FunctionParamBuilder</B></A> - Class in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>A builder for the Rhino Node representing Function parameters.<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionParamBuilder.html#FunctionParamBuilder(com.google.javascript.rhino.jstype.JSTypeRegistry)"><B>FunctionParamBuilder(JSTypeRegistry)</B></A> -
Constructor for class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionParamBuilder.html" title="class in com.google.javascript.rhino.jstype">FunctionParamBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype"><B>FunctionType</B></A> - Class in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>This derived type provides extended information about a function, including
its return type and argument types.</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#gatherCssNames"><B>gatherCssNames</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Gather CSS names (requires closurePass)
<DT><A HREF="./com/google/javascript/rhino/Token.html#GE"><B>GE</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#generateExports"><B>generateExports</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/GoogleJsMessageIdGenerator.html#generateId(java.lang.String, java.util.List)"><B>generateId(String, List&lt;CharSequence&gt;)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/GoogleJsMessageIdGenerator.html" title="class in com.google.javascript.jscomp">GoogleJsMessageIdGenerator</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.IdGenerator.html#generateId(java.lang.String, java.util.List)"><B>generateId(String, List&lt;CharSequence&gt;)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.IdGenerator.html" title="interface in com.google.javascript.jscomp">JsMessage.IdGenerator</A>
<DD>Generate the ID for the message.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#generatePseudoNames"><B>generatePseudoNames</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Generate pseudo names for variables and properties for debugging purposes.
<DT><A HREF="./com/google/javascript/jscomp/BasicErrorManager.html#generateReport()"><B>generateReport()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/BasicErrorManager.html" title="class in com.google.javascript.jscomp">BasicErrorManager</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ErrorManager.html#generateReport()"><B>generateReport()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ErrorManager.html" title="interface in com.google.javascript.jscomp">ErrorManager</A>
<DD>Writes a report to an implementation-specific medium.
<DT><A HREF="./com/google/javascript/jscomp/CssRenamingMap.ByPart.html#get(java.lang.String)"><B>get(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CssRenamingMap.ByPart.html" title="class in com.google.javascript.jscomp">CssRenamingMap.ByPart</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CssRenamingMap.ByWhole.html#get(java.lang.String)"><B>get(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CssRenamingMap.ByWhole.html" title="class in com.google.javascript.jscomp">CssRenamingMap.ByWhole</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CssRenamingMap.html#get(java.lang.String)"><B>get(String)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CssRenamingMap.html" title="interface in com.google.javascript.jscomp">CssRenamingMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/TagAttr.html#get(java.lang.String)"><B>get(String)</B></A> -
Static method in enum com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/TagAttr.html" title="enum in com.google.javascript.jscomp.jsonml">TagAttr</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SourceExcerptProvider.SourceExcerpt.html#get(com.google.javascript.jscomp.SourceExcerptProvider, java.lang.String, int, com.google.javascript.jscomp.SourceExcerptProvider.ExcerptFormatter)"><B>get(SourceExcerptProvider, String, int, SourceExcerptProvider.ExcerptFormatter)</B></A> -
Method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceExcerptProvider.SourceExcerpt.html" title="enum in com.google.javascript.jscomp">SourceExcerptProvider.SourceExcerpt</A>
<DD>Get a source excerpt string based on the type of the source excerpt.
<DT><A HREF="./com/google/javascript/rhino/jstype/BooleanLiteralSet.html#get(boolean)"><B>get(boolean)</B></A> -
Static method in enum com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/BooleanLiteralSet.html" title="enum in com.google.javascript.rhino.jstype">BooleanLiteralSet</A>
<DD>Returns the singleton set {literalValue}.
<DT><A HREF="./com/google/javascript/rhino/Token.html#GET"><B>GET</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html#getAbstractMethodName()"><B>getAbstractMethodName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html" title="class in com.google.javascript.jscomp">ClosureCodingConvention</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.html#getAbstractMethodName()"><B>getAbstractMethodName()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.html" title="interface in com.google.javascript.jscomp">CodingConvention</A>
<DD>Function name for abstract methods.
<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html#getAbstractMethodName()"><B>getAbstractMethodName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp">CodingConventions.Proxy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#getAliasTransformationHandler()"><B>getAliasTransformationHandler()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CallGraph.html#getAllCallsites()"><B>getAllCallsites()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CallGraph.html" title="class in com.google.javascript.jscomp">CallGraph</A>
<DD>Returns a collection of all callsites in the call graph.
<DT><A HREF="./com/google/javascript/jscomp/JSModule.html#getAllDependencies()"><B>getAllDependencies()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModule.html" title="class in com.google.javascript.jscomp">JSModule</A>
<DD>Returns the transitive closure of dependencies starting from the
dependencies of this module.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#getAllExtendedInterfaces()"><B>getAllExtendedInterfaces()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>Returns all extended interfaces declared by an interfaces or its super-
interfaces.
<DT><A HREF="./com/google/javascript/jscomp/CallGraph.html#getAllFunctions()"><B>getAllFunctions()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CallGraph.html" title="class in com.google.javascript.jscomp">CallGraph</A>
<DD>Returns a collection of all functions (including the main function)
in the call graph.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#getAllImplementedInterfaces()"><B>getAllImplementedInterfaces()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>Returns all interfaces implemented by a class or its superclass and any
superclasses for any of those interfaces.
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.html#getAllJSDocInfo()"><B>getAllJSDocInfo()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.html" title="class in com.google.javascript.jscomp">SymbolTable</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/EmptyMessageBundle.html#getAllMessages()"><B>getAllMessages()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/EmptyMessageBundle.html" title="class in com.google.javascript.jscomp">EmptyMessageBundle</A>
<DD>Returns an empty list of messages.
<DT><A HREF="./com/google/javascript/jscomp/MessageBundle.html#getAllMessages()"><B>getAllMessages()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/MessageBundle.html" title="interface in com.google.javascript.jscomp">MessageBundle</A>
<DD>Returns an iterable over the keys that this object has replacements for.
<DT><A HREF="./com/google/javascript/jscomp/XtbMessageBundle.html#getAllMessages()"><B>getAllMessages()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/XtbMessageBundle.html" title="class in com.google.javascript.jscomp">XtbMessageBundle</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.html#getAllScopes()"><B>getAllScopes()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.html" title="class in com.google.javascript.jscomp">SymbolTable</A>
<DD>Gets all the scopes in this symbol table.
<DT><A HREF="./com/google/javascript/jscomp/Scope.html#getAllSymbols()"><B>getAllSymbols()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.html" title="class in com.google.javascript.jscomp">Scope</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.html#getAllSymbols()"><B>getAllSymbols()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.html" title="class in com.google.javascript.jscomp">SymbolTable</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/StaticSymbolTable.html#getAllSymbols()"><B>getAllSymbols()</B></A> -
Method in interface com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/StaticSymbolTable.html" title="interface in com.google.javascript.rhino.jstype">StaticSymbolTable</A>
<DD>Returns all variables in this symbol table.
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.html#getAllSymbolsForType(com.google.javascript.rhino.jstype.JSType)"><B>getAllSymbolsForType(JSType)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.html" title="class in com.google.javascript.jscomp">SymbolTable</A>
<DD>Gets all symbols associated with the given type.
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.html#getAllSymbolsForTypeOf(com.google.javascript.jscomp.SymbolTable.Symbol)"><B>getAllSymbolsForTypeOf(SymbolTable.Symbol)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.html" title="class in com.google.javascript.jscomp">SymbolTable</A>
<DD>Get all symbols associated with the type of the given symbol.
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.html#getAllSymbolsSorted()"><B>getAllSymbolsSorted()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.html" title="class in com.google.javascript.jscomp">SymbolTable</A>
<DD>Get the symbols in their natural ordering.
<DT><A HREF="./com/google/javascript/rhino/jstype/UnionType.html#getAlternates()"><B>getAlternates()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnionType.html" title="class in com.google.javascript.rhino.jstype">UnionType</A>
<DD>Gets the alternate types of this union type.
<DT><A HREF="./com/google/javascript/rhino/Node.html#getAncestor(int)"><B>getAncestor(int)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Gets the ancestor node relative to this.
<DT><A HREF="./com/google/javascript/rhino/Node.html#getAncestors()"><B>getAncestors()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Iterates all of the node's ancestors excluding itself.
<DT><A HREF="./com/google/javascript/jscomp/graph/Annotatable.html#getAnnotation()"><B>getAnnotation()</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/Annotatable.html" title="interface in com.google.javascript.jscomp.graph">Annotatable</A>
<DD>Retrieves a piece of information that has been annotated.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.Marker.html#getAnnotation()"><B>getAnnotation()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.Marker.html" title="class in com.google.javascript.rhino">JSDocInfo.Marker</A>
<DD>Gets the position information for the annotation name.
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#getAppNameSetter()"><B>getAppNameSetter()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#getAppNameSetter()"><B>getAppNameSetter()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/InstrumentationOrBuilder.html#getAppNameSetter()"><B>getAppNameSetter()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/InstrumentationOrBuilder.html" title="interface in com.google.javascript.jscomp">InstrumentationOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Scope.html#getArgumentsVar()"><B>getArgumentsVar()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.html" title="class in com.google.javascript.jscomp">Scope</A>
<DD>Get a unique VAR object to represents "arguments" within this scope
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.AssertionFunctionSpec.html#getAssertedParam(com.google.javascript.rhino.Node)"><B>getAssertedParam(Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.AssertionFunctionSpec.html" title="class in com.google.javascript.jscomp">CodingConvention.AssertionFunctionSpec</A>
<DD>Returns the parameter of the assertion function that is being checked.
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.AssertionFunctionSpec.html#getAssertedType()"><B>getAssertedType()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.AssertionFunctionSpec.html" title="class in com.google.javascript.jscomp">CodingConvention.AssertionFunctionSpec</A>
<DD>Returns the type for a type assertion, or null if the function asserts
that the node must not be null or undefined.
<DT><A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html#getAssertionFunctions()"><B>getAssertionFunctions()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html" title="class in com.google.javascript.jscomp">ClosureCodingConvention</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.html#getAssertionFunctions()"><B>getAssertionFunctions()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.html" title="interface in com.google.javascript.jscomp">CodingConvention</A>
<DD>Returns the set of AssertionFunction.
<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html#getAssertionFunctions()"><B>getAssertionFunctions()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp">CodingConventions.Proxy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getAssociatedNode()"><B>getAssociatedNode()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerInput.html#getAst()"><B>getAst()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerInput.html" title="class in com.google.javascript.jscomp">CompilerInput</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#getAstDotGraph()"><B>getAstDotGraph()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Gets the DOT graph of the AST generated at the end of compilation.
<DT><A HREF="./com/google/javascript/jscomp/CallGraph.Callsite.html#getAstNode()"><B>getAstNode()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CallGraph.Callsite.html" title="class in com.google.javascript.jscomp">CallGraph.Callsite</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CallGraph.Function.html#getAstNode()"><B>getAstNode()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CallGraph.Function.html" title="class in com.google.javascript.jscomp">CallGraph.Function</A>
<DD>Returns the underlying AST node for the function.
<DT><A HREF="./com/google/javascript/jscomp/CompilerInput.html#getAstRoot(com.google.javascript.jscomp.AbstractCompiler)"><B>getAstRoot(AbstractCompiler)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerInput.html" title="class in com.google.javascript.jscomp">CompilerInput</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JsAst.html#getAstRoot(com.google.javascript.jscomp.AbstractCompiler)"><B>getAstRoot(AbstractCompiler)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsAst.html" title="class in com.google.javascript.jscomp">JsAst</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonMLAst.html#getAstRoot(com.google.javascript.jscomp.AbstractCompiler)"><B>getAstRoot(AbstractCompiler)</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonMLAst.html" title="class in com.google.javascript.jscomp.jsonml">JsonMLAst</A>
<DD>Generates AST based on AST representation
<DT><A HREF="./com/google/javascript/jscomp/SourceAst.html#getAstRoot(com.google.javascript.jscomp.AbstractCompiler)"><B>getAstRoot(AbstractCompiler)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceAst.html" title="interface in com.google.javascript.jscomp">SourceAst</A>
<DD>Gets the root node of the AST for the source file this represents.
<DT><A HREF="./com/google/javascript/jscomp/SyntheticAst.html#getAstRoot(com.google.javascript.jscomp.AbstractCompiler)"><B>getAstRoot(AbstractCompiler)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SyntheticAst.html" title="class in com.google.javascript.jscomp">SyntheticAst</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html#getAttribute(com.google.javascript.jscomp.jsonml.TagAttr)"><B>getAttribute(TagAttr)</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html" title="class in com.google.javascript.jscomp.jsonml">JsonML</A>
<DD>Returns value associated with a given attribute.
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html#getAttributes()"><B>getAttributes()</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html" title="class in com.google.javascript.jscomp.jsonml">JsonML</A>
<DD>Returns a map with attributes and respective values.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getAuthors()"><B>getAuthors()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns the list of authors or null if none.
<DT><A HREF="./com/google/javascript/jscomp/CallGraph.html#getBackwardDirectedGraph()"><B>getBackwardDirectedGraph()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CallGraph.html" title="class in com.google.javascript.jscomp">CallGraph</A>
<DD>Constructs and returns a directed graph where the nodes are functions and
the edges are callsites connecting callees to callers.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getBaseType()"><B>getBaseType()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Gets the base type specified by the <code>@extends</code> annotation.
<DT><A HREF="./com/google/javascript/jscomp/Region.html#getBeginningLineNumber()"><B>getBeginningLineNumber()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Region.html" title="interface in com.google.javascript.jscomp">Region</A>
<DD>Get the beginning line number.
<DT><A HREF="./com/google/javascript/jscomp/SimpleRegion.html#getBeginningLineNumber()"><B>getBeginningLineNumber()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SimpleRegion.html" title="class in com.google.javascript.jscomp">SimpleRegion</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#getBindReturnType(int)"><B>getBindReturnType(int)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>Get the return value of calling "bind" on this function
with the specified number of arguments.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getBlockDescription()"><B>getBlockDescription()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns the block-level description or null if none specified.
<DT><A HREF="./com/google/javascript/jscomp/CallGraph.Function.html#getBodyNode()"><B>getBodyNode()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CallGraph.Function.html" title="class in com.google.javascript.jscomp">CallGraph.Function</A>
<DD>Returns the AST node for the body of the function.
<DT><A HREF="./com/google/javascript/rhino/Node.html#getBooleanProp(int)"><B>getBooleanProp(int)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JSModule.html#getByName(java.lang.String)"><B>getByName(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModule.html" title="class in com.google.javascript.jscomp">JSModule</A>
<DD>Returns the input with the given name or null if none.
<DT><A HREF="./com/google/javascript/jscomp/CallGraph.html#getCallsiteForAstNode(com.google.javascript.rhino.Node)"><B>getCallsiteForAstNode(Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CallGraph.html" title="class in com.google.javascript.jscomp">CallGraph</A>
<DD>Returns the call graph Callsite object corresponding to the provided
AST Token.CALL or Token.NEW node, or null if no such object exists.
<DT><A HREF="./com/google/javascript/jscomp/CallGraph.Function.html#getCallsitesInFunction()"><B>getCallsitesInFunction()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CallGraph.Function.html" title="class in com.google.javascript.jscomp">CallGraph.Function</A>
<DD>Returns the callsites in this function.
<DT><A HREF="./com/google/javascript/jscomp/CallGraph.Function.html#getCallsitesPossiblyTargetingFunction()"><B>getCallsitesPossiblyTargetingFunction()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CallGraph.Function.html" title="class in com.google.javascript.jscomp">CallGraph.Function</A>
<DD>Returns a collection of callsites that might call this function.
<DT><A HREF="./com/google/javascript/jscomp/JSError.html#getCharno()"><B>getCharno()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSError.html" title="class in com.google.javascript.jscomp">JSError</A>
<DD>Get the character number.
<DT><A HREF="./com/google/javascript/rhino/Node.html#getCharno()"><B>getCharno()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DefaultPassConfig.html#getChecks()"><B>getChecks()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DefaultPassConfig.html" title="class in com.google.javascript.jscomp">DefaultPassConfig</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/PassConfig.html#getChecks()"><B>getChecks()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/PassConfig.html" title="class in com.google.javascript.jscomp">PassConfig</A>
<DD>Gets the checking passes to run.
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html#getChild(int)"><B>getChild(int)</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html" title="class in com.google.javascript.jscomp.jsonml">JsonML</A>
<DD>Returns child at a given position.
<DT><A HREF="./com/google/javascript/rhino/Node.html#getChildAtIndex(int)"><B>getChildAtIndex(int)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#getChildBefore(com.google.javascript.rhino.Node)"><B>getChildBefore(Node)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#getChildCount()"><B>getChildCount()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html#getChildren()"><B>getChildren()</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html" title="class in com.google.javascript.jscomp.jsonml">JsonML</A>
<DD>Returns a list of all children.
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html#getChildren(int, int)"><B>getChildren(int, int)</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html" title="class in com.google.javascript.jscomp.jsonml">JsonML</A>
<DD>Returns the portion of children list between the specified
fromIndex, inclusive, and toIndex, exclusive.
<DT><A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html#getClassesDefinedByCall(com.google.javascript.rhino.Node)"><B>getClassesDefinedByCall(Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html" title="class in com.google.javascript.jscomp">ClosureCodingConvention</A>
<DD>Checks if the given method defines a subclass relationship,
and if it does, returns information on that relationship.
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.html#getClassesDefinedByCall(com.google.javascript.rhino.Node)"><B>getClassesDefinedByCall(Node)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.html" title="interface in com.google.javascript.jscomp">CodingConvention</A>
<DD>Checks if the given method defines a subclass relationship,
and if it does, returns information on that relationship.
<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html#getClassesDefinedByCall(com.google.javascript.rhino.Node)"><B>getClassesDefinedByCall(Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp">CodingConventions.Proxy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerInput.html#getCode()"><B>getCode()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerInput.html" title="class in com.google.javascript.jscomp">CompilerInput</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JSSourceFile.html#getCode()"><B>getCode()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSSourceFile.html" title="class in com.google.javascript.jscomp">JSSourceFile</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.Generator.html#getCode()"><B>getCode()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.Generator.html" title="interface in com.google.javascript.jscomp">SourceFile.Generator</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.html#getCode()"><B>getCode()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.html" title="class in com.google.javascript.jscomp">SourceFile</A>
<DD>Gets all the code in this source file.
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.html#getCodeReader()"><B>getCodeReader()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.html" title="class in com.google.javascript.jscomp">SourceFile</A>
<DD>Gets a reader for the code in this source file.
<DT><A HREF="./com/google/javascript/jscomp/PerformanceTracker.html#getCodeSizeRecord()"><B>getCodeSizeRecord()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/PerformanceTracker.html" title="class in com.google.javascript.jscomp">PerformanceTracker</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/AbstractCompiler.html#getCodingConvention()"><B>getCodingConvention()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/AbstractCompiler.html" title="class in com.google.javascript.jscomp">AbstractCompiler</A>
<DD>Gets the current coding convention.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#getCodingConvention()"><B>getCodingConvention()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#getCodingConvention()"><B>getCodingConvention()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphvizGraph.GraphvizEdge.html#getColor()"><B>getColor()</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphvizGraph.GraphvizEdge.html" title="interface in com.google.javascript.jscomp.graph">GraphvizGraph.GraphvizEdge</A>
<DD>Retrieves color of the edge.
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphvizGraph.GraphvizNode.html#getColor()"><B>getColor()</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphvizGraph.GraphvizNode.html" title="interface in com.google.javascript.jscomp.graph">GraphvizGraph.GraphvizNode</A>
<DD>Retrieves color of the node.
<DT><A HREF="./com/google/debugging/sourcemap/FilePosition.html#getColumn()"><B>getColumn()</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/FilePosition.html" title="class in com.google.debugging.sourcemap">FilePosition</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapSection.html#getColumn()"><B>getColumn()</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapSection.html" title="class in com.google.debugging.sourcemap">SourceMapSection</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html#getColumnPosition()"><B>getColumnPosition()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#getColumnPosition()"><B>getColumnPosition()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMappingOrBuilder.html#getColumnPosition()"><B>getColumnPosition()</B></A> -
Method in interface com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMappingOrBuilder.html" title="interface in com.google.debugging.sourcemap.proto">Mapping.LineMappingOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html#getColumnPosition()"><B>getColumnPosition()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#getColumnPosition()"><B>getColumnPosition()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMappingOrBuilder.html#getColumnPosition()"><B>getColumnPosition()</B></A> -
Method in interface com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMappingOrBuilder.html" title="interface in com.google.debugging.sourcemap.proto">Mapping.OriginalMappingOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#getCompiledSource()"><B>getCompiledSource()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#getCompiledSource()"><B>getCompiledSource()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.EntryOrBuilder.html#getCompiledSource()"><B>getCompiledSource()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.EntryOrBuilder.html" title="interface in com.google.javascript.jscomp">FunctionInformationMap.EntryOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html#getCompiledSource()"><B>getCompiledSource()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html#getCompiledSource()"><B>getCompiledSource()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.ModuleOrBuilder.html#getCompiledSource()"><B>getCompiledSource()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.ModuleOrBuilder.html" title="interface in com.google.javascript.jscomp">FunctionInformationMap.ModuleOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.html#getCompiler()"><B>getCompiler()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.html" title="class in com.google.javascript.jscomp">NodeTraversal</A>
<DD>Gets the compiler.
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html#getConstructor()"><B>getConstructor()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html" title="class in com.google.javascript.rhino.jstype">EnumElementType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumType.html#getConstructor()"><B>getConstructor()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumType.html" title="class in com.google.javascript.rhino.jstype">EnumType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html#getConstructor()"><B>getConstructor()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html" title="class in com.google.javascript.rhino.jstype">NoObjectType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#getConstructor()"><B>getConstructor()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>Gets this object's constructor.
<DT><A HREF="./com/google/javascript/rhino/jstype/UnknownType.html#getConstructor()"><B>getConstructor()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnknownType.html" title="class in com.google.javascript.rhino.jstype">UnknownType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CallGraph.Callsite.html#getContainingFunction()"><B>getContainingFunction()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CallGraph.Callsite.html" title="class in com.google.javascript.jscomp">CallGraph.Callsite</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FindExportableNodes.GenerateNodeContext.html#getContextNode()"><B>getContextNode()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FindExportableNodes.GenerateNodeContext.html" title="class in com.google.javascript.jscomp">FindExportableNodes.GenerateNodeContext</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.html#getControlFlowGraph()"><B>getControlFlowGraph()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.html" title="class in com.google.javascript.jscomp">NodeTraversal</A>
<DD>Gets the control flow graph for the current JS scope.
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#getCtorExtendedInterfaces()"><B>getCtorExtendedInterfaces()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>Gets the interfaces extended by the interface associated with this type.
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#getCtorImplementedInterfaces()"><B>getCtorImplementedInterfaces()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>Gets the interfaces implemented by the ctor associated with this type.
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.html#getCurrentNode()"><B>getCurrentNode()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.html" title="class in com.google.javascript.jscomp">NodeTraversal</A>
<DD>Returns the node currently being traversed.
<DT><A HREF="./com/google/javascript/jscomp/Scope.Var.html#getDeclaration()"><B>getDeclaration()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.Var.html" title="class in com.google.javascript.jscomp">Scope.Var</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.Symbol.html#getDeclaration()"><B>getDeclaration()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.Symbol.html" title="class in com.google.javascript.jscomp">SymbolTable.Symbol</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.Property.html#getDeclaration()"><B>getDeclaration()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.Property.html" title="class in com.google.javascript.rhino.jstype">ObjectType.Property</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/SimpleSlot.html#getDeclaration()"><B>getDeclaration()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/SimpleSlot.html" title="class in com.google.javascript.rhino.jstype">SimpleSlot</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/StaticSlot.html#getDeclaration()"><B>getDeclaration()</B></A> -
Method in interface com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/StaticSlot.html" title="interface in com.google.javascript.rhino.jstype">StaticSlot</A>
<DD>Gets the declaration of this symbol.
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.Symbol.html#getDeclarationNode()"><B>getDeclarationNode()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.Symbol.html" title="class in com.google.javascript.jscomp">SymbolTable.Symbol</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#getDeclarationToRemove(int)"><B>getDeclarationToRemove(int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#getDeclarationToRemove(int)"><B>getDeclarationToRemove(int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/InstrumentationOrBuilder.html#getDeclarationToRemove(int)"><B>getDeclarationToRemove(int)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/InstrumentationOrBuilder.html" title="interface in com.google.javascript.jscomp">InstrumentationOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#getDeclarationToRemoveCount()"><B>getDeclarationToRemoveCount()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#getDeclarationToRemoveCount()"><B>getDeclarationToRemoveCount()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/InstrumentationOrBuilder.html#getDeclarationToRemoveCount()"><B>getDeclarationToRemoveCount()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/InstrumentationOrBuilder.html" title="interface in com.google.javascript.jscomp">InstrumentationOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#getDeclarationToRemoveList()"><B>getDeclarationToRemoveList()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#getDeclarationToRemoveList()"><B>getDeclarationToRemoveList()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/InstrumentationOrBuilder.html#getDeclarationToRemoveList()"><B>getDeclarationToRemoveList()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/InstrumentationOrBuilder.html" title="interface in com.google.javascript.jscomp">InstrumentationOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Scope.html#getDeclarativelyUnboundVarsWithoutTypes()"><B>getDeclarativelyUnboundVarsWithoutTypes()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.html" title="class in com.google.javascript.jscomp">Scope</A>
<DD>Gets all variables declared with "var" but without declared types attached.
<DT><A HREF="./com/google/javascript/jscomp/JSModuleGraph.html#getDeepestCommonDependencyInclusive(com.google.javascript.jscomp.JSModule, com.google.javascript.jscomp.JSModule)"><B>getDeepestCommonDependencyInclusive(JSModule, JSModule)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModuleGraph.html" title="class in com.google.javascript.jscomp">JSModuleGraph</A>
<DD>Finds the deepest common dependency of two modules, including the
modules themselves.
<DT><A HREF="./com/google/javascript/jscomp/JSModuleGraph.html#getDeepestCommonDependencyInclusive(java.util.Collection)"><B>getDeepestCommonDependencyInclusive(Collection&lt;JSModule&gt;)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModuleGraph.html" title="class in com.google.javascript.jscomp">JSModuleGraph</A>
<DD>Returns the deepest common dependency of the given modules.
<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.html#getDefault()"><B>getDefault()</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.html" title="class in com.google.javascript.jscomp">CodingConventions</A>
<DD>Gets the default coding convention.
<DT><A HREF="./com/google/javascript/jscomp/CommandLineRunner.html#getDefaultExterns()"><B>getDefaultExterns()</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CommandLineRunner.html" title="class in com.google.javascript.jscomp">CommandLineRunner</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#getDefaultInstance()"><B>getDefaultInstance()</B></A> -
Static method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#getDefaultInstance()"><B>getDefaultInstance()</B></A> -
Static method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#getDefaultInstance()"><B>getDefaultInstance()</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#getDefaultInstance()"><B>getDefaultInstance()</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html#getDefaultInstance()"><B>getDefaultInstance()</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#getDefaultInstance()"><B>getDefaultInstance()</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html#getDefaultInstanceForType()"><B>getDefaultInstanceForType()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#getDefaultInstanceForType()"><B>getDefaultInstanceForType()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html#getDefaultInstanceForType()"><B>getDefaultInstanceForType()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#getDefaultInstanceForType()"><B>getDefaultInstanceForType()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#getDefaultInstanceForType()"><B>getDefaultInstanceForType()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#getDefaultInstanceForType()"><B>getDefaultInstanceForType()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#getDefaultInstanceForType()"><B>getDefaultInstanceForType()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#getDefaultInstanceForType()"><B>getDefaultInstanceForType()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html#getDefaultInstanceForType()"><B>getDefaultInstanceForType()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html#getDefaultInstanceForType()"><B>getDefaultInstanceForType()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#getDefaultInstanceForType()"><B>getDefaultInstanceForType()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#getDefaultInstanceForType()"><B>getDefaultInstanceForType()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JSError.html#getDefaultLevel()"><B>getDefaultLevel()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSError.html" title="class in com.google.javascript.jscomp">JSError</A>
<DD>The default level, before any of the WarningsGuards are applied.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#getDefineReplacements()"><B>getDefineReplacements()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Returns the map of define replacements.
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.html#getDelegateRelationship(com.google.javascript.rhino.Node)"><B>getDelegateRelationship(Node)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.html" title="interface in com.google.javascript.jscomp">CodingConvention</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html#getDelegateRelationship(com.google.javascript.rhino.Node)"><B>getDelegateRelationship(Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp">CodingConventions.Proxy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.html#getDelegateSuperclassName()"><B>getDelegateSuperclassName()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.html" title="interface in com.google.javascript.jscomp">CodingConvention</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html#getDelegateSuperclassName()"><B>getDelegateSuperclassName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp">CodingConventions.Proxy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JSModule.html#getDependencies()"><B>getDependencies()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModule.html" title="class in com.google.javascript.jscomp">JSModule</A>
<DD>Gets the list of modules that this module depends on.
<DT><A HREF="./com/google/javascript/jscomp/deps/SortedDependencies.html#getDependenciesOf(java.util.List, boolean)"><B>getDependenciesOf(List&lt;INPUT&gt;, boolean)</B></A> -
Method in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/SortedDependencies.html" title="class in com.google.javascript.jscomp.deps">SortedDependencies</A>
<DD>Gets all the dependencies of the given roots.
<DT><A HREF="./com/google/javascript/jscomp/JSModuleGraph.ModuleDependenceException.html#getDependentModule()"><B>getDependentModule()</B></A> -
Method in exception com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModuleGraph.ModuleDependenceException.html" title="class in com.google.javascript.jscomp">JSModuleGraph.ModuleDependenceException</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getDeprecationReason()"><B>getDeprecationReason()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns the deprecation reason or null if none specified.
<DT><A HREF="./com/google/javascript/jscomp/JSModule.html#getDepth()"><B>getDepth()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModule.html" title="class in com.google.javascript.jscomp">JSModule</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.html#getDesc()"><B>getDesc()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.html" title="class in com.google.javascript.jscomp">JsMessage</A>
<DD>Gets the description associated with this message, intended to help
translators, or null if this message has no description.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getDescription()"><B>getDescription()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Gets the description specified by the <code>@desc</code> annotation.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.Marker.html#getDescription()"><B>getDescription()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.Marker.html" title="class in com.google.javascript.rhino">JSDocInfo.Marker</A>
<DD>Gets the position information for the description found
in a block tag.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getDescriptionForParameter(java.lang.String)"><B>getDescriptionForParameter(String)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns the description for the parameter with the given name, if its
exists.
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.html#getDescriptor()"><B>getDescriptor()</B></A> -
Static method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html#getDescriptor()"><B>getDescriptor()</B></A> -
Static method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#getDescriptor()"><B>getDescriptor()</B></A> -
Static method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html#getDescriptor()"><B>getDescriptor()</B></A> -
Static method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#getDescriptor()"><B>getDescriptor()</B></A> -
Static method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInfo.html#getDescriptor()"><B>getDescriptor()</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInfo.html" title="class in com.google.javascript.jscomp">FunctionInfo</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#getDescriptor()"><B>getDescriptor()</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#getDescriptor()"><B>getDescriptor()</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#getDescriptor()"><B>getDescriptor()</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#getDescriptor()"><B>getDescriptor()</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html#getDescriptor()"><B>getDescriptor()</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html#getDescriptor()"><B>getDescriptor()</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#getDescriptor()"><B>getDescriptor()</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#getDescriptor()"><B>getDescriptor()</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/InstrumentationTemplate.html#getDescriptor()"><B>getDescriptor()</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/InstrumentationTemplate.html" title="class in com.google.javascript.jscomp">InstrumentationTemplate</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html#getDescriptorForType()"><B>getDescriptorForType()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html#getDescriptorForType()"><B>getDescriptorForType()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#getDescriptorForType()"><B>getDescriptorForType()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#getDescriptorForType()"><B>getDescriptorForType()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html#getDescriptorForType()"><B>getDescriptorForType()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#getDescriptorForType()"><B>getDescriptorForType()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/DiGraph.DiGraphEdge.html#getDestination()"><B>getDestination()</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/DiGraph.DiGraphEdge.html" title="interface in com.google.javascript.jscomp.graph">DiGraph.DiGraphEdge</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#getDiagnosticGroups()"><B>getDiagnosticGroups()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>The warning classes that are available from the command-line, and
are suppressable by the <code>@suppress</code> annotation.
<DT><A HREF="./com/google/javascript/jscomp/graph/DiGraph.html#getDirectedGraphEdges(N, N)"><B>getDirectedGraphEdges(N, N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/DiGraph.html" title="class in com.google.javascript.jscomp.graph">DiGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#getDirectedGraphEdges(N, N)"><B>getDirectedGraphEdges(N, N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/DiGraph.html#getDirectedGraphNode(N)"><B>getDirectedGraphNode(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/DiGraph.html" title="class in com.google.javascript.jscomp.graph">DiGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#getDirectedGraphNode(N)"><B>getDirectedGraphNode(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/DiGraph.html#getDirectedGraphNodes()"><B>getDirectedGraphNodes()</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/DiGraph.html" title="class in com.google.javascript.jscomp.graph">DiGraph</A>
<DD>Gets an immutable iterable over all the nodes in the graph.
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#getDirectedGraphNodes()"><B>getDirectedGraphNodes()</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/DiGraph.html#getDirectedPredNodes(com.google.javascript.jscomp.graph.DiGraph.DiGraphNode)"><B>getDirectedPredNodes(DiGraph.DiGraphNode&lt;N, E&gt;)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/DiGraph.html" title="class in com.google.javascript.jscomp.graph">DiGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/DiGraph.html#getDirectedPredNodes(N)"><B>getDirectedPredNodes(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/DiGraph.html" title="class in com.google.javascript.jscomp.graph">DiGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#getDirectedPredNodes(N)"><B>getDirectedPredNodes(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#getDirectedPredNodes(com.google.javascript.jscomp.graph.DiGraph.DiGraphNode)"><B>getDirectedPredNodes(DiGraph.DiGraphNode&lt;N, E&gt;)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/DiGraph.html#getDirectedSuccNodes(com.google.javascript.jscomp.graph.DiGraph.DiGraphNode)"><B>getDirectedSuccNodes(DiGraph.DiGraphNode&lt;N, E&gt;)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/DiGraph.html" title="class in com.google.javascript.jscomp.graph">DiGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/DiGraph.html#getDirectedSuccNodes(N)"><B>getDirectedSuccNodes(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/DiGraph.html" title="class in com.google.javascript.jscomp.graph">DiGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#getDirectedSuccNodes(N)"><B>getDirectedSuccNodes(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#getDirectedSuccNodes(com.google.javascript.jscomp.graph.DiGraph.DiGraphNode)"><B>getDirectedSuccNodes(DiGraph.DiGraphNode&lt;N, E&gt;)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#getDirectImplementors(com.google.javascript.rhino.jstype.ObjectType)"><B>getDirectImplementors(ObjectType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Returns a collection of types that directly implement <code>interfaceInstance</code>.
<DT><A HREF="./com/google/javascript/rhino/Node.html#getDirectives()"><B>getDirectives()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Returns the set of ES5 directives for this node.
<DT><A HREF="./com/google/javascript/rhino/jstype/AllType.html#getDisplayName()"><B>getDisplayName()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/AllType.html" title="class in com.google.javascript.rhino.jstype">AllType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/BooleanType.html#getDisplayName()"><B>getDisplayName()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/BooleanType.html" title="class in com.google.javascript.rhino.jstype">BooleanType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumType.html#getDisplayName()"><B>getDisplayName()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumType.html" title="class in com.google.javascript.rhino.jstype">EnumType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#getDisplayName()"><B>getDisplayName()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Returns a user meaningful label for the JSType instance.
<DT><A HREF="./com/google/javascript/rhino/jstype/NullType.html#getDisplayName()"><B>getDisplayName()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NullType.html" title="class in com.google.javascript.rhino.jstype">NullType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NumberType.html#getDisplayName()"><B>getDisplayName()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NumberType.html" title="class in com.google.javascript.rhino.jstype">NumberType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#getDisplayName()"><B>getDisplayName()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/StringType.html#getDisplayName()"><B>getDisplayName()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/StringType.html" title="class in com.google.javascript.rhino.jstype">StringType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/UnknownType.html#getDisplayName()"><B>getDisplayName()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnknownType.html" title="class in com.google.javascript.rhino.jstype">UnknownType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/VoidType.html#getDisplayName()"><B>getDisplayName()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/VoidType.html" title="class in com.google.javascript.rhino.jstype">VoidType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#getDouble()"><B>getDouble()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Can only be called when <tt>getType() == TokenStream.NUMBER</tt>
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#getEachReferenceTypeWithProperty(java.lang.String)"><B>getEachReferenceTypeWithProperty(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Returns each reference type that has a property <code>propertyName</code>
defined on it.
<DT><A HREF="./com/google/javascript/jscomp/graph/Graph.html#getEdges()"><B>getEdges()</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/Graph.html" title="class in com.google.javascript.jscomp.graph">Graph</A>
<DD>Gets an immutable list of all edges.
<DT><A HREF="./com/google/javascript/jscomp/graph/Graph.html#getEdges(N, N)"><B>getEdges(N, N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/Graph.html" title="class in com.google.javascript.jscomp.graph">Graph</A>
<DD>Retrieves an edge from the graph.
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#getEdges(N, N)"><B>getEdges(N, N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#getEdges()"><B>getEdges()</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html#getEdges(N, N)"><B>getEdges(N, N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html#getEdges()"><B>getEdges()</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/IR.html#getelem(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>getelem(Node, Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#GETELEM"><B>GETELEM</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonMLAst.html#getElementPreOrder(int)"><B>getElementPreOrder(int)</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonMLAst.html" title="class in com.google.javascript.jscomp.jsonml">JsonMLAst</A>
<DD>Returns a JsonML element with the specified number from the tree in
pre-order walk.
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumType.html#getElements()"><B>getElements()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumType.html" title="class in com.google.javascript.rhino.jstype">EnumType</A>
<DD>Gets the elements defined on this enum.
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumType.html#getElementsType()"><B>getElementsType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumType.html" title="class in com.google.javascript.rhino.jstype">EnumType</A>
<DD>Gets the elements' type.
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.html#getEnclosingFunction()"><B>getEnclosingFunction()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.html" title="class in com.google.javascript.jscomp">NodeTraversal</A>
<DD>Examines the functions stack for the last instance of a function node.
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.html#getEnclosingScope(com.google.javascript.rhino.Node)"><B>getEnclosingScope(Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.html" title="class in com.google.javascript.jscomp">SymbolTable</A>
<DD>Gets the scope that contains the given node.
<DT><A HREF="./com/google/javascript/jscomp/Region.html#getEndingLineNumber()"><B>getEndingLineNumber()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Region.html" title="interface in com.google.javascript.jscomp">Region</A>
<DD>Get the ending line number.
<DT><A HREF="./com/google/javascript/jscomp/SimpleRegion.html#getEndingLineNumber()"><B>getEndingLineNumber()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SimpleRegion.html" title="class in com.google.javascript.jscomp">SimpleRegion</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/SourcePosition.html#getEndLine()"><B>getEndLine()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/SourcePosition.html" title="class in com.google.javascript.rhino">SourcePosition</A>
<DD>Returns the ending line number of this position.
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#getEntry(int)"><B>getEntry(int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#getEntry(int)"><B>getEntry(int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMapOrBuilder.html#getEntry(int)"><B>getEntry(int)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMapOrBuilder.html" title="interface in com.google.javascript.jscomp">FunctionInformationMapOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#getEntryBuilder(int)"><B>getEntryBuilder(int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#getEntryBuilderList()"><B>getEntryBuilderList()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#getEntryCount()"><B>getEntryCount()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#getEntryCount()"><B>getEntryCount()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMapOrBuilder.html#getEntryCount()"><B>getEntryCount()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMapOrBuilder.html" title="interface in com.google.javascript.jscomp">FunctionInformationMapOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#getEntryList()"><B>getEntryList()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#getEntryList()"><B>getEntryList()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMapOrBuilder.html#getEntryList()"><B>getEntryList()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMapOrBuilder.html" title="interface in com.google.javascript.jscomp">FunctionInformationMapOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#getEntryOrBuilder(int)"><B>getEntryOrBuilder(int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#getEntryOrBuilder(int)"><B>getEntryOrBuilder(int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMapOrBuilder.html#getEntryOrBuilder(int)"><B>getEntryOrBuilder(int)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMapOrBuilder.html" title="interface in com.google.javascript.jscomp">FunctionInformationMapOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#getEntryOrBuilderList()"><B>getEntryOrBuilderList()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#getEntryOrBuilderList()"><B>getEntryOrBuilderList()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMapOrBuilder.html#getEntryOrBuilderList()"><B>getEntryOrBuilderList()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMapOrBuilder.html" title="interface in com.google.javascript.jscomp">FunctionInformationMapOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getEnumParameterType()"><B>getEnumParameterType()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Gets the enum parameter type specified by the <code>@enum</code> annotation.
<DT><A HREF="./com/google/javascript/jscomp/BasicErrorManager.html#getErrorCount()"><B>getErrorCount()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/BasicErrorManager.html" title="class in com.google.javascript.jscomp">BasicErrorManager</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#getErrorCount()"><B>getErrorCount()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Gets the number of errors.
<DT><A HREF="./com/google/javascript/jscomp/ErrorManager.html#getErrorCount()"><B>getErrorCount()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ErrorManager.html" title="interface in com.google.javascript.jscomp">ErrorManager</A>
<DD>Gets the number of reported errors.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#getErrorLevel(com.google.javascript.jscomp.JSError)"><B>getErrorLevel(JSError)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/AbstractCompiler.html#getErrorManager()"><B>getErrorManager()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/AbstractCompiler.html" title="class in com.google.javascript.jscomp">AbstractCompiler</A>
<DD>Gets the error manager.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#getErrorManager()"><B>getErrorManager()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#getErrorReporter()"><B>getErrorReporter()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/BasicErrorManager.html#getErrors()"><B>getErrors()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/BasicErrorManager.html" title="class in com.google.javascript.jscomp">BasicErrorManager</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#getErrors()"><B>getErrors()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Returns the array of errors (never null).
<DT><A HREF="./com/google/javascript/jscomp/ErrorManager.html#getErrors()"><B>getErrors()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ErrorManager.html" title="interface in com.google.javascript.jscomp">ErrorManager</A>
<DD>Gets all the errors.
<DT><A HREF="./com/google/javascript/jscomp/jsonml/SecureCompiler.Report.html#getErrors()"><B>getErrors()</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/SecureCompiler.Report.html" title="class in com.google.javascript.jscomp.jsonml">SecureCompiler.Report</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#getExistingIntProp(int)"><B>getExistingIntProp(int)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html#getExportPropertyFunction()"><B>getExportPropertyFunction()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html" title="class in com.google.javascript.jscomp">ClosureCodingConvention</A>
<DD>Use closure's implementation.
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.html#getExportPropertyFunction()"><B>getExportPropertyFunction()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.html" title="interface in com.google.javascript.jscomp">CodingConvention</A>
<DD>Function name used when exporting properties.
<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html#getExportPropertyFunction()"><B>getExportPropertyFunction()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp">CodingConventions.Proxy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FindExportableNodes.html#getExports()"><B>getExports()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FindExportableNodes.html" title="class in com.google.javascript.jscomp">FindExportableNodes</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html#getExportSymbolFunction()"><B>getExportSymbolFunction()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html" title="class in com.google.javascript.jscomp">ClosureCodingConvention</A>
<DD>Use closure's implementation.
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.html#getExportSymbolFunction()"><B>getExportSymbolFunction()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.html" title="interface in com.google.javascript.jscomp">CodingConvention</A>
<DD>Function name used when exporting symbols.
<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html#getExportSymbolFunction()"><B>getExportSymbolFunction()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp">CodingConventions.Proxy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getExtendedInterfaces()"><B>getExtendedInterfaces()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns the interfaces extended by an interface
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#getExtendedInterfaces()"><B>getExtendedInterfaces()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>Returns interfaces directly extended by an interface
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getExtendedInterfacesCount()"><B>getExtendedInterfacesCount()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Gets the number of extended interfaces specified
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#getExtendedInterfacesCount()"><B>getExtendedInterfacesCount()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>Returns the number of interfaces directly extended by an interface
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getFileOverview()"><B>getFileOverview()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns the file overview or null if none specified.
<DT><A HREF="./com/google/javascript/rhino/Node.html#getFirstChild()"><B>getFirstChild()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/Graph.html#getFirstEdge(N, N)"><B>getFirstEdge(N, N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/Graph.html" title="class in com.google.javascript.jscomp.graph">Graph</A>
<DD>Retrieves any edge from the graph.
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#getFirstEdge(N, N)"><B>getFirstEdge(N, N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html#getFirstEdge(N, N)"><B>getFirstEdge(N, N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.html#getFirstLine(java.lang.String)"><B>getFirstLine(String)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.html" title="class in com.google.javascript.jscomp">WhitelistWarningsGuard</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CallGraph.html#getForwardDirectedGraph()"><B>getForwardDirectedGraph()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CallGraph.html" title="class in com.google.javascript.jscomp">CallGraph</A>
<DD>Constructs and returns a directed graph where the nodes are functions and
the edges are callsites connecting callers to callees.
<DT><A HREF="./com/google/javascript/jscomp/CallGraph.html#getFunctionForAstNode(com.google.javascript.rhino.Node)"><B>getFunctionForAstNode(Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CallGraph.html" title="class in com.google.javascript.jscomp">CallGraph</A>
<DD>Returns the call graph Function object corresponding to the provided
AST Token.FUNCTION node, or null if no such object exists.
<DT><A HREF="./com/google/javascript/jscomp/NodeUtil.html#getFunctionJSDocInfo(com.google.javascript.rhino.Node)"><B>getFunctionJSDocInfo(Node)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeUtil.html" title="class in com.google.javascript.jscomp">NodeUtil</A>
<DD>Get the JSDocInfo for a function.
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.AssertionFunctionSpec.html#getFunctionName()"><B>getFunctionName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.AssertionFunctionSpec.html" title="class in com.google.javascript.jscomp">CodingConvention.AssertionFunctionSpec</A>
<DD>Returns the name of the function.
<DT><A HREF="./com/google/javascript/jscomp/NodeUtil.html#getFunctionParameters(com.google.javascript.rhino.Node)"><B>getFunctionParameters(Node)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeUtil.html" title="class in com.google.javascript.jscomp">NodeUtil</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.Symbol.html#getFunctionType()"><B>getFunctionType()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.Symbol.html" title="class in com.google.javascript.jscomp">SymbolTable.Symbol</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html#getGlobalObject()"><B>getGlobalObject()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html" title="class in com.google.javascript.jscomp">ClosureCodingConvention</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.html#getGlobalObject()"><B>getGlobalObject()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.html" title="interface in com.google.javascript.jscomp">CodingConvention</A>
<DD>Gets the name of the global object.
<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html#getGlobalObject()"><B>getGlobalObject()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp">CodingConventions.Proxy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JqueryCodingConvention.html#getGlobalObject()"><B>getGlobalObject()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JqueryCodingConvention.html" title="class in com.google.javascript.jscomp">JqueryCodingConvention</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.html#getGlobalScope()"><B>getGlobalScope()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.html" title="class in com.google.javascript.jscomp">SymbolTable</A>
<DD>Returns the global scope.
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphColoring.html#getGraph()"><B>getGraph()</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphColoring.html" title="class in com.google.javascript.jscomp.graph">GraphColoring</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphvizGraph.html#getGraphvizEdges()"><B>getGraphvizEdges()</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphvizGraph.html" title="interface in com.google.javascript.jscomp.graph">GraphvizGraph</A>
<DD>Retrieve a list of edges in the graph.
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#getGraphvizEdges()"><B>getGraphvizEdges()</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html#getGraphvizEdges()"><B>getGraphvizEdges()</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphvizGraph.html#getGraphvizNodes()"><B>getGraphvizNodes()</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphvizGraph.html" title="interface in com.google.javascript.jscomp.graph">GraphvizGraph</A>
<DD>Retrieve a list of nodes in the graph.
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#getGraphvizNodes()"><B>getGraphvizNodes()</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html#getGraphvizNodes()"><B>getGraphvizNodes()</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#getGreatestSubtype(com.google.javascript.rhino.jstype.JSType)"><B>getGreatestSubtype(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Gets the greatest subtype of <code>this</code> and <code>that</code>.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#getGreatestSubtypeWithProperty(com.google.javascript.rhino.jstype.JSType, java.lang.String)"><B>getGreatestSubtypeWithProperty(JSType, String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Gets the greatest subtype of the <code>type</code> that has a property
<code>propertyName</code> defined on it.
<DT><A HREF="./com/google/javascript/jscomp/ant/Warning.html#getGroup()"><B>getGroup()</B></A> -
Method in class com.google.javascript.jscomp.ant.<A HREF="./com/google/javascript/jscomp/ant/Warning.html" title="class in com.google.javascript.jscomp.ant">Warning</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#getId()"><B>getId()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#getId()"><B>getId()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.EntryOrBuilder.html#getId()"><B>getId()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.EntryOrBuilder.html" title="interface in com.google.javascript.jscomp">FunctionInformationMap.EntryOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphvizGraph.GraphvizNode.html#getId()"><B>getId()</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphvizGraph.GraphvizNode.html" title="interface in com.google.javascript.jscomp.graph">GraphvizGraph.GraphvizNode</A>
<DD>Retrieves the unique ID.
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.html#getId()"><B>getId()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.html" title="class in com.google.javascript.jscomp">JsMessage</A>
<DD>Gets the message's id, or name (e.g.
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html#getIdentifier()"><B>getIdentifier()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#getIdentifier()"><B>getIdentifier()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMappingOrBuilder.html#getIdentifier()"><B>getIdentifier()</B></A> -
Method in interface com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMappingOrBuilder.html" title="interface in com.google.debugging.sourcemap.proto">Mapping.OriginalMappingOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/InputId.html#getIdName()"><B>getIdName()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/InputId.html" title="class in com.google.javascript.rhino">InputId</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getImplementedInterfaceCount()"><B>getImplementedInterfaceCount()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Gets the number of interfaces specified by the <code>@implements</code>
annotation.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getImplementedInterfaces()"><B>getImplementedInterfaces()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns the types specified by the <code>@implements</code> annotation.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#getImplementedInterfaces()"><B>getImplementedInterfaces()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>Returns interfaces implemented directly by a class or its superclass.
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html#getImplicitPrototype()"><B>getImplicitPrototype()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html" title="class in com.google.javascript.rhino.jstype">EnumElementType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumType.html#getImplicitPrototype()"><B>getImplicitPrototype()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumType.html" title="class in com.google.javascript.rhino.jstype">EnumType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html#getImplicitPrototype()"><B>getImplicitPrototype()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html" title="class in com.google.javascript.rhino.jstype">NoObjectType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#getImplicitPrototype()"><B>getImplicitPrototype()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>Gets the implicit prototype (a.k.a.
<DT><A HREF="./com/google/javascript/rhino/jstype/UnknownType.html#getImplicitPrototype()"><B>getImplicitPrototype()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnknownType.html" title="class in com.google.javascript.rhino.jstype">UnknownType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#getIndexOfChild(com.google.javascript.rhino.Node)"><B>getIndexOfChild(Node)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.SymbolScope.html#getIndexOfSymbol(com.google.javascript.jscomp.SymbolTable.Symbol)"><B>getIndexOfSymbol(SymbolTable.Symbol)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.SymbolScope.html" title="class in com.google.javascript.jscomp">SymbolTable.SymbolScope</A>
<DD>Gets a unique index for the symbol in this scope.
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#getIndexType()"><B>getIndexType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>Gets the declared default index type.
<DT><A HREF="./com/google/javascript/jscomp/graph/DiGraph.DiGraphNode.html#getInEdges()"><B>getInEdges()</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/DiGraph.DiGraphNode.html" title="interface in com.google.javascript.jscomp.graph">DiGraph.DiGraphNode</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/DiGraph.html#getInEdges(N)"><B>getInEdges(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/DiGraph.html" title="class in com.google.javascript.jscomp.graph">DiGraph</A>
<DD>Gets an immutable list of in edges of the given node.
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#getInEdges(N)"><B>getInEdges(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#getInferTypes()"><B>getInferTypes()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Gets the inferTypes flag.
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#getInit(int)"><B>getInit(int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#getInit(int)"><B>getInit(int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/InstrumentationOrBuilder.html#getInit(int)"><B>getInit(int)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/InstrumentationOrBuilder.html" title="interface in com.google.javascript.jscomp">InstrumentationOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#getInitCount()"><B>getInitCount()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#getInitCount()"><B>getInitCount()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/InstrumentationOrBuilder.html#getInitCount()"><B>getInitCount()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/InstrumentationOrBuilder.html" title="interface in com.google.javascript.jscomp">InstrumentationOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Scope.Var.html#getInitialValue()"><B>getInitialValue()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.Var.html" title="class in com.google.javascript.jscomp">Scope.Var</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#getInitList()"><B>getInitList()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#getInitList()"><B>getInitList()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/InstrumentationOrBuilder.html#getInitList()"><B>getInitList()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/InstrumentationOrBuilder.html" title="interface in com.google.javascript.jscomp">InstrumentationOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/AbstractCompiler.html#getInput(com.google.javascript.rhino.InputId)"><B>getInput(InputId)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/AbstractCompiler.html" title="class in com.google.javascript.jscomp">AbstractCompiler</A>
<DD>Looks up an input (possibly an externs input) by name.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#getInput(com.google.javascript.rhino.InputId)"><B>getInput(InputId)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.html#getInput()"><B>getInput()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.html" title="class in com.google.javascript.jscomp">NodeTraversal</A>
<DD>Gets the current input source.
<DT><A HREF="./com/google/javascript/jscomp/CompilerInput.html#getInputId()"><B>getInputId()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerInput.html" title="class in com.google.javascript.jscomp">CompilerInput</A>
<DD>Returns a name for this input.
<DT><A HREF="./com/google/javascript/jscomp/JsAst.html#getInputId()"><B>getInputId()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsAst.html" title="class in com.google.javascript.jscomp">JsAst</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonMLAst.html#getInputId()"><B>getInputId()</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonMLAst.html" title="class in com.google.javascript.jscomp.jsonml">JsonMLAst</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeUtil.html#getInputId(com.google.javascript.rhino.Node)"><B>getInputId(Node)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeUtil.html" title="class in com.google.javascript.jscomp">NodeUtil</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SourceAst.html#getInputId()"><B>getInputId()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceAst.html" title="interface in com.google.javascript.jscomp">SourceAst</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SyntheticAst.html#getInputId()"><B>getInputId()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SyntheticAst.html" title="class in com.google.javascript.jscomp">SyntheticAst</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#getInputId()"><B>getInputId()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Scope.Var.html#getInputName()"><B>getInputName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.Var.html" title="class in com.google.javascript.jscomp">Scope.Var</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/deps/SortedDependencies.html#getInputProviding(java.lang.String)"><B>getInputProviding(String)</B></A> -
Method in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/SortedDependencies.html" title="class in com.google.javascript.jscomp.deps">SortedDependencies</A>
<DD>Return the input that gives us the given symbol.
<DT><A HREF="./com/google/javascript/jscomp/JSModule.html#getInputs()"><B>getInputs()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModule.html" title="class in com.google.javascript.jscomp">JSModule</A>
<DD>Gets this module's list of source code inputs.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#getInputsById()"><B>getInputsById()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Returns an unmodifiable view of the compiler inputs indexed by id.
<DT><A HREF="./com/google/javascript/jscomp/deps/SortedDependencies.html#getInputsWithoutProvides()"><B>getInputsWithoutProvides()</B></A> -
Method in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/SortedDependencies.html" title="class in com.google.javascript.jscomp.deps">SortedDependencies</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorFactory.html#getInstance()"><B>getInstance()</B></A> -
Static method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorFactory.html" title="class in com.google.debugging.sourcemap">SourceMapGeneratorFactory</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorFactory.html#getInstance(com.google.debugging.sourcemap.SourceMapFormat)"><B>getInstance(SourceMapFormat)</B></A> -
Static method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorFactory.html" title="class in com.google.debugging.sourcemap">SourceMapGeneratorFactory</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#getInstanceType()"><B>getInstanceType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>Gets the type of instance of this function.
<DT><A HREF="./com/google/javascript/rhino/Node.html#getIntProp(int)"><B>getIntProp(int)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Returns the integer value for the property, or 0 if the property
is not defined.
<DT><A HREF="./com/google/javascript/jscomp/NodeUtil.html#getInverseOperator(int)"><B>getInverseOperator(int)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeUtil.html" title="class in com.google.javascript.jscomp">NodeUtil</A>
<DD>Returns the inverse of an operator if it is invertible.
<DT><A HREF="./com/google/javascript/rhino/SourcePosition.html#getItem()"><B>getItem()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/SourcePosition.html" title="class in com.google.javascript.rhino">SourcePosition</A>
<DD>Returns the item found at this source position.
<DT><A HREF="./com/google/javascript/rhino/Node.html#getJsDocBuilderForNode()"><B>getJsDocBuilderForNode()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Scope.Var.html#getJSDocInfo()"><B>getJSDocInfo()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.Var.html" title="class in com.google.javascript.jscomp">Scope.Var</A>
<DD>Gets the JSDocInfo for the variable.
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.Symbol.html#getJSDocInfo()"><B>getJSDocInfo()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.Symbol.html" title="class in com.google.javascript.jscomp">SymbolTable.Symbol</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#getJSDocInfo()"><B>getJSDocInfo()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Gets the docInfo for this type.
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#getJSDocInfo()"><B>getJSDocInfo()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>Gets the docInfo for this type.
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.Property.html#getJSDocInfo()"><B>getJSDocInfo()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.Property.html" title="class in com.google.javascript.rhino.jstype">ObjectType.Property</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/SimpleSlot.html#getJSDocInfo()"><B>getJSDocInfo()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/SimpleSlot.html" title="class in com.google.javascript.rhino.jstype">SimpleSlot</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/StaticSlot.html#getJSDocInfo()"><B>getJSDocInfo()</B></A> -
Method in interface com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/StaticSlot.html" title="interface in com.google.javascript.rhino.jstype">StaticSlot</A>
<DD>Gets the JSDoc for this slot.
<DT><A HREF="./com/google/javascript/rhino/Node.html#getJSDocInfo()"><B>getJSDocInfo()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Get the <A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> attached to this node.
<DT><A HREF="./com/google/javascript/jscomp/jsonml/SecureCompiler.html#getJsonML()"><B>getJsonML()</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/SecureCompiler.html" title="class in com.google.javascript.jscomp.jsonml">SecureCompiler</A>
<DD>Returns compiled source in JsonML format.
<DT><A HREF="./com/google/javascript/rhino/Node.html#getJSType()"><B>getJSType()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.Builder.html#getKey()"><B>getKey()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.Builder.html" title="class in com.google.javascript.jscomp">JsMessage.Builder</A>
<DD>Gets the message's key (e.g.
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.html#getKey()"><B>getKey()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.html" title="class in com.google.javascript.jscomp">JsMessage</A>
<DD>Gets the message's key, or name (e.g.
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphvizGraph.GraphvizEdge.html#getLabel()"><B>getLabel()</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphvizGraph.GraphvizEdge.html" title="interface in com.google.javascript.jscomp.graph">GraphvizGraph.GraphvizEdge</A>
<DD>Retrieves the label of the edge.
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphvizGraph.GraphvizNode.html#getLabel()"><B>getLabel()</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphvizGraph.GraphvizNode.html" title="interface in com.google.javascript.jscomp.graph">GraphvizGraph.GraphvizNode</A>
<DD>Retrieves the label of the node.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#getLanguageIn()"><B>getLanguageIn()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#getLanguageOut()"><B>getLanguageOut()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#getLastChild()"><B>getLastChild()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#getLastSibling()"><B>getLastSibling()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#getLeastSupertype(com.google.javascript.rhino.jstype.JSType)"><B>getLeastSupertype(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Gets the least supertype of <code>this</code> and <code>that</code>.
<DT><A HREF="./com/google/javascript/rhino/jstype/UnionType.html#getLeastSupertype(com.google.javascript.rhino.jstype.JSType)"><B>getLeastSupertype(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnionType.html" title="class in com.google.javascript.rhino.jstype">UnionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getLendsName()"><B>getLendsName()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Gets the name we're lending to in a <code>@lends</code> annotation.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.CodeBuilder.html#getLength()"><B>getLength()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.CodeBuilder.html" title="class in com.google.javascript.jscomp">Compiler.CodeBuilder</A>
<DD>Returns the length of the text buffer.
<DT><A HREF="./com/google/javascript/rhino/Node.html#getLength()"><B>getLength()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ant/Warning.html#getLevel()"><B>getLevel()</B></A> -
Method in class com.google.javascript.jscomp.ant.<A HREF="./com/google/javascript/jscomp/ant/Warning.html" title="class in com.google.javascript.jscomp.ant">Warning</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getLicense()"><B>getLicense()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Gets the description specified by the <code>@license</code> annotation.
<DT><A HREF="./com/google/debugging/sourcemap/FilePosition.html#getLine()"><B>getLine()</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/FilePosition.html" title="class in com.google.debugging.sourcemap">FilePosition</A>
<DD>Returns the line number of this position.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapSection.html#getLine()"><B>getLine()</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapSection.html" title="class in com.google.debugging.sourcemap">SourceMapSection</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerInput.html#getLine(int)"><B>getLine(int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerInput.html" title="class in com.google.javascript.jscomp">CompilerInput</A>
<DD>Gets the source line for the indicated line number.
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.html#getLine(int)"><B>getLine(int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.html" title="class in com.google.javascript.jscomp">SourceFile</A>
<DD>Gets the source line for the indicated line number.
<DT><A HREF="./com/google/javascript/rhino/Node.html#getLineno()"><B>getLineno()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html#getLineNumber()"><B>getLineNumber()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#getLineNumber()"><B>getLineNumber()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMappingOrBuilder.html#getLineNumber()"><B>getLineNumber()</B></A> -
Method in interface com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMappingOrBuilder.html" title="interface in com.google.debugging.sourcemap.proto">Mapping.LineMappingOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html#getLineNumber()"><B>getLineNumber()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#getLineNumber()"><B>getLineNumber()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMappingOrBuilder.html#getLineNumber()"><B>getLineNumber()</B></A> -
Method in interface com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMappingOrBuilder.html" title="interface in com.google.debugging.sourcemap.proto">Mapping.OriginalMappingOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#getLineNumber()"><B>getLineNumber()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#getLineNumber()"><B>getLineNumber()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.EntryOrBuilder.html#getLineNumber()"><B>getLineNumber()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.EntryOrBuilder.html" title="interface in com.google.javascript.jscomp">FunctionInformationMap.EntryOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.html#getLineNumber()"><B>getLineNumber()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.html" title="class in com.google.javascript.jscomp">NodeTraversal</A>
<DD>Gets the current line number, or zero if it cannot be determined.
<DT><A HREF="./com/google/javascript/jscomp/CompilerInput.html#getLineOffset(int)"><B>getLineOffset(int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerInput.html" title="class in com.google.javascript.jscomp">CompilerInput</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.html#getLineOffset(int)"><B>getLineOffset(int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.html" title="class in com.google.javascript.jscomp">SourceFile</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/SimpleSourceFile.html#getLineOffset(int)"><B>getLineOffset(int)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/SimpleSourceFile.html" title="class in com.google.javascript.rhino.jstype">SimpleSourceFile</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/StaticSourceFile.html#getLineOffset(int)"><B>getLineOffset(int)</B></A> -
Method in interface com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/StaticSourceFile.html" title="interface in com.google.javascript.rhino.jstype">StaticSourceFile</A>
<DD>Returns the offset of the given line number relative to the file start.
<DT><A HREF="./com/google/javascript/jscomp/PerformanceTracker.html#getLog()"><B>getLog()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/PerformanceTracker.html" title="class in com.google.javascript.jscomp">PerformanceTracker</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CallGraph.html#getMainFunction()"><B>getMainFunction()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CallGraph.html" title="class in com.google.javascript.jscomp">CallGraph</A>
<DD>Returns a Function object representing the "main" global function.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV1.html#getMappingForLine(int, int)"><B>getMappingForLine(int, int)</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV1.html" title="class in com.google.debugging.sourcemap">SourceMapConsumerV1</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV2.html#getMappingForLine(int, int)"><B>getMappingForLine(int, int)</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV2.html" title="class in com.google.debugging.sourcemap">SourceMapConsumerV2</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV3.html#getMappingForLine(int, int)"><B>getMappingForLine(int, int)</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV3.html" title="class in com.google.debugging.sourcemap">SourceMapConsumerV3</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapping.html#getMappingForLine(int, int)"><B>getMappingForLine(int, int)</B></A> -
Method in interface com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapping.html" title="interface in com.google.debugging.sourcemap">SourceMapping</A>
<DD>Returns the original mapping for the line number and column position found
in the source map.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getMarkers()"><B>getMarkers()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Gets the list of all markers for the documentation in this JSDoc.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#getMaxArguments()"><B>getMaxArguments()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>Gets the maximum number of arguments that this function requires,
or Integer.MAX_VALUE if this is a variable argument function.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getMeaning()"><B>getMeaning()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Gets the meaning specified by the <code>@meaning</code> annotation.
<DT><A HREF="./com/google/javascript/jscomp/EmptyMessageBundle.html#getMessage(java.lang.String)"><B>getMessage(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/EmptyMessageBundle.html" title="class in com.google.javascript.jscomp">EmptyMessageBundle</A>
<DD>Returns null, to indicate it has no message replacements.
<DT><A HREF="./com/google/javascript/jscomp/MessageBundle.html#getMessage(java.lang.String)"><B>getMessage(String)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/MessageBundle.html" title="interface in com.google.javascript.jscomp">MessageBundle</A>
<DD>Gets a message replacement.
<DT><A HREF="./com/google/javascript/jscomp/XtbMessageBundle.html#getMessage(java.lang.String)"><B>getMessage(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/XtbMessageBundle.html" title="class in com.google.javascript.jscomp">XtbMessageBundle</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/ScriptRuntime.html#getMessage(java.lang.String, java.lang.Object[])"><B>getMessage(String, Object[])</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/ScriptRuntime.html" title="class in com.google.javascript.rhino">ScriptRuntime</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/ScriptRuntime.html#getMessage0(java.lang.String)"><B>getMessage0(String)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/ScriptRuntime.html" title="class in com.google.javascript.rhino">ScriptRuntime</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/ScriptRuntime.html#getMessage1(java.lang.String, java.lang.Object)"><B>getMessage1(String, Object)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/ScriptRuntime.html" title="class in com.google.javascript.rhino">ScriptRuntime</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#getMessages()"><B>getMessages()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Returns an array constructed from errors + temporary warnings.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#getMinArguments()"><B>getMinArguments()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>Gets the minimum number of arguments that this function requires.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getModifies()"><B>getModifies()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns the set of sideeffect notations.
<DT><A HREF="./com/google/javascript/jscomp/CompilerInput.html#getModule()"><B>getModule()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerInput.html" title="class in com.google.javascript.jscomp">CompilerInput</A>
<DD>Returns the module to which the input belongs.
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#getModule(int)"><B>getModule(int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#getModule(int)"><B>getModule(int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMapOrBuilder.html#getModule(int)"><B>getModule(int)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMapOrBuilder.html" title="interface in com.google.javascript.jscomp">FunctionInformationMapOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JSModuleGraph.ModuleDependenceException.html#getModule()"><B>getModule()</B></A> -
Method in exception com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModuleGraph.ModuleDependenceException.html" title="class in com.google.javascript.jscomp">JSModuleGraph.ModuleDependenceException</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.html#getModule()"><B>getModule()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.html" title="class in com.google.javascript.jscomp">NodeTraversal</A>
<DD>Gets the current input module.
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#getModuleBuilder(int)"><B>getModuleBuilder(int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#getModuleBuilderList()"><B>getModuleBuilderList()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#getModuleCount()"><B>getModuleCount()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#getModuleCount()"><B>getModuleCount()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMapOrBuilder.html#getModuleCount()"><B>getModuleCount()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMapOrBuilder.html" title="interface in com.google.javascript.jscomp">FunctionInformationMapOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#getModuleList()"><B>getModuleList()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#getModuleList()"><B>getModuleList()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMapOrBuilder.html#getModuleList()"><B>getModuleList()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMapOrBuilder.html" title="interface in com.google.javascript.jscomp">FunctionInformationMapOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#getModuleName()"><B>getModuleName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#getModuleName()"><B>getModuleName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.EntryOrBuilder.html#getModuleName()"><B>getModuleName()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.EntryOrBuilder.html" title="interface in com.google.javascript.jscomp">FunctionInformationMap.EntryOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#getModuleOrBuilder(int)"><B>getModuleOrBuilder(int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#getModuleOrBuilder(int)"><B>getModuleOrBuilder(int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMapOrBuilder.html#getModuleOrBuilder(int)"><B>getModuleOrBuilder(int)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMapOrBuilder.html" title="interface in com.google.javascript.jscomp">FunctionInformationMapOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#getModuleOrBuilderList()"><B>getModuleOrBuilderList()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#getModuleOrBuilderList()"><B>getModuleOrBuilderList()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMapOrBuilder.html#getModuleOrBuilderList()"><B>getModuleOrBuilderList()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMapOrBuilder.html" title="interface in com.google.javascript.jscomp">FunctionInformationMapOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CallGraph.Function.html#getName()"><B>getName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CallGraph.Function.html" title="class in com.google.javascript.jscomp">CallGraph.Function</A>
<DD>Gets the name of this function.
<DT><A HREF="./com/google/javascript/jscomp/CompilerInput.html#getName()"><B>getName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerInput.html" title="class in com.google.javascript.jscomp">CompilerInput</A>
<DD>Returns a name for this input.
<DT><A HREF="./com/google/javascript/jscomp/deps/DependencyInfo.html#getName()"><B>getName()</B></A> -
Method in interface com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/DependencyInfo.html" title="interface in com.google.javascript.jscomp.deps">DependencyInfo</A>
<DD>Gets the unique name / path of this file.
<DT><A HREF="./com/google/javascript/jscomp/deps/SimpleDependencyInfo.html#getName()"><B>getName()</B></A> -
Method in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/SimpleDependencyInfo.html" title="class in com.google.javascript.jscomp.deps">SimpleDependencyInfo</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#getName()"><B>getName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#getName()"><B>getName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.EntryOrBuilder.html#getName()"><B>getName()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.EntryOrBuilder.html" title="interface in com.google.javascript.jscomp">FunctionInformationMap.EntryOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html#getName()"><B>getName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html#getName()"><B>getName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.ModuleOrBuilder.html#getName()"><B>getName()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.ModuleOrBuilder.html" title="interface in com.google.javascript.jscomp">FunctionInformationMap.ModuleOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphvizGraph.html#getName()"><B>getName()</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphvizGraph.html" title="interface in com.google.javascript.jscomp.graph">GraphvizGraph</A>
<DD>Name of the graph.
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#getName()"><B>getName()</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html#getName()"><B>getName()</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.PlaceholderReference.html#getName()"><B>getName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.PlaceholderReference.html" title="class in com.google.javascript.jscomp">JsMessage.PlaceholderReference</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JSModule.html#getName()"><B>getName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModule.html" title="class in com.google.javascript.jscomp">JSModule</A>
<DD>Gets the module name.
<DT><A HREF="./com/google/javascript/jscomp/Scope.Var.html#getName()"><B>getName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.Var.html" title="class in com.google.javascript.jscomp">Scope.Var</A>
<DD>Gets the name of the variable.
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.html#getName()"><B>getName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.html" title="class in com.google.javascript.jscomp">SourceFile</A>
<DD>Returns a unique name for the source file.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.Marker.html#getName()"><B>getName()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.Marker.html" title="class in com.google.javascript.rhino">JSDocInfo.Marker</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use #getNameNode</I>
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.Property.html#getName()"><B>getName()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.Property.html" title="class in com.google.javascript.rhino.jstype">ObjectType.Property</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/SimpleSlot.html#getName()"><B>getName()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/SimpleSlot.html" title="class in com.google.javascript.rhino.jstype">SimpleSlot</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/SimpleSourceFile.html#getName()"><B>getName()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/SimpleSourceFile.html" title="class in com.google.javascript.rhino.jstype">SimpleSourceFile</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/StaticSlot.html#getName()"><B>getName()</B></A> -
Method in interface com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/StaticSlot.html" title="interface in com.google.javascript.rhino.jstype">StaticSlot</A>
<DD>Gets the name of the slot.
<DT><A HREF="./com/google/javascript/rhino/jstype/StaticSourceFile.html#getName()"><B>getName()</B></A> -
Method in interface com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/StaticSourceFile.html" title="interface in com.google.javascript.rhino.jstype">StaticSourceFile</A>
<DD>The name of the file.
<DT><A HREF="./com/google/javascript/jscomp/Scope.Var.html#getNameNode()"><B>getNameNode()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.Var.html" title="class in com.google.javascript.jscomp">Scope.Var</A>
<DD>Returns the name node that produced this variable.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.Marker.html#getNameNode()"><B>getNameNode()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.Marker.html" title="class in com.google.javascript.rhino">JSDocInfo.Marker</A>
<DD>Gets the position information for the name found
in an @param tag.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#getNativeFunctionType(com.google.javascript.rhino.jstype.JSTypeNative)"><B>getNativeFunctionType(JSTypeNative)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#getNativeObjectType(com.google.javascript.rhino.jstype.JSTypeNative)"><B>getNativeObjectType(JSTypeNative)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#getNativeType(com.google.javascript.rhino.jstype.JSTypeNative)"><B>getNativeType(JSTypeNative)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.html#getNaturalSymbolOrdering()"><B>getNaturalSymbolOrdering()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.html" title="class in com.google.javascript.jscomp">SymbolTable</A>
<DD>Gets the 'natural' ordering of symbols.
<DT><A HREF="./com/google/javascript/jscomp/NodeUtil.html#getNearestFunctionName(com.google.javascript.rhino.Node)"><B>getNearestFunctionName(Node)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeUtil.html" title="class in com.google.javascript.jscomp">NodeUtil</A>
<DD>Gets the function's name.
<DT><A HREF="./com/google/javascript/jscomp/graph/UndiGraph.UndiGraphNode.html#getNeighborEdges()"><B>getNeighborEdges()</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/UndiGraph.UndiGraphNode.html" title="interface in com.google.javascript.jscomp.graph">UndiGraph.UndiGraphNode</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/UndiGraph.UndiGraphNode.html#getNeighborEdgesIterator()"><B>getNeighborEdgesIterator()</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/UndiGraph.UndiGraphNode.html" title="interface in com.google.javascript.jscomp.graph">UndiGraph.UndiGraphNode</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/Graph.html#getNeighborNodes(N)"><B>getNeighborNodes(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/Graph.html" title="class in com.google.javascript.jscomp.graph">Graph</A>
<DD>Gets the neighboring nodes.
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#getNeighborNodes(N)"><B>getNeighborNodes(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#getNeighborNodes(com.google.javascript.jscomp.graph.DiGraph.DiGraphNode)"><B>getNeighborNodes(DiGraph.DiGraphNode&lt;N, E&gt;)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html#getNeighborNodes(N)"><B>getNeighborNodes(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/Graph.html#getNeighborNodesIterator(N)"><B>getNeighborNodesIterator(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/Graph.html" title="class in com.google.javascript.jscomp.graph">Graph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#getNeighborNodesIterator(N)"><B>getNeighborNodesIterator(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html#getNeighborNodesIterator(N)"><B>getNeighborNodesIterator(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/VariableMap.html#getNewNameToOriginalNameMap()"><B>getNewNameToOriginalNameMap()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/VariableMap.html" title="class in com.google.javascript.jscomp">VariableMap</A>
<DD>Returns an unmodifiable mapping from new names to original names.
<DT><A HREF="./com/google/javascript/rhino/Node.html#getNext()"><B>getNext()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FindExportableNodes.GenerateNodeContext.html#getNode()"><B>getNode()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FindExportableNodes.GenerateNodeContext.html" title="class in com.google.javascript.jscomp">FindExportableNodes.GenerateNodeContext</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/AdjacencyGraph.html#getNode(N)"><B>getNode(N)</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/AdjacencyGraph.html" title="interface in com.google.javascript.jscomp.graph">AdjacencyGraph</A>
<DD>Gets a node from the graph given a value.
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#getNode(N)"><B>getNode(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html#getNode(N)"><B>getNode(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Scope.Var.html#getNode()"><B>getNode()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.Var.html" title="class in com.google.javascript.jscomp">Scope.Var</A>
<DD>Gets the node for the name of the variable.
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.Property.html#getNode()"><B>getNode()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.Property.html" title="class in com.google.javascript.rhino.jstype">ObjectType.Property</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/SimpleReference.html#getNode()"><B>getNode()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/SimpleReference.html" title="class in com.google.javascript.rhino.jstype">SimpleReference</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/StaticReference.html#getNode()"><B>getNode()</B></A> -
Method in interface com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/StaticReference.html" title="interface in com.google.javascript.rhino.jstype">StaticReference</A>
<DD>The node where the reference lives.
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphvizGraph.GraphvizEdge.html#getNode1Id()"><B>getNode1Id()</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphvizGraph.GraphvizEdge.html" title="interface in com.google.javascript.jscomp.graph">GraphvizGraph.GraphvizEdge</A>
<DD>Get the first node in the edge.
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphvizGraph.GraphvizEdge.html#getNode2Id()"><B>getNode2Id()</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphvizGraph.GraphvizEdge.html" title="interface in com.google.javascript.jscomp.graph">GraphvizGraph.GraphvizEdge</A>
<DD>Get the second node in the edge.
<DT><A HREF="./com/google/javascript/jscomp/graph/Graph.GraphEdge.html#getNodeA()"><B>getNodeA()</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/Graph.GraphEdge.html" title="interface in com.google.javascript.jscomp.graph">Graph.GraphEdge</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/Graph.GraphEdge.html#getNodeB()"><B>getNodeB()</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/Graph.GraphEdge.html" title="interface in com.google.javascript.jscomp.graph">Graph.GraphEdge</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/Graph.html#getNodeDegree(N)"><B>getNodeDegree(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/Graph.html" title="class in com.google.javascript.jscomp.graph">Graph</A>
<DD>Gets the degree of a node.
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#getNodeDegree(N)"><B>getNodeDegree(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html#getNodeDegree(N)"><B>getNodeDegree(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JSError.html#getNodeLength()"><B>getNodeLength()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSError.html" title="class in com.google.javascript.jscomp">JSError</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/AdjacencyGraph.html#getNodes()"><B>getNodes()</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/AdjacencyGraph.html" title="interface in com.google.javascript.jscomp.graph">AdjacencyGraph</A>
<DD>Gets an immutable list of all nodes.
<DT><A HREF="./com/google/javascript/jscomp/graph/Graph.html#getNodes()"><B>getNodes()</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/Graph.html" title="class in com.google.javascript.jscomp.graph">Graph</A>
<DD>Gets an immutable list of all nodes.
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#getNodes()"><B>getNodes()</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html#getNodes()"><B>getNodes()</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JSError.html#getNodeSourceOffset()"><B>getNodeSourceOffset()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSError.html" title="class in com.google.javascript.jscomp">JSError</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#getNormalizedReferenceName()"><B>getNormalizedReferenceName()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>Due to the complexity of some of our internal type systems, sometimes
we have different types constructed by the same constructor.
<DT><A HREF="./com/google/javascript/jscomp/CompilerInput.html#getNumLines()"><B>getNumLines()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerInput.html" title="class in com.google.javascript.jscomp">CompilerInput</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html#getObjectLiteralCast(com.google.javascript.jscomp.NodeTraversal, com.google.javascript.rhino.Node)"><B>getObjectLiteralCast(NodeTraversal, Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html" title="class in com.google.javascript.jscomp">ClosureCodingConvention</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.html#getObjectLiteralCast(com.google.javascript.jscomp.NodeTraversal, com.google.javascript.rhino.Node)"><B>getObjectLiteralCast(NodeTraversal, Node)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.html" title="interface in com.google.javascript.jscomp">CodingConvention</A>
<DD>Checks if the given method performs a object literal cast, and if it does,
returns information on the cast.
<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html#getObjectLiteralCast(com.google.javascript.jscomp.NodeTraversal, com.google.javascript.rhino.Node)"><B>getObjectLiteralCast(NodeTraversal, Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp">CodingConventions.Proxy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DefaultPassConfig.html#getOptimizations()"><B>getOptimizations()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DefaultPassConfig.html" title="class in com.google.javascript.jscomp">DefaultPassConfig</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/PassConfig.html#getOptimizations()"><B>getOptimizations()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/PassConfig.html" title="class in com.google.javascript.jscomp">PassConfig</A>
<DD>Gets the optimization passes to run.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getOriginalCommentString()"><B>getOriginalCommentString()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns the original JSDoc comment string.
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html#getOriginalFile()"><B>getOriginalFile()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#getOriginalFile()"><B>getOriginalFile()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMappingOrBuilder.html#getOriginalFile()"><B>getOriginalFile()</B></A> -
Method in interface com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMappingOrBuilder.html" title="interface in com.google.debugging.sourcemap.proto">Mapping.OriginalMappingOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html#getOriginalMapping()"><B>getOriginalMapping()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#getOriginalMapping()"><B>getOriginalMapping()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMappingOrBuilder.html#getOriginalMapping()"><B>getOriginalMapping()</B></A> -
Method in interface com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMappingOrBuilder.html" title="interface in com.google.debugging.sourcemap.proto">Mapping.LineMappingOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html#getOriginalMappingBuilder()"><B>getOriginalMappingBuilder()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html#getOriginalMappingOrBuilder()"><B>getOriginalMappingOrBuilder()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#getOriginalMappingOrBuilder()"><B>getOriginalMappingOrBuilder()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMappingOrBuilder.html#getOriginalMappingOrBuilder()"><B>getOriginalMappingOrBuilder()</B></A> -
Method in interface com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMappingOrBuilder.html" title="interface in com.google.debugging.sourcemap.proto">Mapping.LineMappingOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/VariableMap.html#getOriginalNameToNewNameMap()"><B>getOriginalNameToNewNameMap()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/VariableMap.html" title="class in com.google.javascript.jscomp">VariableMap</A>
<DD>Returns an unmodifiable mapping from original names to new names.
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.html#getOriginalPath()"><B>getOriginalPath()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.html" title="class in com.google.javascript.jscomp">SourceFile</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV3.html#getOriginalSources()"><B>getOriginalSources()</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV3.html" title="class in com.google.debugging.sourcemap">SourceMapConsumerV3</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMappingReversable.html#getOriginalSources()"><B>getOriginalSources()</B></A> -
Method in interface com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMappingReversable.html" title="interface in com.google.debugging.sourcemap">SourceMappingReversable</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/DiGraph.DiGraphNode.html#getOutEdges()"><B>getOutEdges()</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/DiGraph.DiGraphNode.html" title="interface in com.google.javascript.jscomp.graph">DiGraph.DiGraphNode</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/DiGraph.html#getOutEdges(N)"><B>getOutEdges(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/DiGraph.html" title="class in com.google.javascript.jscomp.graph">DiGraph</A>
<DD>Gets an immutable list of out edges of the given node.
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#getOutEdges(N)"><B>getOutEdges(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#getOwnerFunction()"><B>getOwnerFunction()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>Gets the owner of this if it's a function prototype.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#getOwnImplementedInterfaces()"><B>getOwnImplementedInterfaces()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>Returns interfaces directly implemented by the class.
<DT><A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html#getOwnPropertyJSDocInfo(java.lang.String)"><B>getOwnPropertyJSDocInfo(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html" title="class in com.google.javascript.rhino.jstype">NoObjectType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#getOwnPropertyJSDocInfo(java.lang.String)"><B>getOwnPropertyJSDocInfo(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>Gets the docInfo on the specified property on this type.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#getOwnPropertyNames()"><B>getOwnPropertyNames()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>Includes the prototype iff someone has created it.
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#getOwnPropertyNames()"><B>getOwnPropertyNames()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>Returns the names of all the properties directly on this type.
<DT><A HREF="./com/google/javascript/jscomp/Scope.html#getOwnSlot(java.lang.String)"><B>getOwnSlot(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.html" title="class in com.google.javascript.jscomp">Scope</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.SymbolScope.html#getOwnSlot(java.lang.String)"><B>getOwnSlot(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.SymbolScope.html" title="class in com.google.javascript.jscomp">SymbolTable.SymbolScope</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#getOwnSlot(java.lang.String)"><B>getOwnSlot(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/StaticScope.html#getOwnSlot(java.lang.String)"><B>getOwnSlot(String)</B></A> -
Method in interface com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/StaticScope.html" title="interface in com.google.javascript.rhino.jstype">StaticScope</A>
<DD>Like <code>getSlot</code> but does not recurse into parent scopes.
<DT><A HREF="./com/google/javascript/rhino/testing/AbstractStaticScope.html#getOwnSlot(java.lang.String)"><B>getOwnSlot(String)</B></A> -
Method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/AbstractStaticScope.html" title="class in com.google.javascript.rhino.testing">AbstractStaticScope</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getParameterCount()"><B>getParameterCount()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Gets the number of parameters defined.
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.html#getParameterInFunction(com.google.javascript.jscomp.SymbolTable.Symbol, java.lang.String)"><B>getParameterInFunction(SymbolTable.Symbol, String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.html" title="class in com.google.javascript.jscomp">SymbolTable</A>
<DD>If <code>sym</code> is a function, try to find a Symbol for
a parameter with the given name.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getParameterNames()"><B>getParameterNames()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns the set of names of the defined parameters.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#getParameters()"><B>getParameters()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#getParametersNode()"><B>getParametersNode()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>Gets an LP node that contains all params.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getParameterType(java.lang.String)"><B>getParameterType(String)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Gets the parameter type.
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#getParameterType()"><B>getParameterType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>Gets the declared default element type.
<DT><A HREF="./com/google/javascript/jscomp/Scope.html#getParent()"><B>getParent()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.html" title="class in com.google.javascript.jscomp">Scope</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#getParent()"><B>getParent()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Scope.Var.html#getParentNode()"><B>getParentNode()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.Var.html" title="class in com.google.javascript.jscomp">Scope.Var</A>
<DD>Gets the parent of the name node.
<DT><A HREF="./com/google/javascript/jscomp/Scope.html#getParentScope()"><B>getParentScope()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.html" title="class in com.google.javascript.jscomp">Scope</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.SymbolScope.html#getParentScope()"><B>getParentScope()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.SymbolScope.html" title="class in com.google.javascript.jscomp">SymbolTable.SymbolScope</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#getParentScope()"><B>getParentScope()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/StaticScope.html#getParentScope()"><B>getParentScope()</B></A> -
Method in interface com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/StaticScope.html" title="interface in com.google.javascript.rhino.jstype">StaticScope</A>
<DD>Returns the scope enclosing this one or null if none.
<DT><A HREF="./com/google/javascript/rhino/testing/AbstractStaticScope.html#getParentScope()"><B>getParentScope()</B></A> -
Method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/AbstractStaticScope.html" title="class in com.google.javascript.rhino.testing">AbstractStaticScope</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphColoring.html#getPartitionSuperNode(N)"><B>getPartitionSuperNode(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphColoring.html" title="class in com.google.javascript.jscomp.graph">GraphColoring</A>
<DD>Using the coloring as partitions, finds the node that represents that
partition as the super node.
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.Builder.html#getParts()"><B>getParts()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.Builder.html" title="class in com.google.javascript.jscomp">JsMessage.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerInput.html#getPathRelativeToClosureBase()"><B>getPathRelativeToClosureBase()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerInput.html" title="class in com.google.javascript.jscomp">CompilerInput</A>
<DD>Gets the path relative to closure-base, if one is available.
<DT><A HREF="./com/google/javascript/jscomp/deps/DependencyInfo.html#getPathRelativeToClosureBase()"><B>getPathRelativeToClosureBase()</B></A> -
Method in interface com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/DependencyInfo.html" title="interface in com.google.javascript.jscomp.deps">DependencyInfo</A>
<DD>Gets the path of this file relative to Closure's base.js file.
<DT><A HREF="./com/google/javascript/jscomp/deps/SimpleDependencyInfo.html#getPathRelativeToClosureBase()"><B>getPathRelativeToClosureBase()</B></A> -
Method in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/SimpleDependencyInfo.html" title="class in com.google.javascript.jscomp.deps">SimpleDependencyInfo</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JSModule.html#getPathRelativeToClosureBase()"><B>getPathRelativeToClosureBase()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModule.html" title="class in com.google.javascript.jscomp">JSModule</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.Builder.html#getPlaceholders()"><B>getPlaceholders()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.Builder.html" title="class in com.google.javascript.jscomp">JsMessage.Builder</A>
<DD>Returns the message registred placeholders
<DT><A HREF="./com/google/javascript/rhino/SourcePosition.html#getPositionOnEndLine()"><B>getPositionOnEndLine()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/SourcePosition.html" title="class in com.google.javascript.rhino">SourcePosition</A>
<DD>Returns the character position on the ending line.
<DT><A HREF="./com/google/javascript/rhino/SourcePosition.html#getPositionOnStartLine()"><B>getPositionOnStartLine()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/SourcePosition.html" title="class in com.google.javascript.rhino">SourcePosition</A>
<DD>Returns the character position on the starting line.
<DT><A HREF="./com/google/javascript/jscomp/CallGraph.Callsite.html#getPossibleTargets()"><B>getPossibleTargets()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CallGraph.Callsite.html" title="class in com.google.javascript.jscomp">CallGraph.Callsite</A>
<DD>Returns the possible target functions that this callsite could call.
<DT><A HREF="./com/google/javascript/rhino/jstype/AllType.html#getPossibleToBooleanOutcomes()"><B>getPossibleToBooleanOutcomes()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/AllType.html" title="class in com.google.javascript.rhino.jstype">AllType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/BooleanType.html#getPossibleToBooleanOutcomes()"><B>getPossibleToBooleanOutcomes()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/BooleanType.html" title="class in com.google.javascript.rhino.jstype">BooleanType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#getPossibleToBooleanOutcomes()"><B>getPossibleToBooleanOutcomes()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Computes the set of possible outcomes of the <code>ToBoolean</code> predicate
for this type.
<DT><A HREF="./com/google/javascript/rhino/jstype/NoType.html#getPossibleToBooleanOutcomes()"><B>getPossibleToBooleanOutcomes()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NoType.html" title="class in com.google.javascript.rhino.jstype">NoType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NullType.html#getPossibleToBooleanOutcomes()"><B>getPossibleToBooleanOutcomes()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NullType.html" title="class in com.google.javascript.rhino.jstype">NullType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NumberType.html#getPossibleToBooleanOutcomes()"><B>getPossibleToBooleanOutcomes()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NumberType.html" title="class in com.google.javascript.rhino.jstype">NumberType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#getPossibleToBooleanOutcomes()"><B>getPossibleToBooleanOutcomes()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/StringType.html#getPossibleToBooleanOutcomes()"><B>getPossibleToBooleanOutcomes()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/StringType.html" title="class in com.google.javascript.rhino.jstype">StringType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/UnionType.html#getPossibleToBooleanOutcomes()"><B>getPossibleToBooleanOutcomes()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnionType.html" title="class in com.google.javascript.rhino.jstype">UnionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/UnknownType.html#getPossibleToBooleanOutcomes()"><B>getPossibleToBooleanOutcomes()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnknownType.html" title="class in com.google.javascript.rhino.jstype">UnknownType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/VoidType.html#getPossibleToBooleanOutcomes()"><B>getPossibleToBooleanOutcomes()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/VoidType.html" title="class in com.google.javascript.rhino.jstype">VoidType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html#getPrimitiveType()"><B>getPrimitiveType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html" title="class in com.google.javascript.rhino.jstype">EnumElementType</A>
<DD>Gets the primitive type of this enum element.
<DT><A HREF="./com/google/javascript/jscomp/ShowByPathWarningsGuard.html#getPriority()"><B>getPriority()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ShowByPathWarningsGuard.html" title="class in com.google.javascript.jscomp">ShowByPathWarningsGuard</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/StrictWarningsGuard.html#getPriority()"><B>getPriority()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/StrictWarningsGuard.html" title="class in com.google.javascript.jscomp">StrictWarningsGuard</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/WarningsGuard.html#getPriority()"><B>getPriority()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/WarningsGuard.html" title="class in com.google.javascript.jscomp">WarningsGuard</A>
<DD>The priority in which warnings guards are applied.
<DT><A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.html#getPriority()"><B>getPriority()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.html" title="class in com.google.javascript.jscomp">WhitelistWarningsGuard</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/AbstractCompiler.html#getProgress()"><B>getProgress()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/AbstractCompiler.html" title="class in com.google.javascript.jscomp">AbstractCompiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#getProgress()"><B>getProgress()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/IR.html#getprop(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>getprop(Node, Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#getProp(int)"><B>getProp(int)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#GETPROP"><B>GETPROP</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html#getPropertiesCount()"><B>getPropertiesCount()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html" title="class in com.google.javascript.rhino.jstype">EnumElementType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html#getPropertiesCount()"><B>getPropertiesCount()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html" title="class in com.google.javascript.rhino.jstype">NoObjectType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#getPropertiesCount()"><B>getPropertiesCount()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>Gets the number of properties of this object.
<DT><A HREF="./com/google/javascript/rhino/jstype/UnknownType.html#getPropertiesCount()"><B>getPropertiesCount()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnknownType.html" title="class in com.google.javascript.rhino.jstype">UnknownType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#getPropertyNames()"><B>getPropertyNames()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>Returns a list of properties defined or inferred on this type and any of
its supertypes.
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#getPropertyNode(java.lang.String)"><B>getPropertyNode(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>Gets the node corresponding to the definition of the specified property.
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.Symbol.html#getPropertyScope()"><B>getPropertyScope()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.Symbol.html" title="class in com.google.javascript.jscomp">SymbolTable.Symbol</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html#getPropertyType(java.lang.String)"><B>getPropertyType(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html" title="class in com.google.javascript.rhino.jstype">EnumElementType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#getPropertyType(java.lang.String)"><B>getPropertyType(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html#getPropertyType(java.lang.String)"><B>getPropertyType(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html" title="class in com.google.javascript.rhino.jstype">NoObjectType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#getPropertyType(java.lang.String)"><B>getPropertyType(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>Gets the property type of the property whose name is given.
<DT><A HREF="./com/google/javascript/rhino/jstype/UnknownType.html#getPropertyType(java.lang.String)"><B>getPropertyType(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnknownType.html" title="class in com.google.javascript.rhino.jstype">UnknownType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#getPrototype()"><B>getPrototype()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>Gets the <code>prototype</code> property of this function type.
<DT><A HREF="./com/google/javascript/jscomp/CompilerInput.html#getProvides()"><B>getProvides()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerInput.html" title="class in com.google.javascript.jscomp">CompilerInput</A>
<DD>Gets a list of types provided by this input.
<DT><A HREF="./com/google/javascript/jscomp/deps/DependencyInfo.html#getProvides()"><B>getProvides()</B></A> -
Method in interface com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/DependencyInfo.html" title="interface in com.google.javascript.jscomp.deps">DependencyInfo</A>
<DD>Gets the symbols provided by this file.
<DT><A HREF="./com/google/javascript/jscomp/deps/SimpleDependencyInfo.html#getProvides()"><B>getProvides()</B></A> -
Method in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/SimpleDependencyInfo.html" title="class in com.google.javascript.jscomp.deps">SimpleDependencyInfo</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JSModule.html#getProvides()"><B>getProvides()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModule.html" title="class in com.google.javascript.jscomp">JSModule</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#getQualifiedName()"><B>getQualifiedName()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>This function takes a set of GETPROP nodes and produces a string that is
each property separated by dots.
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.SymbolScope.html#getQualifiedSlot(java.lang.String)"><B>getQualifiedSlot(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.SymbolScope.html" title="class in com.google.javascript.jscomp">SymbolTable.SymbolScope</A>
<DD>Get the slot for a fully-qualified name (e.g., "a.b.c") by trying
to find property scopes at each part of the path.
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.html#getReferenceList(com.google.javascript.jscomp.SymbolTable.Symbol)"><B>getReferenceList(SymbolTable.Symbol)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.html" title="class in com.google.javascript.jscomp">SymbolTable</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html#getReferenceName()"><B>getReferenceName()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html" title="class in com.google.javascript.rhino.jstype">EnumElementType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html#getReferenceName()"><B>getReferenceName()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html" title="class in com.google.javascript.rhino.jstype">NoObjectType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#getReferenceName()"><B>getReferenceName()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>Gets the reference name for this object.
<DT><A HREF="./com/google/javascript/rhino/jstype/TemplateType.html#getReferenceName()"><B>getReferenceName()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/TemplateType.html" title="class in com.google.javascript.rhino.jstype">TemplateType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/UnknownType.html#getReferenceName()"><B>getReferenceName()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnknownType.html" title="class in com.google.javascript.rhino.jstype">UnknownType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Scope.html#getReferences(com.google.javascript.jscomp.Scope.Var)"><B>getReferences(Scope.Var)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.html" title="class in com.google.javascript.jscomp">Scope</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.html#getReferences(com.google.javascript.jscomp.SymbolTable.Symbol)"><B>getReferences(SymbolTable.Symbol)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.html" title="class in com.google.javascript.jscomp">SymbolTable</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getReferences()"><B>getReferences()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns the list of references or null if none.
<DT><A HREF="./com/google/javascript/rhino/jstype/StaticSymbolTable.html#getReferences(S)"><B>getReferences(S)</B></A> -
Method in interface com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/StaticSymbolTable.html" title="interface in com.google.javascript.rhino.jstype">StaticSymbolTable</A>
<DD>Returns the references that point to the given symbol.
<DT><A HREF="./com/google/javascript/jscomp/CompilerInput.html#getRegion(int)"><B>getRegion(int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerInput.html" title="class in com.google.javascript.jscomp">CompilerInput</A>
<DD>Get a region around the indicated line number.
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.html#getRegion(int)"><B>getRegion(int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.html" title="class in com.google.javascript.jscomp">SourceFile</A>
<DD>Get a region around the indicated line number.
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html#getRegisteredGroups()"><B>getRegisteredGroups()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html" title="class in com.google.javascript.jscomp">DiagnosticGroups</A>
<DD>Get the registered diagnostic groups, indexed by name.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV2.LineMapEncoder.html#getRelativeMappingId(int, int, int)"><B>getRelativeMappingId(int, int, int)</B></A> -
Static method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV2.LineMapEncoder.html" title="class in com.google.debugging.sourcemap">SourceMapGeneratorV2.LineMapEncoder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV2.LineMapEncoder.html#getRelativeMappingIdLength(int, int)"><B>getRelativeMappingIdLength(int, int)</B></A> -
Static method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV2.LineMapEncoder.html" title="class in com.google.debugging.sourcemap">SourceMapGeneratorV2.LineMapEncoder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/SecureCompiler.html#getReport()"><B>getReport()</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/SecureCompiler.html" title="class in com.google.javascript.jscomp.jsonml">SecureCompiler</A>
<DD>Returns report from the last compilation.
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#getReportCall()"><B>getReportCall()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#getReportCall()"><B>getReportCall()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/InstrumentationOrBuilder.html#getReportCall()"><B>getReportCall()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/InstrumentationOrBuilder.html" title="interface in com.google.javascript.jscomp">InstrumentationOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#getReportDefined()"><B>getReportDefined()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#getReportDefined()"><B>getReportDefined()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/InstrumentationOrBuilder.html#getReportDefined()"><B>getReportDefined()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/InstrumentationOrBuilder.html" title="interface in com.google.javascript.jscomp">InstrumentationOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#getReportExit()"><B>getReportExit()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#getReportExit()"><B>getReportExit()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/InstrumentationOrBuilder.html#getReportExit()"><B>getReportExit()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/InstrumentationOrBuilder.html" title="interface in com.google.javascript.jscomp">InstrumentationOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerInput.html#getRequires()"><B>getRequires()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerInput.html" title="class in com.google.javascript.jscomp">CompilerInput</A>
<DD>Gets a list of types depended on by this input.
<DT><A HREF="./com/google/javascript/jscomp/deps/DependencyInfo.html#getRequires()"><B>getRequires()</B></A> -
Method in interface com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/DependencyInfo.html" title="interface in com.google.javascript.jscomp.deps">DependencyInfo</A>
<DD>Gets the symbols required by this file.
<DT><A HREF="./com/google/javascript/jscomp/deps/SimpleDependencyInfo.html#getRequires()"><B>getRequires()</B></A> -
Method in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/SimpleDependencyInfo.html" title="class in com.google.javascript.jscomp.deps">SimpleDependencyInfo</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JSModule.html#getRequires()"><B>getRequires()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModule.html" title="class in com.google.javascript.jscomp">JSModule</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/AnonymousFunctionNamingPolicy.html#getReservedCharacters()"><B>getReservedCharacters()</B></A> -
Method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/AnonymousFunctionNamingPolicy.html" title="enum in com.google.javascript.jscomp">AnonymousFunctionNamingPolicy</A>
<DD>Gets characters that are reserved for use in anonymous function names and
can't be used in variable or property names.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#getRestrictedTypeGivenToBooleanOutcome(boolean)"><B>getRestrictedTypeGivenToBooleanOutcome(boolean)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Computes the restricted type of this type knowing that the
<code>ToBoolean</code> predicate has a specific value.
<DT><A HREF="./com/google/javascript/rhino/jstype/UnionType.html#getRestrictedTypeGivenToBooleanOutcome(boolean)"><B>getRestrictedTypeGivenToBooleanOutcome(boolean)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnionType.html" title="class in com.google.javascript.rhino.jstype">UnionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/UnionType.html#getRestrictedUnion(com.google.javascript.rhino.jstype.JSType)"><B>getRestrictedUnion(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnionType.html" title="class in com.google.javascript.rhino.jstype">UnionType</A>
<DD>Returns a more restricted union type than <code>this</code> one, in which all
subtypes of <code>type</code> have been removed.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#getResult()"><B>getResult()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Returns the result of the compilation.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getReturnDescription()"><B>getReturnDescription()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns the description of the returned object or null if none specified.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getReturnType()"><B>getReturnType()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Gets the return type specified by the <code>@return</code> annotation.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#getReturnType()"><B>getReturnType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/AbstractCompiler.html#getReverseAbstractInterpreter()"><B>getReverseAbstractInterpreter()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/AbstractCompiler.html" title="class in com.google.javascript.jscomp">AbstractCompiler</A>
<DD>Get an interpreter for type analysis.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#getReverseAbstractInterpreter()"><B>getReverseAbstractInterpreter()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV3.html#getReverseMapping(java.lang.String, int, int)"><B>getReverseMapping(String, int, int)</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV3.html" title="class in com.google.debugging.sourcemap">SourceMapConsumerV3</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMappingReversable.html#getReverseMapping(java.lang.String, int, int)"><B>getReverseMapping(String, int, int)</B></A> -
Method in interface com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMappingReversable.html" title="interface in com.google.debugging.sourcemap">SourceMappingReversable</A>
<DD>Given a source file, line, and column, return the reverse mapping (source --> target).
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#getRoot()"><B>getRoot()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSTypeExpression.html#getRoot()"><B>getRoot()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSTypeExpression.html" title="class in com.google.javascript.rhino">JSTypeExpression</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Scope.html#getRootNode()"><B>getRootNode()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.html" title="class in com.google.javascript.jscomp">Scope</A>
<DD>Gets the container node of the scope.
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.SymbolScope.html#getRootNode()"><B>getRootNode()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.SymbolScope.html" title="class in com.google.javascript.jscomp">SymbolTable.SymbolScope</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#getRootNode()"><B>getRootNode()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/StaticScope.html#getRootNode()"><B>getRootNode()</B></A> -
Method in interface com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/StaticScope.html" title="interface in com.google.javascript.rhino.jstype">StaticScope</A>
<DD>Returns the root node associated with this scope.
<DT><A HREF="./com/google/javascript/rhino/testing/AbstractStaticScope.html#getRootNode()"><B>getRootNode()</B></A> -
Method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/AbstractStaticScope.html" title="class in com.google.javascript.rhino.testing">AbstractStaticScope</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeUtil.html#getRootOfQualifiedName(com.google.javascript.rhino.Node)"><B>getRootOfQualifiedName(Node)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeUtil.html" title="class in com.google.javascript.jscomp">NodeUtil</A>
<DD>Gets the root node of a qualified name.
<DT><A HREF="./com/google/javascript/jscomp/PerformanceTracker.html#getRuntimeRecord()"><B>getRuntimeRecord()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/PerformanceTracker.html" title="class in com.google.javascript.jscomp">PerformanceTracker</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.html#getScope()"><B>getScope()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.html" title="class in com.google.javascript.jscomp">NodeTraversal</A>
<DD>Gets the current scope.
<DT><A HREF="./com/google/javascript/jscomp/Scope.html#getScope(com.google.javascript.jscomp.Scope.Var)"><B>getScope(Scope.Var)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.html" title="class in com.google.javascript.jscomp">Scope</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.html#getScope(com.google.javascript.jscomp.SymbolTable.Symbol)"><B>getScope(SymbolTable.Symbol)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.html" title="class in com.google.javascript.jscomp">SymbolTable</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/StaticSymbolTable.html#getScope(S)"><B>getScope(S)</B></A> -
Method in interface com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/StaticSymbolTable.html" title="interface in com.google.javascript.rhino.jstype">StaticSymbolTable</A>
<DD>Returns the scope for a given symbol.
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.SymbolScope.html#getScopeDepth()"><B>getScopeDepth()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.SymbolScope.html" title="class in com.google.javascript.jscomp">SymbolTable.SymbolScope</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.html#getScopeRoot()"><B>getScopeRoot()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.html" title="class in com.google.javascript.jscomp">NodeTraversal</A>
<DD>Returns the current scope's root.
<DT><A HREF="./com/google/javascript/jscomp/FindExportableNodes.GenerateNodeContext.html#getScriptNode()"><B>getScriptNode()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FindExportableNodes.GenerateNodeContext.html" title="class in com.google.javascript.jscomp">FindExportableNodes.GenerateNodeContext</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapSection.html#getSectionType()"><B>getSectionType()</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapSection.html" title="class in com.google.debugging.sourcemap">SourceMapSection</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapSection.html#getSectionUrl()"><B>getSectionUrl()</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapSection.html" title="class in com.google.debugging.sourcemap">SourceMapSection</A>
<DD><B>Deprecated.</B>&nbsp;<I></I>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapSection.html#getSectionValue()"><B>getSectionValue()</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapSection.html" title="class in com.google.debugging.sourcemap">SourceMapSection</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#getSerializedSize()"><B>getSerializedSize()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#getSerializedSize()"><B>getSerializedSize()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#getSerializedSize()"><B>getSerializedSize()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#getSerializedSize()"><B>getSerializedSize()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html#getSerializedSize()"><B>getSerializedSize()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#getSerializedSize()"><B>getSerializedSize()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#getSideEffectFlags()"><B>getSideEffectFlags()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Returns the side effects flags for this node.
<DT><A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html#getSingletonGetterClassName(com.google.javascript.rhino.Node)"><B>getSingletonGetterClassName(Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html" title="class in com.google.javascript.jscomp">ClosureCodingConvention</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.html#getSingletonGetterClassName(com.google.javascript.rhino.Node)"><B>getSingletonGetterClassName(Node)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.html" title="interface in com.google.javascript.jscomp">CodingConvention</A>
<DD>Checks if the given method defines a singleton getter, and if it does,
returns the name of the class with the singleton getter.
<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html#getSingletonGetterClassName(com.google.javascript.rhino.Node)"><B>getSingletonGetterClassName(Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp">CodingConventions.Proxy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#getSize()"><B>getSize()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#getSize()"><B>getSize()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.EntryOrBuilder.html#getSize()"><B>getSize()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.EntryOrBuilder.html" title="interface in com.google.javascript.jscomp">FunctionInformationMap.EntryOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Scope.html#getSlot(java.lang.String)"><B>getSlot(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.html" title="class in com.google.javascript.jscomp">Scope</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.SymbolScope.html#getSlot(java.lang.String)"><B>getSlot(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.SymbolScope.html" title="class in com.google.javascript.jscomp">SymbolTable.SymbolScope</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html#getSlot(java.lang.String)"><B>getSlot(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html" title="class in com.google.javascript.rhino.jstype">EnumElementType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#getSlot(java.lang.String)"><B>getSlot(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#getSlot(java.lang.String)"><B>getSlot(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/StaticScope.html#getSlot(java.lang.String)"><B>getSlot(String)</B></A> -
Method in interface com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/StaticScope.html" title="interface in com.google.javascript.rhino.jstype">StaticScope</A>
<DD>Returns any defined slot within this scope for this name.
<DT><A HREF="./com/google/javascript/rhino/jstype/UnknownType.html#getSlot(java.lang.String)"><B>getSlot(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnknownType.html" title="class in com.google.javascript.rhino.jstype">UnknownType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/AbstractStaticScope.html#getSlot(java.lang.String)"><B>getSlot(String)</B></A> -
Method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/AbstractStaticScope.html" title="class in com.google.javascript.rhino.testing">AbstractStaticScope</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/MapBasedScope.html#getSlot(java.lang.String)"><B>getSlot(String)</B></A> -
Method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/MapBasedScope.html" title="class in com.google.javascript.rhino.testing">MapBasedScope</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/deps/SortedDependencies.html#getSortedDependenciesOf(java.util.List)"><B>getSortedDependenciesOf(List&lt;INPUT&gt;)</B></A> -
Method in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/SortedDependencies.html" title="class in com.google.javascript.jscomp.deps">SortedDependencies</A>
<DD>Gets all the dependencies of the given roots.
<DT><A HREF="./com/google/javascript/jscomp/deps/SortedDependencies.html#getSortedList()"><B>getSortedList()</B></A> -
Method in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/SortedDependencies.html" title="class in com.google.javascript.jscomp.deps">SortedDependencies</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/AbstractMessageFormatter.html#getSource()"><B>getSource()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/AbstractMessageFormatter.html" title="class in com.google.javascript.jscomp">AbstractMessageFormatter</A>
<DD>Get the source excerpt provider.
<DT><A HREF="./com/google/javascript/jscomp/graph/DiGraph.DiGraphEdge.html#getSource()"><B>getSource()</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/DiGraph.DiGraphEdge.html" title="interface in com.google.javascript.jscomp.graph">DiGraph.DiGraphEdge</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumType.html#getSource()"><B>getSource()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumType.html" title="class in com.google.javascript.rhino.jstype">EnumType</A>
<DD>Gets the source node or null if this is an unknown enum.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#getSource()"><B>getSource()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>Gets the source node or null if this is an unknown function.
<DT><A HREF="./com/google/javascript/jscomp/CompilerInput.html#getSourceAst()"><B>getSourceAst()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerInput.html" title="class in com.google.javascript.jscomp">CompilerInput</A>
<DD>Returns the SourceAst object on which this input is based.
<DT><A HREF="./com/google/javascript/jscomp/Region.html#getSourceExcerpt()"><B>getSourceExcerpt()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Region.html" title="interface in com.google.javascript.jscomp">Region</A>
<DD>Get the source region.
<DT><A HREF="./com/google/javascript/jscomp/SimpleRegion.html#getSourceExcerpt()"><B>getSourceExcerpt()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SimpleRegion.html" title="class in com.google.javascript.jscomp">SimpleRegion</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerInput.html#getSourceFile()"><B>getSourceFile()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerInput.html" title="class in com.google.javascript.jscomp">CompilerInput</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JsAst.html#getSourceFile()"><B>getSourceFile()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsAst.html" title="class in com.google.javascript.jscomp">JsAst</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonMLAst.html#getSourceFile()"><B>getSourceFile()</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonMLAst.html" title="class in com.google.javascript.jscomp.jsonml">JsonMLAst</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeUtil.html#getSourceFile(com.google.javascript.rhino.Node)"><B>getSourceFile(Node)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeUtil.html" title="class in com.google.javascript.jscomp">NodeUtil</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Scope.Var.html#getSourceFile()"><B>getSourceFile()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.Var.html" title="class in com.google.javascript.jscomp">Scope.Var</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SourceAst.html#getSourceFile()"><B>getSourceFile()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceAst.html" title="interface in com.google.javascript.jscomp">SourceAst</A>
<DD>Returns the source file the generated AST represents.
<DT><A HREF="./com/google/javascript/jscomp/SyntheticAst.html#getSourceFile()"><B>getSourceFile()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SyntheticAst.html" title="class in com.google.javascript.jscomp">SyntheticAst</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.Property.html#getSourceFile()"><B>getSourceFile()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.Property.html" title="class in com.google.javascript.rhino.jstype">ObjectType.Property</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/SimpleReference.html#getSourceFile()"><B>getSourceFile()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/SimpleReference.html" title="class in com.google.javascript.rhino.jstype">SimpleReference</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/StaticReference.html#getSourceFile()"><B>getSourceFile()</B></A> -
Method in interface com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/StaticReference.html" title="interface in com.google.javascript.rhino.jstype">StaticReference</A>
<DD>The source file where the reference lives.
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.Symbol.html#getSourceFileName()"><B>getSourceFileName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.Symbol.html" title="class in com.google.javascript.jscomp">SymbolTable.Symbol</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#getSourceFileName()"><B>getSourceFileName()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#getSourceLine(java.lang.String, int)"><B>getSourceLine(String, int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SourceExcerptProvider.html#getSourceLine(java.lang.String, int)"><B>getSourceLine(String, int)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceExcerptProvider.html" title="interface in com.google.javascript.jscomp">SourceExcerptProvider</A>
<DD>Get the line indicated by the line number.
<DT><A HREF="./com/google/javascript/jscomp/testing/SimpleSourceExcerptProvider.html#getSourceLine(java.lang.String, int)"><B>getSourceLine(String, int)</B></A> -
Method in class com.google.javascript.jscomp.testing.<A HREF="./com/google/javascript/jscomp/testing/SimpleSourceExcerptProvider.html" title="class in com.google.javascript.jscomp.testing">SimpleSourceExcerptProvider</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapSupplier.html#getSourceMap(java.lang.String)"><B>getSourceMap(String)</B></A> -
Method in interface com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapSupplier.html" title="interface in com.google.debugging.sourcemap">SourceMapSupplier</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#getSourceMap()"><B>getSourceMap()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#getSourceName()"><B>getSourceName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#getSourceName()"><B>getSourceName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.EntryOrBuilder.html#getSourceName()"><B>getSourceName()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.EntryOrBuilder.html" title="interface in com.google.javascript.jscomp">FunctionInformationMap.EntryOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.html#getSourceName()"><B>getSourceName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.html" title="class in com.google.javascript.jscomp">JsMessage</A>
<DD>Gets the message's sourceName.
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonMLAst.html#getSourceName()"><B>getSourceName()</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonMLAst.html" title="class in com.google.javascript.jscomp.jsonml">JsonMLAst</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.html#getSourceName()"><B>getSourceName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.html" title="class in com.google.javascript.jscomp">NodeTraversal</A>
<DD>Gets the current input source name.
<DT><A HREF="./com/google/javascript/jscomp/NodeUtil.html#getSourceName(com.google.javascript.rhino.Node)"><B>getSourceName(Node)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeUtil.html" title="class in com.google.javascript.jscomp">NodeUtil</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getSourceName()"><B>getSourceName()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Gets the name of the source file that contains this JSDoc.
<DT><A HREF="./com/google/javascript/rhino/Node.html#getSourceOffset()"><B>getSourceOffset()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#getSourcePosition()"><B>getSourcePosition()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#getSourceRegion(java.lang.String, int)"><B>getSourceRegion(String, int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SourceExcerptProvider.html#getSourceRegion(java.lang.String, int)"><B>getSourceRegion(String, int)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceExcerptProvider.html" title="interface in com.google.javascript.jscomp">SourceExcerptProvider</A>
<DD>Get a region around the indicated line number.
<DT><A HREF="./com/google/javascript/jscomp/testing/SimpleSourceExcerptProvider.html#getSourceRegion(java.lang.String, int)"><B>getSourceRegion(String, int)</B></A> -
Method in class com.google.javascript.jscomp.testing.<A HREF="./com/google/javascript/jscomp/testing/SimpleSourceExcerptProvider.html" title="class in com.google.javascript.jscomp.testing">SimpleSourceExcerptProvider</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/SourcePosition.html#getStartLine()"><B>getStartLine()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/SourcePosition.html" title="class in com.google.javascript.rhino">SourcePosition</A>
<DD>Returns the starting line number of this position.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#getState()"><B>getState()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Returns the current internal state, excluding the input files and modules.
<DT><A HREF="./com/google/javascript/rhino/Node.html#getStaticSourceFile()"><B>getStaticSourceFile()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Returns the source file associated with this input.
<DT><A HREF="./com/google/javascript/jscomp/PerformanceTracker.html#getStats()"><B>getStats()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/PerformanceTracker.html" title="class in com.google.javascript.jscomp">PerformanceTracker</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/SecureCompiler.html#getString()"><B>getString()</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/SecureCompiler.html" title="class in com.google.javascript.jscomp.jsonml">SecureCompiler</A>
<DD>Returns compiled source as a JavaScript.
<DT><A HREF="./com/google/javascript/rhino/Node.html#getString()"><B>getString()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Can only be called when node has String context.
<DT><A HREF="./com/google/javascript/jscomp/CssRenamingMap.ByPart.html#getStyle()"><B>getStyle()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CssRenamingMap.ByPart.html" title="class in com.google.javascript.jscomp">CssRenamingMap.ByPart</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CssRenamingMap.ByWhole.html#getStyle()"><B>getStyle()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CssRenamingMap.ByWhole.html" title="class in com.google.javascript.jscomp">CssRenamingMap.ByWhole</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CssRenamingMap.html#getStyle()"><B>getStyle()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CssRenamingMap.html" title="interface in com.google.javascript.jscomp">CssRenamingMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#getSubTypes()"><B>getSubTypes()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>Returns a list of types that are subtypes of this type.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#getSuperClassConstructor()"><B>getSuperClassConstructor()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>Given a constructor or an interface type, get its superclass constructor
or <code>null</code> if none exists.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getSuppressions()"><B>getSuppressions()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns the set of suppressed warnings.
<DT><A HREF="./com/google/javascript/jscomp/Scope.Var.html#getSymbol()"><B>getSymbol()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.Var.html" title="class in com.google.javascript.jscomp">Scope.Var</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.Property.html#getSymbol()"><B>getSymbol()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.Property.html" title="class in com.google.javascript.rhino.jstype">ObjectType.Property</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/SimpleReference.html#getSymbol()"><B>getSymbol()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/SimpleReference.html" title="class in com.google.javascript.rhino.jstype">SimpleReference</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/StaticReference.html#getSymbol()"><B>getSymbol()</B></A> -
Method in interface com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/StaticReference.html" title="interface in com.google.javascript.rhino.jstype">StaticReference</A>
<DD>The variable that this reference points to.
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.html#getSymbolDeclaredBy(com.google.javascript.rhino.jstype.FunctionType)"><B>getSymbolDeclaredBy(FunctionType)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.html" title="class in com.google.javascript.jscomp">SymbolTable</A>
<DD>Gets the symbol for the given constuctor or interface.
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.html#getSymbolDeclaredBy(com.google.javascript.rhino.jstype.EnumType)"><B>getSymbolDeclaredBy(EnumType)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.html" title="class in com.google.javascript.jscomp">SymbolTable</A>
<DD>Gets the symbol for the given enum.
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.html#getSymbolForInstancesOf(com.google.javascript.jscomp.SymbolTable.Symbol)"><B>getSymbolForInstancesOf(SymbolTable.Symbol)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.html" title="class in com.google.javascript.jscomp">SymbolTable</A>
<DD>Gets the symbol for the prototype if this is the symbol for a constructor
or interface.
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.html#getSymbolForInstancesOf(com.google.javascript.rhino.jstype.FunctionType)"><B>getSymbolForInstancesOf(FunctionType)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.html" title="class in com.google.javascript.jscomp">SymbolTable</A>
<DD>Gets the symbol for the prototype of the given constructor or interface.
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.html#getSymbolForScope(com.google.javascript.jscomp.SymbolTable.SymbolScope)"><B>getSymbolForScope(SymbolTable.SymbolScope)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.html" title="class in com.google.javascript.jscomp">SymbolTable</A>
<DD>All local scopes are associated with a function, and some functions
are associated with a symbol.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getTemplateTypeName()"><B>getTemplateTypeName()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Gets the template type name.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#getTemplateTypeName()"><B>getTemplateTypeName()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>Gets the template type name.
<DT><A HREF="./com/google/javascript/rhino/Token.html#GETTER_DEF"><B>GETTER_DEF</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/jscomp/JSModule.html#getThisAndAllDependencies()"><B>getThisAndAllDependencies()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModule.html" title="class in com.google.javascript.jscomp">JSModule</A>
<DD>Returns this module and all of its dependencies in one list.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getThisType()"><B>getThisType()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Gets the type specified by the <code>@this</code> annotation.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getThrownTypes()"><B>getThrownTypes()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns the list of thrown types.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#getTopDefiningInterface(com.google.javascript.rhino.jstype.ObjectType, java.lang.String)"><B>getTopDefiningInterface(ObjectType, String)</B></A> -
Static method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>Given an interface and a property, finds the top-most super interface
that has the property defined (including this interface).
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#getTopMostDefiningType(java.lang.String)"><B>getTopMostDefiningType(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>Given a constructor or an interface type and a property, finds the
top-most superclass that has the property defined (including this
constructor).
<DT><A HREF="./com/google/javascript/jscomp/AbstractCompiler.html#getTopScope()"><B>getTopScope()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/AbstractCompiler.html" title="class in com.google.javascript.jscomp">AbstractCompiler</A>
<DD>Gets the top scope.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#getTopScope()"><B>getTopScope()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#getTracerMode()"><B>getTracerMode()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#getTweakProcessing()"><B>getTweakProcessing()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#getTweakReplacements()"><B>getTweakReplacements()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Returns the map of tweak replacements.
<DT><A HREF="./com/google/javascript/jscomp/JSError.html#getType()"><B>getType()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSError.html" title="class in com.google.javascript.jscomp">JSError</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html#getType()"><B>getType()</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html" title="class in com.google.javascript.jscomp.jsonml">JsonML</A>
<DD>Returns type of the JsonML element.
<DT><A HREF="./com/google/javascript/jscomp/Scope.Var.html#getType()"><B>getType()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.Var.html" title="class in com.google.javascript.jscomp">Scope.Var</A>
<DD>Gets this variable's type.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getType()"><B>getType()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Gets the type specified by the <code>@type</code> annotation.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.Marker.html#getType()"><B>getType()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.Marker.html" title="class in com.google.javascript.rhino">JSDocInfo.Marker</A>
<DD>Gets the position information for the type expression found
in some block tags, like "@param" and "@return".
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#getType(java.lang.String)"><B>getType(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Looks up a type by name.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#getType(com.google.javascript.rhino.jstype.StaticScope, java.lang.String, java.lang.String, int, int)"><B>getType(StaticScope&lt;JSType&gt;, String, String, int, int)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Looks up a type by name.
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.Property.html#getType()"><B>getType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.Property.html" title="class in com.google.javascript.rhino.jstype">ObjectType.Property</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/SimpleSlot.html#getType()"><B>getType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/SimpleSlot.html" title="class in com.google.javascript.rhino.jstype">SimpleSlot</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/StaticSlot.html#getType()"><B>getType()</B></A> -
Method in interface com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/StaticSlot.html" title="interface in com.google.javascript.rhino.jstype">StaticSlot</A>
<DD>Returns the type information, if any, for this slot.
<DT><A HREF="./com/google/javascript/rhino/Node.html#getType()"><B>getType()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getTypedefType()"><B>getTypedefType()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Gets the typedef type specified by the <code>@type</code> annotation.
<DT><A HREF="./com/google/javascript/jscomp/BasicErrorManager.html#getTypedPercent()"><B>getTypedPercent()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/BasicErrorManager.html" title="class in com.google.javascript.jscomp">BasicErrorManager</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ErrorManager.html#getTypedPercent()"><B>getTypedPercent()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ErrorManager.html" title="interface in com.google.javascript.jscomp">ErrorManager</A>
<DD>Gets the percentage of typed expressions.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#getTypedScopeCreator()"><B>getTypedScopeCreator()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getTypeNodes()"><B>getTypeNodes()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns a collection of all type nodes that are a part of this JSDocInfo.
<DT><A HREF="./com/google/javascript/jscomp/Scope.html#getTypeOfThis()"><B>getTypeOfThis()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.html" title="class in com.google.javascript.jscomp">Scope</A>
<DD>Gets the type of <code>this</code> in the current scope.
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.SymbolScope.html#getTypeOfThis()"><B>getTypeOfThis()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.SymbolScope.html" title="class in com.google.javascript.jscomp">SymbolTable.SymbolScope</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#getTypeOfThis()"><B>getTypeOfThis()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>Gets the type of <code>this</code> in this function.
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#getTypeOfThis()"><B>getTypeOfThis()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/StaticScope.html#getTypeOfThis()"><B>getTypeOfThis()</B></A> -
Method in interface com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/StaticScope.html" title="interface in com.google.javascript.rhino.jstype">StaticScope</A>
<DD>Returns the expected type of <code>this</code> in the current scope.
<DT><A HREF="./com/google/javascript/rhino/testing/AbstractStaticScope.html#getTypeOfThis()"><B>getTypeOfThis()</B></A> -
Method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/AbstractStaticScope.html" title="class in com.google.javascript.rhino.testing">AbstractStaticScope</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/AbstractCompiler.html#getTypeRegistry()"><B>getTypeRegistry()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/AbstractCompiler.html" title="class in com.google.javascript.jscomp">AbstractCompiler</A>
<DD>Gets a central registry of type information from the compiled JS.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#getTypeRegistry()"><B>getTypeRegistry()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroup.html#getTypes()"><B>getTypes()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroup.html" title="class in com.google.javascript.jscomp">DiagnosticGroup</A>
<DD>Returns an iterable over all the types in this group.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#getTypesUnderEquality(com.google.javascript.rhino.jstype.JSType)"><B>getTypesUnderEquality(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Computes the subset of <code>this</code> and <code>that</code> types if equality
is observed.
<DT><A HREF="./com/google/javascript/rhino/jstype/UnionType.html#getTypesUnderEquality(com.google.javascript.rhino.jstype.JSType)"><B>getTypesUnderEquality(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnionType.html" title="class in com.google.javascript.rhino.jstype">UnionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#getTypesUnderInequality(com.google.javascript.rhino.jstype.JSType)"><B>getTypesUnderInequality(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Computes the subset of <code>this</code> and <code>that</code> types if inequality
is observed.
<DT><A HREF="./com/google/javascript/rhino/jstype/UnionType.html#getTypesUnderInequality(com.google.javascript.rhino.jstype.JSType)"><B>getTypesUnderInequality(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnionType.html" title="class in com.google.javascript.rhino.jstype">UnionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#getTypesUnderShallowEquality(com.google.javascript.rhino.jstype.JSType)"><B>getTypesUnderShallowEquality(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Computes the subset of <code>this</code> and <code>that</code> types under shallow
equality.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#getTypesUnderShallowInequality(com.google.javascript.rhino.jstype.JSType)"><B>getTypesUnderShallowInequality(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Computes the subset of <code>this</code> and <code>that</code> types under
shallow inequality.
<DT><A HREF="./com/google/javascript/rhino/jstype/UnionType.html#getTypesUnderShallowInequality(com.google.javascript.rhino.jstype.JSType)"><B>getTypesUnderShallowInequality(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnionType.html" title="class in com.google.javascript.rhino.jstype">UnionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#getTypesWithProperty(java.lang.String)"><B>getTypesWithProperty(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Returns each type that has a property <code>propertyName</code> defined on it.
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html#getUndirectedGraphEdges(N, N)"><B>getUndirectedGraphEdges(N, N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html#getUndirectedGraphNode(N)"><B>getUndirectedGraphNode(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/UndiGraph.html#getUndirectedGraphNode(N)"><B>getUndirectedGraphNode(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/UndiGraph.html" title="class in com.google.javascript.jscomp.graph">UndiGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html#getUndirectedGraphNodes()"><B>getUndirectedGraphNodes()</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CallGraph.html#getUniqueFunctionWithName(java.lang.String)"><B>getUniqueFunctionWithName(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CallGraph.html" title="class in com.google.javascript.jscomp">CallGraph</A>
<DD>Finds a function with the given name.
<DT><A HREF="./com/google/javascript/jscomp/graph/Graph.GraphEdge.html#getValue()"><B>getValue()</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/Graph.GraphEdge.html" title="interface in com.google.javascript.jscomp.graph">Graph.GraphEdge</A>
<DD>Retrieves the edge's value.
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphNode.html#getValue()"><B>getValue()</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphNode.html" title="interface in com.google.javascript.jscomp.graph">GraphNode</A>
<DD>Retrieves the node's value.
<DT><A HREF="./com/google/javascript/jscomp/WarningsGuard.Priority.html#getValue()"><B>getValue()</B></A> -
Method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/WarningsGuard.Priority.html" title="enum in com.google.javascript.jscomp">WarningsGuard.Priority</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Scope.html#getVar(java.lang.String)"><B>getVar(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.html" title="class in com.google.javascript.jscomp">Scope</A>
<DD>Returns the variable, may be null
<DT><A HREF="./com/google/javascript/jscomp/Scope.html#getVarCount()"><B>getVarCount()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.html" title="class in com.google.javascript.jscomp">Scope</A>
<DD>Returns number of variables in this scope
<DT><A HREF="./com/google/javascript/jscomp/Scope.html#getVars()"><B>getVars()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.html" title="class in com.google.javascript.jscomp">Scope</A>
<DD>Return an iterator over all of the variables declared in this scope.
<DT><A HREF="./com/google/javascript/jscomp/NodeUtil.html#getVarsDeclaredInBranch(com.google.javascript.rhino.Node)"><B>getVarsDeclaredInBranch(Node)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeUtil.html" title="class in com.google.javascript.jscomp">NodeUtil</A>
<DD>Retrieves vars declared in the current node tree, excluding descent scopes.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getVersion()"><B>getVersion()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns the version or null if none.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#getVisibility()"><B>getVisibility()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Gets the visibility specified by <code>@private</code>, <code>@protected</code> or
<code>@public</code> annotation.
<DT><A HREF="./com/google/javascript/jscomp/BasicErrorManager.html#getWarningCount()"><B>getWarningCount()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/BasicErrorManager.html" title="class in com.google.javascript.jscomp">BasicErrorManager</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#getWarningCount()"><B>getWarningCount()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Gets the number of warnings.
<DT><A HREF="./com/google/javascript/jscomp/ErrorManager.html#getWarningCount()"><B>getWarningCount()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ErrorManager.html" title="interface in com.google.javascript.jscomp">ErrorManager</A>
<DD>Gets the number of reported warnings.
<DT><A HREF="./com/google/javascript/jscomp/BasicErrorManager.html#getWarnings()"><B>getWarnings()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/BasicErrorManager.html" title="class in com.google.javascript.jscomp">BasicErrorManager</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#getWarnings()"><B>getWarnings()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Returns the array of warnings (never null).
<DT><A HREF="./com/google/javascript/jscomp/ErrorManager.html#getWarnings()"><B>getWarnings()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ErrorManager.html" title="interface in com.google.javascript.jscomp">ErrorManager</A>
<DD>Gets all the warnings.
<DT><A HREF="./com/google/javascript/jscomp/jsonml/SecureCompiler.Report.html#getWarnings()"><B>getWarnings()</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/SecureCompiler.Report.html" title="class in com.google.javascript.jscomp.jsonml">SecureCompiler.Report</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/AdjacencyGraph.html#getWeight(N)"><B>getWeight(N)</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/AdjacencyGraph.html" title="interface in com.google.javascript.jscomp.graph">AdjacencyGraph</A>
<DD>Returns a weight for the given value to be used in ordering nodes, e.g.
<DT><A HREF="./com/google/javascript/jscomp/graph/Graph.html#getWeight(N)"><B>getWeight(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/Graph.html" title="class in com.google.javascript.jscomp.graph">Graph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/PerformanceTracker.html#getZippedCodeSizeRecord()"><B>getZippedCodeSizeRecord()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/PerformanceTracker.html" title="class in com.google.javascript.jscomp">PerformanceTracker</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html#GLOBAL_THIS"><B>GLOBAL_THIS</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html" title="class in com.google.javascript.jscomp">DiagnosticGroups</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.html#GLOBAL_THIS"><B>GLOBAL_THIS</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.html" title="class in com.google.javascript.jscomp">SymbolTable</A>
<DD>The name we use for the JavaScript built-in Global object.
<DT><A HREF="./com/google/javascript/jscomp/GoogleCodingConvention.html" title="class in com.google.javascript.jscomp"><B>GoogleCodingConvention</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>This describes the Google-specific JavaScript coding conventions.<DT><A HREF="./com/google/javascript/jscomp/GoogleCodingConvention.html#GoogleCodingConvention()"><B>GoogleCodingConvention()</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/GoogleCodingConvention.html" title="class in com.google.javascript.jscomp">GoogleCodingConvention</A>
<DD>By default, decorate the ClosureCodingConvention.
<DT><A HREF="./com/google/javascript/jscomp/GoogleCodingConvention.html#GoogleCodingConvention(com.google.javascript.jscomp.CodingConvention)"><B>GoogleCodingConvention(CodingConvention)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/GoogleCodingConvention.html" title="class in com.google.javascript.jscomp">GoogleCodingConvention</A>
<DD>Decorates a wrapped CodingConvention.
<DT><A HREF="./com/google/javascript/jscomp/GoogleJsMessageIdGenerator.html" title="class in com.google.javascript.jscomp"><B>GoogleJsMessageIdGenerator</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>An <A HREF="./com/google/javascript/jscomp/JsMessage.IdGenerator.html" title="interface in com.google.javascript.jscomp"><CODE>JsMessage.IdGenerator</CODE></A> designed to play nicely with Google's Translation
systems.<DT><A HREF="./com/google/javascript/jscomp/GoogleJsMessageIdGenerator.html#GoogleJsMessageIdGenerator(java.lang.String)"><B>GoogleJsMessageIdGenerator(String)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/GoogleJsMessageIdGenerator.html" title="class in com.google.javascript.jscomp">GoogleJsMessageIdGenerator</A>
<DD>Creates an instance.
<DT><A HREF="./com/google/javascript/jscomp/graph/Graph.html" title="class in com.google.javascript.jscomp.graph"><B>Graph</B></A>&lt;<A HREF="./com/google/javascript/jscomp/graph/Graph.html" title="type parameter in Graph">N</A>,<A HREF="./com/google/javascript/jscomp/graph/Graph.html" title="type parameter in Graph">E</A>&gt; - Class in <A HREF="./com/google/javascript/jscomp/graph/package-summary.html">com.google.javascript.jscomp.graph</A><DD>The base generic class for graph-like data structure and algorithms in
the compiler.<DT><A HREF="./com/google/javascript/jscomp/graph/Graph.html#Graph()"><B>Graph()</B></A> -
Constructor for class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/Graph.html" title="class in com.google.javascript.jscomp.graph">Graph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphColoring.html#graph"><B>graph</B></A> -
Variable in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphColoring.html" title="class in com.google.javascript.jscomp.graph">GraphColoring</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/Graph.GraphEdge.html" title="interface in com.google.javascript.jscomp.graph"><B>Graph.GraphEdge</B></A>&lt;<A HREF="./com/google/javascript/jscomp/graph/Graph.GraphEdge.html" title="type parameter in Graph.GraphEdge">N</A>,<A HREF="./com/google/javascript/jscomp/graph/Graph.GraphEdge.html" title="type parameter in Graph.GraphEdge">E</A>&gt; - Interface in <A HREF="./com/google/javascript/jscomp/graph/package-summary.html">com.google.javascript.jscomp.graph</A><DD>A generic edge.<DT><A HREF="./com/google/javascript/jscomp/graph/GraphColoring.html" title="class in com.google.javascript.jscomp.graph"><B>GraphColoring</B></A>&lt;<A HREF="./com/google/javascript/jscomp/graph/GraphColoring.html" title="type parameter in GraphColoring">N</A>,<A HREF="./com/google/javascript/jscomp/graph/GraphColoring.html" title="type parameter in GraphColoring">E</A>&gt; - Class in <A HREF="./com/google/javascript/jscomp/graph/package-summary.html">com.google.javascript.jscomp.graph</A><DD>Annotates the graph with a color in a way that no connected node will have
the same color.<DT><A HREF="./com/google/javascript/jscomp/graph/GraphColoring.html#GraphColoring(com.google.javascript.jscomp.graph.AdjacencyGraph)"><B>GraphColoring(AdjacencyGraph&lt;N, E&gt;)</B></A> -
Constructor for class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphColoring.html" title="class in com.google.javascript.jscomp.graph">GraphColoring</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphColoring.Color.html" title="class in com.google.javascript.jscomp.graph"><B>GraphColoring.Color</B></A> - Class in <A HREF="./com/google/javascript/jscomp/graph/package-summary.html">com.google.javascript.jscomp.graph</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/graph/GraphColoring.GreedyGraphColoring.html" title="class in com.google.javascript.jscomp.graph"><B>GraphColoring.GreedyGraphColoring</B></A>&lt;<A HREF="./com/google/javascript/jscomp/graph/GraphColoring.GreedyGraphColoring.html" title="type parameter in GraphColoring.GreedyGraphColoring">N</A>,<A HREF="./com/google/javascript/jscomp/graph/GraphColoring.GreedyGraphColoring.html" title="type parameter in GraphColoring.GreedyGraphColoring">E</A>&gt; - Class in <A HREF="./com/google/javascript/jscomp/graph/package-summary.html">com.google.javascript.jscomp.graph</A><DD>Greedily assign nodes with high degree unique colors.<DT><A HREF="./com/google/javascript/jscomp/graph/GraphColoring.GreedyGraphColoring.html#GraphColoring.GreedyGraphColoring(com.google.javascript.jscomp.graph.AdjacencyGraph)"><B>GraphColoring.GreedyGraphColoring(AdjacencyGraph&lt;N, E&gt;)</B></A> -
Constructor for class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphColoring.GreedyGraphColoring.html" title="class in com.google.javascript.jscomp.graph">GraphColoring.GreedyGraphColoring</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphColoring.GreedyGraphColoring.html#GraphColoring.GreedyGraphColoring(com.google.javascript.jscomp.graph.AdjacencyGraph, java.util.Comparator)"><B>GraphColoring.GreedyGraphColoring(AdjacencyGraph&lt;N, E&gt;, Comparator&lt;N&gt;)</B></A> -
Constructor for class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphColoring.GreedyGraphColoring.html" title="class in com.google.javascript.jscomp.graph">GraphColoring.GreedyGraphColoring</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphNode.html" title="interface in com.google.javascript.jscomp.graph"><B>GraphNode</B></A>&lt;<A HREF="./com/google/javascript/jscomp/graph/GraphNode.html" title="type parameter in GraphNode">N</A>,<A HREF="./com/google/javascript/jscomp/graph/GraphNode.html" title="type parameter in GraphNode">E</A>&gt; - Interface in <A HREF="./com/google/javascript/jscomp/graph/package-summary.html">com.google.javascript.jscomp.graph</A><DD>A generic node.<DT><A HREF="./com/google/javascript/jscomp/graph/GraphPruner.html" title="class in com.google.javascript.jscomp.graph"><B>GraphPruner</B></A>&lt;<A HREF="./com/google/javascript/jscomp/graph/GraphPruner.html" title="type parameter in GraphPruner">N</A>,<A HREF="./com/google/javascript/jscomp/graph/GraphPruner.html" title="type parameter in GraphPruner">E</A>&gt; - Class in <A HREF="./com/google/javascript/jscomp/graph/package-summary.html">com.google.javascript.jscomp.graph</A><DD>Prunes a graph, creating a new graph with nodes removed.<DT><A HREF="./com/google/javascript/jscomp/graph/GraphPruner.html#GraphPruner(com.google.javascript.jscomp.graph.DiGraph)"><B>GraphPruner(DiGraph&lt;N, E&gt;)</B></A> -
Constructor for class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphPruner.html" title="class in com.google.javascript.jscomp.graph">GraphPruner</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphReachability.html" title="class in com.google.javascript.jscomp.graph"><B>GraphReachability</B></A>&lt;<A HREF="./com/google/javascript/jscomp/graph/GraphReachability.html" title="type parameter in GraphReachability">N</A>,<A HREF="./com/google/javascript/jscomp/graph/GraphReachability.html" title="type parameter in GraphReachability">E</A>&gt; - Class in <A HREF="./com/google/javascript/jscomp/graph/package-summary.html">com.google.javascript.jscomp.graph</A><DD>Computes all the reachable nodes.<DT><A HREF="./com/google/javascript/jscomp/graph/GraphReachability.html#GraphReachability(com.google.javascript.jscomp.graph.DiGraph)"><B>GraphReachability(DiGraph&lt;N, E&gt;)</B></A> -
Constructor for class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphReachability.html" title="class in com.google.javascript.jscomp.graph">GraphReachability</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphReachability.html#GraphReachability(com.google.javascript.jscomp.graph.DiGraph, com.google.common.base.Predicate)"><B>GraphReachability(DiGraph&lt;N, E&gt;, Predicate&lt;GraphReachability.EdgeTuple&lt;N, E&gt;&gt;)</B></A> -
Constructor for class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphReachability.html" title="class in com.google.javascript.jscomp.graph">GraphReachability</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphReachability.EdgeTuple.html" title="class in com.google.javascript.jscomp.graph"><B>GraphReachability.EdgeTuple</B></A>&lt;<A HREF="./com/google/javascript/jscomp/graph/GraphReachability.EdgeTuple.html" title="type parameter in GraphReachability.EdgeTuple">N</A>,<A HREF="./com/google/javascript/jscomp/graph/GraphReachability.EdgeTuple.html" title="type parameter in GraphReachability.EdgeTuple">E</A>&gt; - Class in <A HREF="./com/google/javascript/jscomp/graph/package-summary.html">com.google.javascript.jscomp.graph</A><DD>Represents Source Node, Edge and Destination Node.<DT><A HREF="./com/google/javascript/jscomp/graph/GraphReachability.EdgeTuple.html#GraphReachability.EdgeTuple(N, E, N)"><B>GraphReachability.EdgeTuple(N, E, N)</B></A> -
Constructor for class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphReachability.EdgeTuple.html" title="class in com.google.javascript.jscomp.graph">GraphReachability.EdgeTuple</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphvizGraph.html" title="interface in com.google.javascript.jscomp.graph"><B>GraphvizGraph</B></A> - Interface in <A HREF="./com/google/javascript/jscomp/graph/package-summary.html">com.google.javascript.jscomp.graph</A><DD>A graph that can be dumped to a Graphviz DOT file.<DT><A HREF="./com/google/javascript/jscomp/graph/GraphvizGraph.GraphvizEdge.html" title="interface in com.google.javascript.jscomp.graph"><B>GraphvizGraph.GraphvizEdge</B></A> - Interface in <A HREF="./com/google/javascript/jscomp/graph/package-summary.html">com.google.javascript.jscomp.graph</A><DD>A Graphviz edge.<DT><A HREF="./com/google/javascript/jscomp/graph/GraphvizGraph.GraphvizNode.html" title="interface in com.google.javascript.jscomp.graph"><B>GraphvizGraph.GraphvizNode</B></A> - Interface in <A HREF="./com/google/javascript/jscomp/graph/package-summary.html">com.google.javascript.jscomp.graph</A><DD>A Graphviz node.<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#GREATEST_FUNCTION_TYPE"><B>GREATEST_FUNCTION_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#GT"><B>GT</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/jscomp/PerformanceTracker.Stats.html#gzDiff"><B>gzDiff</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/PerformanceTracker.Stats.html" title="class in com.google.javascript.jscomp">PerformanceTracker.Stats</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/PerformanceTracker.Stats.html#gzSize"><B>gzSize</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/PerformanceTracker.Stats.html" title="class in com.google.javascript.jscomp">PerformanceTracker.Stats</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./com/google/javascript/jscomp/AstValidator.ViolationHandler.html#handleViolation(java.lang.String, com.google.javascript.rhino.Node)"><B>handleViolation(String, Node)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/AstValidator.ViolationHandler.html" title="interface in com.google.javascript.jscomp">AstValidator.ViolationHandler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#hasAppNameSetter()"><B>hasAppNameSetter()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#hasAppNameSetter()"><B>hasAppNameSetter()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/InstrumentationOrBuilder.html#hasAppNameSetter()"><B>hasAppNameSetter()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/InstrumentationOrBuilder.html" title="interface in com.google.javascript.jscomp">InstrumentationOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#hasBaseType()"><B>hasBaseType()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns whether this <A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> contains a type for <code>@extends</code>
annotation.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.TypePosition.html#hasBrackets()"><B>hasBrackets()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.TypePosition.html" title="class in com.google.javascript.rhino">JSDocInfo.TypePosition</A>
<DD>Returns whether the type has curly braces around it.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#hasCachedValues()"><B>hasCachedValues()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#hasCachedValues()"><B>hasCachedValues()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>Returns true if any cached values have been set for this type.
<DT><A HREF="./com/google/javascript/jscomp/regex/RegExpTree.html#hasCapturingGroup()"><B>hasCapturingGroup()</B></A> -
Method in class com.google.javascript.jscomp.regex.<A HREF="./com/google/javascript/jscomp/regex/RegExpTree.html" title="class in com.google.javascript.jscomp.regex">RegExpTree</A>
<DD>True if the regular expression contains capturing groups.
<DT><A HREF="./com/google/javascript/rhino/Node.html#hasChild(com.google.javascript.rhino.Node)"><B>hasChild(Node)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html#hasChildren()"><B>hasChildren()</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html" title="class in com.google.javascript.jscomp.jsonml">JsonML</A>
<DD>Returns true if the JsonML element has at least one child.
<DT><A HREF="./com/google/javascript/rhino/Node.html#hasChildren()"><B>hasChildren()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html#hasColumnPosition()"><B>hasColumnPosition()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#hasColumnPosition()"><B>hasColumnPosition()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMappingOrBuilder.html#hasColumnPosition()"><B>hasColumnPosition()</B></A> -
Method in interface com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMappingOrBuilder.html" title="interface in com.google.debugging.sourcemap.proto">Mapping.LineMappingOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html#hasColumnPosition()"><B>hasColumnPosition()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#hasColumnPosition()"><B>hasColumnPosition()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMappingOrBuilder.html#hasColumnPosition()"><B>hasColumnPosition()</B></A> -
Method in interface com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMappingOrBuilder.html" title="interface in com.google.debugging.sourcemap.proto">Mapping.OriginalMappingOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#hasCompiledSource()"><B>hasCompiledSource()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#hasCompiledSource()"><B>hasCompiledSource()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.EntryOrBuilder.html#hasCompiledSource()"><B>hasCompiledSource()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.EntryOrBuilder.html" title="interface in com.google.javascript.jscomp">FunctionInformationMap.EntryOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html#hasCompiledSource()"><B>hasCompiledSource()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html#hasCompiledSource()"><B>hasCompiledSource()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.ModuleOrBuilder.html#hasCompiledSource()"><B>hasCompiledSource()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.ModuleOrBuilder.html" title="interface in com.google.javascript.jscomp">FunctionInformationMap.ModuleOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#hasDescriptionForParameter(java.lang.String)"><B>hasDescriptionForParameter(String)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns whether a description exists for the parameter with the specified
name.
<DT><A HREF="./com/google/javascript/rhino/jstype/AllType.html#hasDisplayName()"><B>hasDisplayName()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/AllType.html" title="class in com.google.javascript.rhino.jstype">AllType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#hasDisplayName()"><B>hasDisplayName()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/UnknownType.html#hasDisplayName()"><B>hasDisplayName()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnknownType.html" title="class in com.google.javascript.rhino.jstype">UnknownType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/testing/TestErrorReporter.html#hasEncounteredAllErrors()"><B>hasEncounteredAllErrors()</B></A> -
Method in class com.google.javascript.jscomp.testing.<A HREF="./com/google/javascript/jscomp/testing/TestErrorReporter.html" title="class in com.google.javascript.jscomp.testing">TestErrorReporter</A>
<DD>Returns whether all errors were reported to this reporter.
<DT><A HREF="./com/google/javascript/rhino/testing/TestErrorReporter.html#hasEncounteredAllErrors()"><B>hasEncounteredAllErrors()</B></A> -
Method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/TestErrorReporter.html" title="class in com.google.javascript.rhino.testing">TestErrorReporter</A>
<DD>Returns whether all errors were reported to this reporter.
<DT><A HREF="./com/google/javascript/jscomp/testing/TestErrorReporter.html#hasEncounteredAllWarnings()"><B>hasEncounteredAllWarnings()</B></A> -
Method in class com.google.javascript.jscomp.testing.<A HREF="./com/google/javascript/jscomp/testing/TestErrorReporter.html" title="class in com.google.javascript.jscomp.testing">TestErrorReporter</A>
<DD>Returns whether all warnings were reported to this reporter.
<DT><A HREF="./com/google/javascript/rhino/testing/TestErrorReporter.html#hasEncounteredAllWarnings()"><B>hasEncounteredAllWarnings()</B></A> -
Method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/TestErrorReporter.html" title="class in com.google.javascript.rhino.testing">TestErrorReporter</A>
<DD>Returns whether all warnings were reported to this reporter.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#hasEnumParameterType()"><B>hasEnumParameterType()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns whether an enum parameter type, specified using the <code>@enum</code>
annotation, is present on this JSDoc.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#hasEqualCallType(com.google.javascript.rhino.jstype.FunctionType)"><B>hasEqualCallType(FunctionType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#hasErrors()"><B>hasErrors()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Consults the <A HREF="./com/google/javascript/jscomp/ErrorManager.html" title="interface in com.google.javascript.jscomp"><CODE>ErrorManager</CODE></A> to see if we've encountered errors
that should halt compilation.
<DT><A HREF="./com/google/javascript/jscomp/CallGraph.Callsite.html#hasExternTarget()"><B>hasExternTarget()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CallGraph.Callsite.html" title="class in com.google.javascript.jscomp">CallGraph.Callsite</A>
<DD>If true, then this callsite could target a function defined in the
externs.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#hasFileOverview()"><B>hasFileOverview()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns whether this has a fileoverview flag.
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticType.html#hashCode()"><B>hashCode()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticType.html" title="class in com.google.javascript.jscomp">DiagnosticType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphColoring.Color.html#hashCode()"><B>hashCode()</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphColoring.Color.html" title="class in com.google.javascript.jscomp.graph">GraphColoring.Color</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JSError.html#hashCode()"><B>hashCode()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSError.html" title="class in com.google.javascript.jscomp">JSError</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.html#hashCode()"><B>hashCode()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.html" title="class in com.google.javascript.jscomp">JsMessage</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.PlaceholderReference.html#hashCode()"><B>hashCode()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.PlaceholderReference.html" title="class in com.google.javascript.jscomp">JsMessage.PlaceholderReference</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/regex/RegExpTree.html#hashCode()"><B>hashCode()</B></A> -
Method in class com.google.javascript.jscomp.regex.<A HREF="./com/google/javascript/jscomp/regex/RegExpTree.html" title="class in com.google.javascript.jscomp.regex">RegExpTree</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Scope.Arguments.html#hashCode()"><B>hashCode()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.Arguments.html" title="class in com.google.javascript.jscomp">Scope.Arguments</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Scope.Var.html#hashCode()"><B>hashCode()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.Var.html" title="class in com.google.javascript.jscomp">Scope.Var</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/InputId.html#hashCode()"><B>hashCode()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/InputId.html" title="class in com.google.javascript.rhino">InputId</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html#hashCode()"><B>hashCode()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html" title="class in com.google.javascript.rhino.jstype">EnumElementType</A>
<DD>If this is equal to a NamedType object, its hashCode must be equal
to the hashCode of the NamedType object.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#hashCode()"><B>hashCode()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#hashCode()"><B>hashCode()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html#hashCode()"><B>hashCode()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html" title="class in com.google.javascript.rhino.jstype">NoObjectType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/UnionType.html#hashCode()"><B>hashCode()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnionType.html" title="class in com.google.javascript.rhino.jstype">UnionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSTypeExpression.html#hashCode()"><B>hashCode()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSTypeExpression.html" title="class in com.google.javascript.rhino">JSTypeExpression</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#hasId()"><B>hasId()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#hasId()"><B>hasId()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.EntryOrBuilder.html#hasId()"><B>hasId()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.EntryOrBuilder.html" title="interface in com.google.javascript.jscomp">FunctionInformationMap.EntryOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html#hasIdentifier()"><B>hasIdentifier()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#hasIdentifier()"><B>hasIdentifier()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMappingOrBuilder.html#hasIdentifier()"><B>hasIdentifier()</B></A> -
Method in interface com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMappingOrBuilder.html" title="interface in com.google.debugging.sourcemap.proto">Mapping.OriginalMappingOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#hasImplementedInterfaces()"><B>hasImplementedInterfaces()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#hasInstanceType()"><B>hasInstanceType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>Returns whether this function type has an instance type.
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html#hasLineNumber()"><B>hasLineNumber()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#hasLineNumber()"><B>hasLineNumber()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMappingOrBuilder.html#hasLineNumber()"><B>hasLineNumber()</B></A> -
Method in interface com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMappingOrBuilder.html" title="interface in com.google.debugging.sourcemap.proto">Mapping.LineMappingOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html#hasLineNumber()"><B>hasLineNumber()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#hasLineNumber()"><B>hasLineNumber()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMappingOrBuilder.html#hasLineNumber()"><B>hasLineNumber()</B></A> -
Method in interface com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMappingOrBuilder.html" title="interface in com.google.debugging.sourcemap.proto">Mapping.OriginalMappingOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#hasLineNumber()"><B>hasLineNumber()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#hasLineNumber()"><B>hasLineNumber()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.EntryOrBuilder.html#hasLineNumber()"><B>hasLineNumber()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.EntryOrBuilder.html" title="interface in com.google.javascript.jscomp">FunctionInformationMap.EntryOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#hasModifies()"><B>hasModifies()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#hasModuleName()"><B>hasModuleName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#hasModuleName()"><B>hasModuleName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.EntryOrBuilder.html#hasModuleName()"><B>hasModuleName()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.EntryOrBuilder.html" title="interface in com.google.javascript.jscomp">FunctionInformationMap.EntryOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#hasMoreThanOneChild()"><B>hasMoreThanOneChild()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Check for more than one child more efficiently than by iterating over all
the children as is done with Node.getChildCount().
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#hasName()"><B>hasName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#hasName()"><B>hasName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.EntryOrBuilder.html#hasName()"><B>hasName()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.EntryOrBuilder.html" title="interface in com.google.javascript.jscomp">FunctionInformationMap.EntryOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html#hasName()"><B>hasName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html#hasName()"><B>hasName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.ModuleOrBuilder.html#hasName()"><B>hasName()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.ModuleOrBuilder.html" title="interface in com.google.javascript.jscomp">FunctionInformationMap.ModuleOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#hasNamespace(java.lang.String)"><B>hasNamespace(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Determines whether the given JS package exists.
<DT><A HREF="./com/google/javascript/jscomp/graph/Graph.html#hasNode(N)"><B>hasNode(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/Graph.html" title="class in com.google.javascript.jscomp.graph">Graph</A>
<DD>Checks whether the node exists in the graph (<A HREF="./com/google/javascript/jscomp/graph/Graph.html#createNode(N)"><CODE>Graph.createNode(Object)</CODE></A>
has been called with that value).
<DT><A HREF="./com/google/javascript/rhino/Node.html#hasOneChild()"><B>hasOneChild()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Check for one child more efficiently than by iterating over all the
children as is done with Node.getChildCount().
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html#hasOriginalFile()"><B>hasOriginalFile()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#hasOriginalFile()"><B>hasOriginalFile()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMappingOrBuilder.html#hasOriginalFile()"><B>hasOriginalFile()</B></A> -
Method in interface com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMappingOrBuilder.html" title="interface in com.google.debugging.sourcemap.proto">Mapping.OriginalMappingOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html#hasOriginalMapping()"><B>hasOriginalMapping()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#hasOriginalMapping()"><B>hasOriginalMapping()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMappingOrBuilder.html#hasOriginalMapping()"><B>hasOriginalMapping()</B></A> -
Method in interface com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMappingOrBuilder.html" title="interface in com.google.debugging.sourcemap.proto">Mapping.LineMappingOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#hasOwnProperty(java.lang.String)"><B>hasOwnProperty(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>Checks whether the property whose name is given is present directly on
the object.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#hasParameter(java.lang.String)"><B>hasParameter(String)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns whether the parameter is defined.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#hasParameter(java.lang.String)"><B>hasParameter(String)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#hasParameterType(java.lang.String)"><B>hasParameterType(String)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns whether the parameter has an attached type.
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.Builder.html#hasParts()"><B>hasParts()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.Builder.html" title="class in com.google.javascript.jscomp">JsMessage.Builder</A>
<DD>Gets whether at least one part has been appended.
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html#hasProperty(java.lang.String)"><B>hasProperty(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html" title="class in com.google.javascript.rhino.jstype">EnumElementType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html#hasProperty(java.lang.String)"><B>hasProperty(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html" title="class in com.google.javascript.rhino.jstype">NoObjectType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#hasProperty(java.lang.String)"><B>hasProperty(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>Checks whether the property whose name is given is present on the
object.
<DT><A HREF="./com/google/javascript/rhino/jstype/UnknownType.html#hasProperty(java.lang.String)"><B>hasProperty(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnknownType.html" title="class in com.google.javascript.rhino.jstype">UnknownType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html#hasReferenceName()"><B>hasReferenceName()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html" title="class in com.google.javascript.rhino.jstype">EnumElementType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#hasReferenceName()"><B>hasReferenceName()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>Returns true if the object is named.
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#hasReportCall()"><B>hasReportCall()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#hasReportCall()"><B>hasReportCall()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/InstrumentationOrBuilder.html#hasReportCall()"><B>hasReportCall()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/InstrumentationOrBuilder.html" title="interface in com.google.javascript.jscomp">InstrumentationOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#hasReportDefined()"><B>hasReportDefined()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#hasReportDefined()"><B>hasReportDefined()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/InstrumentationOrBuilder.html#hasReportDefined()"><B>hasReportDefined()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/InstrumentationOrBuilder.html" title="interface in com.google.javascript.jscomp">InstrumentationOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#hasReportExit()"><B>hasReportExit()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#hasReportExit()"><B>hasReportExit()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/InstrumentationOrBuilder.html#hasReportExit()"><B>hasReportExit()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/InstrumentationOrBuilder.html" title="interface in com.google.javascript.jscomp">InstrumentationOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#hasReturnType()"><B>hasReturnType()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns whether this <A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> contains a type for <code>@return</code>
annotation.
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.html#hasScope()"><B>hasScope()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.html" title="class in com.google.javascript.jscomp">NodeTraversal</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#hasSize()"><B>hasSize()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#hasSize()"><B>hasSize()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.EntryOrBuilder.html#hasSize()"><B>hasSize()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.EntryOrBuilder.html" title="interface in com.google.javascript.jscomp">FunctionInformationMap.EntryOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#hasSourceName()"><B>hasSourceName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#hasSourceName()"><B>hasSourceName()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.EntryOrBuilder.html#hasSourceName()"><B>hasSourceName()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.EntryOrBuilder.html" title="interface in com.google.javascript.jscomp">FunctionInformationMap.EntryOrBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#hasThisType()"><B>hasThisType()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns whether this <A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> contains a type for <code>@this</code>
annotation.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#hasType()"><B>hasType()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns whether a type, specified using the <code>@type</code> annotation, is
present on this JSDoc.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#hasTypedefType()"><B>hasTypedefType()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns whether a typedef parameter type, specified using the
<code>@typedef</code> annotation, is present on this JSDoc.
<DT><A HREF="./com/google/javascript/jscomp/CallGraph.Callsite.html#hasUnknownTarget()"><B>hasUnknownTarget()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CallGraph.Callsite.html" title="class in com.google.javascript.jscomp">CallGraph.Callsite</A>
<DD>If true, then DefinitionProvider used in callgraph construction
was unable find all target functions of this callsite.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionParamBuilder.html#hasVarArgs()"><B>hasVarArgs()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionParamBuilder.html" title="class in com.google.javascript.rhino.jstype">FunctionParamBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/IR.html#hook(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>hook(Node, Node, Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#HOOK"><B>HOOK</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/jscomp/HotSwapCompilerPass.html" title="interface in com.google.javascript.jscomp"><B>HotSwapCompilerPass</B></A> - Interface in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Interface for compiler passes that can be used in a hot-swap fashion.<DT><A HREF="./com/google/javascript/jscomp/FieldCleanupPass.html#hotSwapScript(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>hotSwapScript(Node, Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FieldCleanupPass.html" title="class in com.google.javascript.jscomp">FieldCleanupPass</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/HotSwapCompilerPass.html#hotSwapScript(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>hotSwapScript(Node, Node)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/HotSwapCompilerPass.html" title="interface in com.google.javascript.jscomp">HotSwapCompilerPass</A>
<DD>Process the JS with root node root.
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#ID_FIELD_NUMBER"><B>ID_FIELD_NUMBER</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#ideMode"><B>ideMode</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Configures the compiler for use as an IDE backend.
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#IDENTIFIER_FIELD_NUMBER"><B>IDENTIFIER_FIELD_NUMBER</B></A> -
Static variable in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#identifyNonNullableName(java.lang.String)"><B>identifyNonNullableName(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Identifies the name of a typedef or enum before we actually declare it.
<DT><A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html#identifyTypeDeclarationCall(com.google.javascript.rhino.Node)"><B>identifyTypeDeclarationCall(Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html" title="class in com.google.javascript.jscomp">ClosureCodingConvention</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.html#identifyTypeDeclarationCall(com.google.javascript.rhino.Node)"><B>identifyTypeDeclarationCall(Node)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.html" title="interface in com.google.javascript.jscomp">CodingConvention</A>
<DD>Checks if the given CALL node is forward-declaring any types,
and returns the name of the types if it is.
<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html#identifyTypeDeclarationCall(com.google.javascript.rhino.Node)"><B>identifyTypeDeclarationCall(Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp">CodingConventions.Proxy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/EmptyMessageBundle.html#idGenerator()"><B>idGenerator()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/EmptyMessageBundle.html" title="class in com.google.javascript.jscomp">EmptyMessageBundle</A>
<DD>Gets a dummy message ID generator.
<DT><A HREF="./com/google/javascript/jscomp/MessageBundle.html#idGenerator()"><B>idGenerator()</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/MessageBundle.html" title="interface in com.google.javascript.jscomp">MessageBundle</A>
<DD>Gets the message ID generator to use to compute message IDs for this
type of bundle.
<DT><A HREF="./com/google/javascript/jscomp/XtbMessageBundle.html#idGenerator()"><B>idGenerator()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/XtbMessageBundle.html" title="class in com.google.javascript.jscomp">XtbMessageBundle</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Result.html#idGeneratorMap"><B>idGeneratorMap</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Result.html" title="class in com.google.javascript.jscomp">Result</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#IF"><B>IF</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/IR.html#ifNode(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>ifNode(Node, Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/IR.html#ifNode(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>ifNode(Node, Node, Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#IN"><B>IN</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/Token.html#INC"><B>INC</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/Node.html#INCRDECR_PROP"><B>INCRDECR_PROP</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#incrementGeneration()"><B>incrementGeneration()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Increments the current generation.
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.Symbol.html#inExterns()"><B>inExterns()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.Symbol.html" title="class in com.google.javascript.jscomp">SymbolTable.Symbol</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.Symbol.html#inGlobalScope()"><B>inGlobalScope()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.Symbol.html" title="class in com.google.javascript.jscomp">SymbolTable.Symbol</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#init(com.google.javascript.jscomp.JSSourceFile[], com.google.javascript.jscomp.JSSourceFile[], com.google.javascript.jscomp.CompilerOptions)"><B>init(JSSourceFile[], JSSourceFile[], CompilerOptions)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Initializes the instance state needed for a compile job.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#init(java.util.List, java.util.List, com.google.javascript.jscomp.CompilerOptions)"><B>init(List&lt;T1&gt;, List&lt;T2&gt;, CompilerOptions)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Initializes the instance state needed for a compile job.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#init(com.google.javascript.jscomp.JSSourceFile[], com.google.javascript.jscomp.JSModule[], com.google.javascript.jscomp.CompilerOptions)"><B>init(JSSourceFile[], JSModule[], CompilerOptions)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Initializes the instance state needed for a compile job if the sources
are in modules.
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#INIT_FIELD_NUMBER"><B>INIT_FIELD_NUMBER</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#initModules(java.util.List, java.util.List, com.google.javascript.jscomp.CompilerOptions)"><B>initModules(List&lt;T&gt;, List&lt;JSModule&gt;, CompilerOptions)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Initializes the instance state needed for a compile job if the sources
are in modules.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#initOptions(com.google.javascript.jscomp.CompilerOptions)"><B>initOptions(CompilerOptions)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Initialize the compiler options.
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#initTypes()"><B>initTypes()</B></A> -
Method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#inlineConstantVars"><B>inlineConstantVars</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Inlines constants (symbols that are all CAPS)
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#inlineFunctions"><B>inlineFunctions</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Inlines short functions
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#inlineGetters"><B>inlineGetters</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Inlines trivial getters
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#inlineLocalFunctions"><B>inlineLocalFunctions</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Enhanced function inlining
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#inlineVariables"><B>inlineVariables</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Inlines variables
<DT><A HREF="./com/google/javascript/rhino/Node.html#INPUT_ID"><B>INPUT_ID</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#inputDelimiter"><B>inputDelimiter</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>The string to use as the separator for printInputDelimiter
<DT><A HREF="./com/google/javascript/rhino/InputId.html" title="class in com.google.javascript.rhino"><B>InputId</B></A> - Class in <A HREF="./com/google/javascript/rhino/package-summary.html">com.google.javascript.rhino</A><DD>An id used uniquely identify a CompilerInput<DT><A HREF="./com/google/javascript/rhino/InputId.html#InputId(java.lang.String)"><B>InputId(String)</B></A> -
Constructor for class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/InputId.html" title="class in com.google.javascript.rhino">InputId</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#inputPropertyMapSerialized"><B>inputPropertyMapSerialized</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Serialized input property renaming map.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#inputVariableMapSerialized"><B>inputVariableMapSerialized</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Serialized input variable renaming map.
<DT><A HREF="./com/google/javascript/rhino/Token.html#INSTANCEOF"><B>INSTANCEOF</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp"><B>Instrumentation</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp"><B>Instrumentation.Builder</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/InstrumentationOrBuilder.html" title="interface in com.google.javascript.jscomp"><B>InstrumentationOrBuilder</B></A> - Interface in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#instrumentationTemplate"><B>instrumentationTemplate</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Instrumentation template to use with #recordFunctionInformation
<DT><A HREF="./com/google/javascript/jscomp/InstrumentationTemplate.html" title="class in com.google.javascript.jscomp"><B>InstrumentationTemplate</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html#internalGetFieldAccessorTable()"><B>internalGetFieldAccessorTable()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#internalGetFieldAccessorTable()"><B>internalGetFieldAccessorTable()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html#internalGetFieldAccessorTable()"><B>internalGetFieldAccessorTable()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#internalGetFieldAccessorTable()"><B>internalGetFieldAccessorTable()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#internalGetFieldAccessorTable()"><B>internalGetFieldAccessorTable()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#internalGetFieldAccessorTable()"><B>internalGetFieldAccessorTable()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#internalGetFieldAccessorTable()"><B>internalGetFieldAccessorTable()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#internalGetFieldAccessorTable()"><B>internalGetFieldAccessorTable()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html#internalGetFieldAccessorTable()"><B>internalGetFieldAccessorTable()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html#internalGetFieldAccessorTable()"><B>internalGetFieldAccessorTable()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#internalGetFieldAccessorTable()"><B>internalGetFieldAccessorTable()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#internalGetFieldAccessorTable()"><B>internalGetFieldAccessorTable()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html#INTERNET_EXPLORER_CHECKS"><B>INTERNET_EXPLORER_CHECKS</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html" title="class in com.google.javascript.jscomp">DiagnosticGroups</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/BooleanLiteralSet.html#intersection(com.google.javascript.rhino.jstype.BooleanLiteralSet)"><B>intersection(BooleanLiteralSet)</B></A> -
Method in enum com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/BooleanLiteralSet.html" title="enum in com.google.javascript.rhino.jstype">BooleanLiteralSet</A>
<DD>Computes the intersection of this set and <code>that</code>.
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html#INVALID_CASTS"><B>INVALID_CASTS</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html" title="class in com.google.javascript.jscomp">DiagnosticGroups</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino"><B>IR</B></A> - Class in <A HREF="./com/google/javascript/rhino/package-summary.html">com.google.javascript.rhino</A><DD>An AST construction helper class<DT><A HREF="./com/google/javascript/rhino/Node.html#IS_CONSTANT_NAME"><B>IS_CONSTANT_NAME</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#IS_DISPATCHER"><B>IS_DISPATCHER</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#IS_NAMESPACE"><B>IS_NAMESPACE</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#IS_OPTIONAL_PARAM"><B>IS_OPTIONAL_PARAM</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#IS_VAR_ARGS_PARAM"><B>IS_VAR_ARGS_PARAM</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isAdd()"><B>isAdd()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>AST type check methods
<DT><A HREF="./com/google/javascript/jscomp/CallGraph.Function.html#isAliased()"><B>isAliased()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CallGraph.Function.html" title="class in com.google.javascript.jscomp">CallGraph.Function</A>
<DD>Returns true if the function is aliased.
<DT><A HREF="./com/google/javascript/rhino/jstype/AllType.html#isAllType()"><B>isAllType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/AllType.html" title="class in com.google.javascript.rhino.jstype">AllType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isAllType()"><B>isAllType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isAnd()"><B>isAnd()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.html#isAnonymous()"><B>isAnonymous()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.html" title="class in com.google.javascript.jscomp">JsMessage</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isArrayLit()"><B>isArrayLit()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isArrayType()"><B>isArrayType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isAssign()"><B>isAssign()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isAssignAdd()"><B>isAssignAdd()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Scope.Var.html#isBleedingFunction()"><B>isBleedingFunction()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.Var.html" title="class in com.google.javascript.jscomp">Scope.Var</A>
<DD>Whether this is a bleeding function (an anonymous named function
that bleeds into the inner scope.
<DT><A HREF="./com/google/javascript/rhino/Node.html#isBlock()"><B>isBlock()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isBooleanObjectType()"><B>isBooleanObjectType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/BooleanType.html#isBooleanValueType()"><B>isBooleanValueType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/BooleanType.html" title="class in com.google.javascript.rhino.jstype">BooleanType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isBooleanValueType()"><B>isBooleanValueType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isBreak()"><B>isBreak()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isCall()"><B>isCall()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isCase()"><B>isCase()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/regex/RegExpTree.html#isCaseSensitive()"><B>isCaseSensitive()</B></A> -
Method in class com.google.javascript.jscomp.regex.<A HREF="./com/google/javascript/jscomp/regex/RegExpTree.html" title="class in com.google.javascript.jscomp.regex">RegExpTree</A>
<DD>True if the presence or absence of an <code>"i"</code> flag would change the
meaning of this regular expression.
<DT><A HREF="./com/google/javascript/rhino/Node.html#isCatch()"><B>isCatch()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isCheckedUnknownType()"><B>isCheckedUnknownType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/UnknownType.html#isCheckedUnknownType()"><B>isCheckedUnknownType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnknownType.html" title="class in com.google.javascript.rhino.jstype">UnknownType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isComma()"><B>isComma()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/DiGraph.html#isConnected(N, N)"><B>isConnected(N, N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/DiGraph.html" title="class in com.google.javascript.jscomp.graph">DiGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/DiGraph.html#isConnected(N, E, N)"><B>isConnected(N, E, N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/DiGraph.html" title="class in com.google.javascript.jscomp.graph">DiGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/Graph.html#isConnected(N, N)"><B>isConnected(N, N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/Graph.html" title="class in com.google.javascript.jscomp.graph">Graph</A>
<DD>Checks whether two nodes in the graph are connected.
<DT><A HREF="./com/google/javascript/jscomp/graph/Graph.html#isConnected(N, E, N)"><B>isConnected(N, E, N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/Graph.html" title="class in com.google.javascript.jscomp.graph">Graph</A>
<DD>Checks whether two nodes in the graph are connected by the given
edge type.
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html#isConnected(N, N)"><B>isConnected(N, N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html#isConnected(N, E, N)"><B>isConnected(N, E, N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/DiGraph.html#isConnectedInDirection(N, N)"><B>isConnectedInDirection(N, N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/DiGraph.html" title="class in com.google.javascript.jscomp.graph">DiGraph</A>
<DD>Checks whether two nodes in the graph are connected via a directed edge.
<DT><A HREF="./com/google/javascript/jscomp/graph/DiGraph.html#isConnectedInDirection(N, E, N)"><B>isConnectedInDirection(N, E, N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/DiGraph.html" title="class in com.google.javascript.jscomp.graph">DiGraph</A>
<DD>Checks whether two nodes in the graph are connected via a directed edge
with the given value.
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#isConnectedInDirection(N, N)"><B>isConnectedInDirection(N, N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#isConnectedInDirection(N, E, N)"><B>isConnectedInDirection(N, E, N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#isConsistentIdGenerator()"><B>isConsistentIdGenerator()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Scope.Var.html#isConst()"><B>isConst()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.Var.html" title="class in com.google.javascript.jscomp">Scope.Var</A>
<DD>Returns <code>true</code> if the variable is declared as a constant,
based on the value reported by <code>NodeUtil</code>.
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.html#isConstant(java.lang.String)"><B>isConstant(String)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.html" title="interface in com.google.javascript.jscomp">CodingConvention</A>
<DD>This checks whether a given variable name, such as a name in all-caps
should be treated as if it had the @const annotation.
<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html#isConstant(java.lang.String)"><B>isConstant(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp">CodingConventions.Proxy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/GoogleCodingConvention.html#isConstant(java.lang.String)"><B>isConstant(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/GoogleCodingConvention.html" title="class in com.google.javascript.jscomp">GoogleCodingConvention</A>
<DD>This checks whether a given variable name, such as a name in all-caps
should be treated as if it had the @const annotation.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#isConstant()"><B>isConstant()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns whether the <code>@const</code> annotation is present on this
<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A>.
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.html#isConstantKey(java.lang.String)"><B>isConstantKey(String)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.html" title="interface in com.google.javascript.jscomp">CodingConvention</A>
<DD>This checks whether a given key of an object literal, such as a
name in all-caps should be treated as if it had the @const
annotation.
<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html#isConstantKey(java.lang.String)"><B>isConstantKey(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp">CodingConventions.Proxy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/GoogleCodingConvention.html#isConstantKey(java.lang.String)"><B>isConstantKey(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/GoogleCodingConvention.html" title="class in com.google.javascript.jscomp">GoogleCodingConvention</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#isConstructor()"><B>isConstructor()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns whether the <code>@constructor</code> annotation is present on this
<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A>.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#isConstructor()"><B>isConstructor()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isConstructor()"><B>isConstructor()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Whether this type is a <A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype"><CODE>FunctionType</CODE></A> that is a constructor or a
named type that points to such a type.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#isConstructorRecorded()"><B>isConstructorRecorded()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Whether the <A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> being built will have its
<A HREF="./com/google/javascript/rhino/JSDocInfo.html#isConstructor()"><CODE>JSDocInfo.isConstructor()</CODE></A> flag set to <code>true</code>.
<DT><A HREF="./com/google/javascript/rhino/Node.html#isContinue()"><B>isContinue()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isDateType()"><B>isDateType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isDebugger()"><B>isDebugger()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isDec()"><B>isDec()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Scope.html#isDeclared(java.lang.String, boolean)"><B>isDeclared(String, boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.html" title="class in com.google.javascript.jscomp">Scope</A>
<DD>Returns true if a variable is declared.
<DT><A HREF="./com/google/javascript/rhino/Node.html#isDefaultCase()"><B>isDefaultCase()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Scope.Var.html#isDefine()"><B>isDefine()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.Var.html" title="class in com.google.javascript.jscomp">Scope.Var</A>
<DD>Returns <code>true</code> if the variable is declared as a define.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#isDefine()"><B>isDefine()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns whether the <code>@define</code> annotation is present on this
<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A>.
<DT><A HREF="./com/google/javascript/rhino/Node.html#isDelProp()"><B>isDelProp()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#isDeprecated()"><B>isDeprecated()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns whether the <code>@deprecated</code> annotation is present on this
<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A>.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#isDescriptionRecorded()"><B>isDescriptionRecorded()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Returns whether this builder recorded a description.
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphvizGraph.html#isDirected()"><B>isDirected()</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphvizGraph.html" title="interface in com.google.javascript.jscomp.graph">GraphvizGraph</A>
<DD>Graph type.
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#isDirected()"><B>isDirected()</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html#isDirected()"><B>isDirected()</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isDo()"><B>isDo()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.Symbol.html#isDocOnlyParameter()"><B>isDocOnlyParameter()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.Symbol.html" title="class in com.google.javascript.jscomp">SymbolTable.Symbol</A>
<DD>Whether this is a variable that's only in JSDoc.
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.SymbolScope.html#isDocScope()"><B>isDocScope()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.SymbolScope.html" title="class in com.google.javascript.jscomp">SymbolTable.SymbolScope</A>
<DD>Returns whether this is a doc scope.
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.html#isEmpty()"><B>isEmpty()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.html" title="class in com.google.javascript.jscomp">JsMessage</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isEmpty()"><B>isEmpty()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isEmptyType()"><B>isEmptyType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isEnumElementType()"><B>isEnumElementType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isEnumType()"><B>isEnumType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isEquivalent(com.google.javascript.rhino.jstype.JSType, com.google.javascript.rhino.jstype.JSType)"><B>isEquivalent(JSType, JSType)</B></A> -
Static method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html#isEquivalentTo(com.google.javascript.rhino.jstype.JSType)"><B>isEquivalentTo(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html" title="class in com.google.javascript.rhino.jstype">EnumElementType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#isEquivalentTo(com.google.javascript.rhino.jstype.JSType)"><B>isEquivalentTo(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>Two function types are equal if their signatures match.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isEquivalentTo(com.google.javascript.rhino.jstype.JSType)"><B>isEquivalentTo(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Checks if two types are equivalent.
<DT><A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html#isEquivalentTo(com.google.javascript.rhino.jstype.JSType)"><B>isEquivalentTo(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html" title="class in com.google.javascript.rhino.jstype">NoObjectType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/UnionType.html#isEquivalentTo(com.google.javascript.rhino.jstype.JSType)"><B>isEquivalentTo(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnionType.html" title="class in com.google.javascript.rhino.jstype">UnionType</A>
<DD>Two union types are equal if they have the same number of alternates
and all alternates are equal.
<DT><A HREF="./com/google/javascript/rhino/Node.html#isEquivalentTo(com.google.javascript.rhino.Node)"><B>isEquivalentTo(Node)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Returns true if this node is equivalent semantically to another
<DT><A HREF="./com/google/javascript/rhino/Node.html#isEquivalentToTyped(com.google.javascript.rhino.Node)"><B>isEquivalentToTyped(Node)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Returns true if this node is equivalent semantically to another and
the types are equivalent.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#isExport()"><B>isExport()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns whether the <code>@export</code> annotation is present on this
<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A>.
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.html#isExported(java.lang.String, boolean)"><B>isExported(String, boolean)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.html" title="interface in com.google.javascript.jscomp">CodingConvention</A>
<DD>Checks whether a global variable or function name should be treated as
exported, or externally referenceable.
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.html#isExported(java.lang.String)"><B>isExported(String)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.html" title="interface in com.google.javascript.jscomp">CodingConvention</A>
<DD>Should be isExported(name, true) || isExported(name, false);
<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html#isExported(java.lang.String, boolean)"><B>isExported(String, boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp">CodingConventions.Proxy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html#isExported(java.lang.String)"><B>isExported(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp">CodingConventions.Proxy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/GoogleCodingConvention.html#isExported(java.lang.String, boolean)"><B>isExported(String, boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/GoogleCodingConvention.html" title="class in com.google.javascript.jscomp">GoogleCodingConvention</A>
<DD>Checks whether a global variable or function name should be treated as
exported, or externally referenceable.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#isExpose()"><B>isExpose()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns whether the <code>@expose</code> annotation is present on this
<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A>.
<DT><A HREF="./com/google/javascript/jscomp/CallGraph.Function.html#isExposedToCallOrApply()"><B>isExposedToCallOrApply()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CallGraph.Function.html" title="class in com.google.javascript.jscomp">CallGraph.Function</A>
<DD>Returns true if the function is ever exposed to ".call" or ".apply".
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonMLUtil.html#isExpression(com.google.javascript.jscomp.jsonml.JsonML)"><B>isExpression(JsonML)</B></A> -
Static method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonMLUtil.html" title="class in com.google.javascript.jscomp.jsonml">JsonMLUtil</A>
<DD>Checks if the specified JsonML element represents an expression.
<DT><A HREF="./com/google/javascript/rhino/Node.html#isExprResult()"><B>isExprResult()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerInput.html#isExtern()"><B>isExtern()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerInput.html" title="class in com.google.javascript.jscomp">CompilerInput</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.html#isExtern()"><B>isExtern()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.html" title="class in com.google.javascript.jscomp">SourceFile</A>
<DD>Returns whether this is an extern.
<DT><A HREF="./com/google/javascript/rhino/jstype/SimpleSourceFile.html#isExtern()"><B>isExtern()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/SimpleSourceFile.html" title="class in com.google.javascript.rhino.jstype">SimpleSourceFile</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/StaticSourceFile.html#isExtern()"><B>isExtern()</B></A> -
Method in interface com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/StaticSourceFile.html" title="interface in com.google.javascript.rhino.jstype">StaticSourceFile</A>
<DD>Returns whether this is an externs file.
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.html#isExternal()"><B>isExternal()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.html" title="class in com.google.javascript.jscomp">JsMessage</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#isExternExportsEnabled()"><B>isExternExportsEnabled()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#isExterns()"><B>isExterns()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns whether the <code>@externs</code> annotation is present on this
<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A>.
<DT><A HREF="./com/google/javascript/rhino/Node.html#isFalse()"><B>isFalse()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isFor()"><B>isFor()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#isForwardDeclaredType(java.lang.String)"><B>isForwardDeclaredType(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Whether this is a forward-declared type name.
<DT><A HREF="./com/google/javascript/rhino/Node.html#isFromExterns()"><B>isFromExterns()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isFunction()"><B>isFunction()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isFunctionPrototypeType()"><B>isFunctionPrototypeType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Whether this is the prototype of a function.
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#isFunctionPrototypeType()"><B>isFunctionPrototypeType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isFunctionType()"><B>isFunctionType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Returns true if toMaybeFunctionType returns a non-null FunctionType.
<DT><A HREF="./com/google/javascript/rhino/Node.html#isGetElem()"><B>isGetElem()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isGetProp()"><B>isGetProp()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isGetterDef()"><B>isGetterDef()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Scope.html#isGlobal()"><B>isGlobal()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.html" title="class in com.google.javascript.jscomp">Scope</A>
<DD>Returns whether this is the global scope.
<DT><A HREF="./com/google/javascript/jscomp/Scope.Var.html#isGlobal()"><B>isGlobal()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.Var.html" title="class in com.google.javascript.jscomp">Scope.Var</A>
<DD>Returns whether this is a global variable.
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.SymbolScope.html#isGlobalScope()"><B>isGlobalScope()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.SymbolScope.html" title="class in com.google.javascript.jscomp">SymbolTable.SymbolScope</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isGlobalThisType()"><B>isGlobalThisType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Returns true if this is a global this type.
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.html#isHidden()"><B>isHidden()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.html" title="class in com.google.javascript.jscomp">JsMessage</A>
<DD>Gets whether this message should be hidden from volunteer translators (to
reduce the chances of a new feature leak).
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#isHidden()"><B>isHidden()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns whether the <code>@hidden</code> annotation is present on this
<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A>.
<DT><A HREF="./com/google/javascript/rhino/Node.html#isHook()"><B>isHook()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#isIdeMode()"><B>isIdeMode()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#isIdGenerator()"><B>isIdGenerator()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isIf()"><B>isIf()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#isImplicitCast()"><B>isImplicitCast()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns whether the <code>@implicitCast</code> annotation is present on this
<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A>.
<DT><A HREF="./com/google/javascript/rhino/Node.html#isIn()"><B>isIn()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isInc()"><B>isInc()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/SubGraph.html#isIndependentOf(N)"><B>isIndependentOf(N)</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/SubGraph.html" title="interface in com.google.javascript.jscomp.graph">SubGraph</A>
<DD>Returns true if the node is a neighbor of any node in this SubGraph.
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html#isInitialized()"><B>isInitialized()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#isInitialized()"><B>isInitialized()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html#isInitialized()"><B>isInitialized()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#isInitialized()"><B>isInitialized()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#isInitialized()"><B>isInitialized()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#isInitialized()"><B>isInitialized()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#isInitialized()"><B>isInitialized()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#isInitialized()"><B>isInitialized()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html#isInitialized()"><B>isInitialized()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html#isInitialized()"><B>isInitialized()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#isInitialized()"><B>isInitialized()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#isInitialized()"><B>isInitialized()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isInstanceOf()"><B>isInstanceOf()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#isInstanceType()"><B>isInstanceType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isInstanceType()"><B>isInstanceType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Whether this type is an Instance object of some constructor.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#isInterface()"><B>isInterface()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns whether the <code>@interface</code> annotation is present on this
<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A>.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#isInterface()"><B>isInterface()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isInterface()"><B>isInterface()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Whether this type is a <A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype"><CODE>FunctionType</CODE></A> that is an interface or a named
type that points to such a type.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#isInterfaceRecorded()"><B>isInterfaceRecorded()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Whether the <A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> being built will have its
<A HREF="./com/google/javascript/rhino/JSDocInfo.html#isInterface()"><CODE>JSDocInfo.isInterface()</CODE></A> flag set to <code>true</code>.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#isJavaDispatch()"><B>isJavaDispatch()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns whether the <code>@javadispath</code> annotation is present on this
<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A>.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#isJavaDispatch()"><B>isJavaDispatch()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Whether the <A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> being built will have its
<A HREF="./com/google/javascript/rhino/JSDocInfo.html#isJavaDispatch()"><CODE>JSDocInfo.isJavaDispatch()</CODE></A> flag set to <code>true</code>.
<DT><A HREF="./com/google/javascript/rhino/TokenStream.html#isJSIdentifier(java.lang.String)"><B>isJSIdentifier(String)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/TokenStream.html" title="class in com.google.javascript.rhino">TokenStream</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/ScriptRuntime.html#isJSLineTerminator(int)"><B>isJSLineTerminator(int)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/ScriptRuntime.html" title="class in com.google.javascript.rhino">ScriptRuntime</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/TokenStream.html#isKeyword(java.lang.String)"><B>isKeyword(String)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/TokenStream.html" title="class in com.google.javascript.rhino">TokenStream</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isLabel()"><B>isLabel()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isLabelName()"><B>isLabelName()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.SymbolScope.html#isLexicalScope()"><B>isLexicalScope()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.SymbolScope.html" title="class in com.google.javascript.jscomp">SymbolTable.SymbolScope</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.Symbol.html#isLexicalVariable()"><B>isLexicalVariable()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.Symbol.html" title="class in com.google.javascript.jscomp">SymbolTable.Symbol</A>
<DD>Whether this is a variable in a lexical scope.
<DT><A HREF="./com/google/javascript/jscomp/Scope.html#isLocal()"><B>isLocal()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.html" title="class in com.google.javascript.jscomp">Scope</A>
<DD>Returns whether this is a local scope (i.e.
<DT><A HREF="./com/google/javascript/jscomp/Scope.Var.html#isLocal()"><B>isLocal()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.Var.html" title="class in com.google.javascript.jscomp">Scope.Var</A>
<DD>Returns whether this is a local variable.
<DT><A HREF="./com/google/javascript/rhino/Node.html#isLocalResultCall()"><B>isLocalResultCall()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Returns true if this node is a function or constructor call that
returns a primitive or a local object (an object that has no other
references).
<DT><A HREF="./com/google/javascript/jscomp/CallGraph.Function.html#isMain()"><B>isMain()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CallGraph.Function.html" title="class in com.google.javascript.jscomp">CallGraph.Function</A>
<DD>Does this function represent the global "main" function?
<DT><A HREF="./com/google/javascript/rhino/Node.html#isName()"><B>isName()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#isNativeObjectType()"><B>isNativeObjectType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>Whether this is a built-in object.
<DT><A HREF="./com/google/javascript/rhino/Node.html#isNE()"><B>isNE()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isNew()"><B>isNew()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#isNoAlias()"><B>isNoAlias()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns whether the <code>@noalias</code> annotation is present on this
<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A>.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#isNoCompile()"><B>isNoCompile()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns whether the <code>@nocompile</code> annotation is present on this
<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A>.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isNominalConstructor()"><B>isNominalConstructor()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Whether this type is the original constructor of a nominal type.
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html#isNominalType()"><B>isNominalType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html" title="class in com.google.javascript.rhino.jstype">EnumElementType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isNominalType()"><B>isNominalType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Whether this type is a nominal type (a named instance object or
a named enum).
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isNoObjectType()"><B>isNoObjectType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html#isNoObjectType()"><B>isNoObjectType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html" title="class in com.google.javascript.rhino.jstype">NoObjectType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NoType.html#isNoObjectType()"><B>isNoObjectType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NoType.html" title="class in com.google.javascript.rhino.jstype">NoType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isNoResolvedType()"><B>isNoResolvedType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Scope.Var.html#isNoShadow()"><B>isNoShadow()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.Var.html" title="class in com.google.javascript.jscomp">Scope.Var</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#isNoShadow()"><B>isNoShadow()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns whether the <code>@noshadow</code> annotation is present on this
<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A>.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#isNoSideEffects()"><B>isNoSideEffects()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns whether the <code>@nosideeffects</code> annotation is present on this
<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A>.
<DT><A HREF="./com/google/javascript/rhino/Node.html#isNoSideEffectsCall()"><B>isNoSideEffectsCall()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Returns true if this node is a function or constructor call that
has no side effects.
<DT><A HREF="./com/google/javascript/rhino/Node.html#isNot()"><B>isNot()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isNoType()"><B>isNoType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NoType.html#isNoType()"><B>isNoType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NoType.html" title="class in com.google.javascript.rhino.jstype">NoType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#isNoTypeCheck()"><B>isNoTypeCheck()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns whether the <code>@nocheck</code> annotation is present on this
<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A>.
<DT><A HREF="./com/google/javascript/rhino/Node.html#isNull()"><B>isNull()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/BooleanType.html#isNullable()"><B>isNullable()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/BooleanType.html" title="class in com.google.javascript.rhino.jstype">BooleanType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html#isNullable()"><B>isNullable()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html" title="class in com.google.javascript.rhino.jstype">EnumElementType</A>
<DD>This predicate determines whether objects of this type can have the null
value, and therefore can appear in contexts where null is expected.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isNullable()"><B>isNullable()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Tests whether this type is nullable.
<DT><A HREF="./com/google/javascript/rhino/jstype/NoType.html#isNullable()"><B>isNullable()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NoType.html" title="class in com.google.javascript.rhino.jstype">NoType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NullType.html#isNullable()"><B>isNullable()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NullType.html" title="class in com.google.javascript.rhino.jstype">NullType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NumberType.html#isNullable()"><B>isNullable()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NumberType.html" title="class in com.google.javascript.rhino.jstype">NumberType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/UnionType.html#isNullable()"><B>isNullable()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnionType.html" title="class in com.google.javascript.rhino.jstype">UnionType</A>
<DD>This predicate determines whether objects of this type can have the
<code>null</code> value, and therefore can appear in contexts where
<code>null</code> is expected.
<DT><A HREF="./com/google/javascript/rhino/jstype/UnknownType.html#isNullable()"><B>isNullable()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnknownType.html" title="class in com.google.javascript.rhino.jstype">UnknownType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isNullType()"><B>isNullType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NullType.html#isNullType()"><B>isNullType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NullType.html" title="class in com.google.javascript.rhino.jstype">NullType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isNumber()"><B>isNumber()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Tests whether the type is a number (value or Object).
<DT><A HREF="./com/google/javascript/rhino/Node.html#isNumber()"><B>isNumber()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isNumberObjectType()"><B>isNumberObjectType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isNumberValueType()"><B>isNumberValueType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NumberType.html#isNumberValueType()"><B>isNumberValueType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NumberType.html" title="class in com.google.javascript.rhino.jstype">NumberType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html#isObject()"><B>isObject()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html" title="class in com.google.javascript.rhino.jstype">EnumElementType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isObject()"><B>isObject()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Tests whether this type is an <code>Object</code>, or any subtype thereof.
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#isObject()"><B>isObject()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/UnionType.html#isObject()"><B>isObject()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnionType.html" title="class in com.google.javascript.rhino.jstype">UnionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isObjectLit()"><B>isObjectLit()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.TweakProcessing.html#isOn()"><B>isOn()</B></A> -
Method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.TweakProcessing.html" title="enum in com.google.javascript.jscomp">CompilerOptions.TweakProcessing</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isOnlyModifiesThisCall()"><B>isOnlyModifiesThisCall()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSTypeExpression.html#isOptionalArg()"><B>isOptionalArg()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSTypeExpression.html" title="class in com.google.javascript.rhino">JSTypeExpression</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isOptionalArg()"><B>isOptionalArg()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Returns whether this node is an optional argument node.
<DT><A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html#isOptionalParameter(com.google.javascript.rhino.Node)"><B>isOptionalParameter(Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html" title="class in com.google.javascript.jscomp">ClosureCodingConvention</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.html#isOptionalParameter(com.google.javascript.rhino.Node)"><B>isOptionalParameter(Node)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.html" title="interface in com.google.javascript.jscomp">CodingConvention</A>
<DD>This checks whether a given parameter name should be treated as an
optional parameter as far as type checking or function call arg count
checking is concerned.
<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html#isOptionalParameter(com.google.javascript.rhino.Node)"><B>isOptionalParameter(Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp">CodingConventions.Proxy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/GoogleCodingConvention.html#isOptionalParameter(com.google.javascript.rhino.Node)"><B>isOptionalParameter(Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/GoogleCodingConvention.html" title="class in com.google.javascript.jscomp">GoogleCodingConvention</A>
<DD>This checks whether a given parameter name should be treated as an
optional parameter as far as type checking or function call arg count
checking is concerned.
<DT><A HREF="./com/google/javascript/rhino/Node.html#isOr()"><B>isOr()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#isOrdinaryFunction()"><B>isOrdinaryFunction()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isOrdinaryFunction()"><B>isOrdinaryFunction()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Whether this type is a <A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype"><CODE>FunctionType</CODE></A> that is an ordinary function or
a named type that points to such a type.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#isOverride()"><B>isOverride()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns whether the <code>@override</code> annotation is present on this
<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A>.
<DT><A HREF="./com/google/javascript/rhino/Node.html#isParamList()"><B>isParamList()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#isPopulated()"><B>isPopulated()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Returns whether this builder is populated with information that can be
used to <A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#build(com.google.javascript.rhino.Node)"><CODE>JSDocInfoBuilder.build(com.google.javascript.rhino.Node)</CODE></A> a <A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> object.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#isPopulatedWithFileOverview()"><B>isPopulatedWithFileOverview()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Returns whether this builder is populated with information that can be
used to <A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#build(com.google.javascript.rhino.Node)"><CODE>JSDocInfoBuilder.build(com.google.javascript.rhino.Node)</CODE></A> a <A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> object that has a
fileoverview tag.
<DT><A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html#isPrivate(java.lang.String)"><B>isPrivate(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html" title="class in com.google.javascript.jscomp">ClosureCodingConvention</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.html#isPrivate(java.lang.String)"><B>isPrivate(String)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.html" title="interface in com.google.javascript.jscomp">CodingConvention</A>
<DD>Checks whether a name should be considered private.
<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html#isPrivate(java.lang.String)"><B>isPrivate(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp">CodingConventions.Proxy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/GoogleCodingConvention.html#isPrivate(java.lang.String)"><B>isPrivate(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/GoogleCodingConvention.html" title="class in com.google.javascript.jscomp">GoogleCodingConvention</A>
<DD>Checks whether a name should be considered private.
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.Symbol.html#isProperty()"><B>isProperty()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.Symbol.html" title="class in com.google.javascript.jscomp">SymbolTable.Symbol</A>
<DD>Whether this is a property of another variable.
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#isPropertyInExterns(java.lang.String)"><B>isPropertyInExterns(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>Checks whether the property was defined in the externs.
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.SymbolScope.html#isPropertyScope()"><B>isPropertyScope()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.SymbolScope.html" title="class in com.google.javascript.jscomp">SymbolTable.SymbolScope</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html#isPropertyTestFunction(com.google.javascript.rhino.Node)"><B>isPropertyTestFunction(Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html" title="class in com.google.javascript.jscomp">ClosureCodingConvention</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.html#isPropertyTestFunction(com.google.javascript.rhino.Node)"><B>isPropertyTestFunction(Node)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.html" title="interface in com.google.javascript.jscomp">CodingConvention</A>
<DD>Whether this CALL function is testing for the existence of a property.
<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html#isPropertyTestFunction(com.google.javascript.rhino.Node)"><B>isPropertyTestFunction(Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp">CodingConventions.Proxy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JqueryCodingConvention.html#isPropertyTestFunction(com.google.javascript.rhino.Node)"><B>isPropertyTestFunction(Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JqueryCodingConvention.html" title="class in com.google.javascript.jscomp">JqueryCodingConvention</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html#isPropertyTypeDeclared(java.lang.String)"><B>isPropertyTypeDeclared(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html" title="class in com.google.javascript.rhino.jstype">EnumElementType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#isPropertyTypeDeclared(java.lang.String)"><B>isPropertyTypeDeclared(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>Checks whether the property's type is declared.
<DT><A HREF="./com/google/javascript/rhino/jstype/UnknownType.html#isPropertyTypeDeclared(java.lang.String)"><B>isPropertyTypeDeclared(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnknownType.html" title="class in com.google.javascript.rhino.jstype">UnknownType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html#isPropertyTypeInferred(java.lang.String)"><B>isPropertyTypeInferred(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html" title="class in com.google.javascript.rhino.jstype">EnumElementType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html#isPropertyTypeInferred(java.lang.String)"><B>isPropertyTypeInferred(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html" title="class in com.google.javascript.rhino.jstype">NoObjectType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#isPropertyTypeInferred(java.lang.String)"><B>isPropertyTypeInferred(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>Checks whether the property's type is inferred.
<DT><A HREF="./com/google/javascript/rhino/jstype/UnknownType.html#isPropertyTypeInferred(java.lang.String)"><B>isPropertyTypeInferred(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnknownType.html" title="class in com.google.javascript.rhino.jstype">UnknownType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.html#isPrototypeAlias(com.google.javascript.rhino.Node)"><B>isPrototypeAlias(Node)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.html" title="interface in com.google.javascript.jscomp">CodingConvention</A>
<DD>Whether this GETPROP node is an alias for an object prototype.
<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html#isPrototypeAlias(com.google.javascript.rhino.Node)"><B>isPrototypeAlias(Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp">CodingConventions.Proxy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JqueryCodingConvention.html#isPrototypeAlias(com.google.javascript.rhino.Node)"><B>isPrototypeAlias(Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JqueryCodingConvention.html" title="class in com.google.javascript.jscomp">JqueryCodingConvention</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isQualifiedName()"><B>isQualifiedName()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Returns whether a node corresponds to a simple or a qualified name, such as
<code>x</code> or <code>a.b.c</code> or <code>this.a</code>.
<DT><A HREF="./com/google/javascript/rhino/Node.html#isQuotedString()"><B>isQuotedString()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>This should only be called for STRING nodes children of OBJECTLIT.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isRecordType()"><B>isRecordType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isRegExp()"><B>isRegExp()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isRegexpType()"><B>isRegexpType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeUtil.html#isRelationalOperation(com.google.javascript.rhino.Node)"><B>isRelationalOperation(Node)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeUtil.html" title="class in com.google.javascript.jscomp">NodeUtil</A>
<DD>Returns true if the operator on this node is relational.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isResolved()"><B>isResolved()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Whether the type has been resolved.
<DT><A HREF="./com/google/javascript/rhino/Node.html#isReturn()"><B>isReturn()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#isReturnTypeInferred()"><B>isReturnTypeInferred()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isScript()"><B>isScript()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isSetterDef()"><B>isSetterDef()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isString()"><B>isString()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Tests whether the type is a string (value or Object).
<DT><A HREF="./com/google/javascript/rhino/Node.html#isString()"><B>isString()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isStringObjectType()"><B>isStringObjectType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isStringValueType()"><B>isStringValueType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/StringType.html#isStringValueType()"><B>isStringValueType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/StringType.html" title="class in com.google.javascript.rhino.jstype">StringType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html#isSubtype(com.google.javascript.rhino.jstype.JSType)"><B>isSubtype(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html" title="class in com.google.javascript.rhino.jstype">EnumElementType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumType.html#isSubtype(com.google.javascript.rhino.jstype.JSType)"><B>isSubtype(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumType.html" title="class in com.google.javascript.rhino.jstype">EnumType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#isSubtype(com.google.javascript.rhino.jstype.JSType)"><B>isSubtype(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>A function is a subtype of another if their call methods are related via
subtyping and <code>this</code> is a subtype of <code>that</code> with regard to
the prototype chain.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isSubtype(com.google.javascript.rhino.jstype.JSType)"><B>isSubtype(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Checks whether <code>this</code> is a subtype of <code>that</code>.
<DT><A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html#isSubtype(com.google.javascript.rhino.jstype.JSType)"><B>isSubtype(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html" title="class in com.google.javascript.rhino.jstype">NoObjectType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NoType.html#isSubtype(com.google.javascript.rhino.jstype.JSType)"><B>isSubtype(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NoType.html" title="class in com.google.javascript.rhino.jstype">NoType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/UnionType.html#isSubtype(com.google.javascript.rhino.jstype.JSType)"><B>isSubtype(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnionType.html" title="class in com.google.javascript.rhino.jstype">UnionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/UnknownType.html#isSubtype(com.google.javascript.rhino.jstype.JSType)"><B>isSubtype(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnknownType.html" title="class in com.google.javascript.rhino.jstype">UnknownType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/SecureCompiler.Report.html#isSuccessful()"><B>isSuccessful()</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/SecureCompiler.Report.html" title="class in com.google.javascript.jscomp.jsonml">SecureCompiler.Report</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html#isSuperClassReference(java.lang.String)"><B>isSuperClassReference(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html" title="class in com.google.javascript.jscomp">ClosureCodingConvention</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.html#isSuperClassReference(java.lang.String)"><B>isSuperClassReference(String)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.html" title="interface in com.google.javascript.jscomp">CodingConvention</A>
<DD>Returns true if passed a string referring to the superclass.
<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html#isSuperClassReference(java.lang.String)"><B>isSuperClassReference(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp">CodingConventions.Proxy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isSwitch()"><B>isSwitch()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeUtil.html#isSymmetricOperation(com.google.javascript.rhino.Node)"><B>isSymmetricOperation(Node)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeUtil.html" title="class in com.google.javascript.jscomp">NodeUtil</A>
<DD>Returns true if the operator on this node is symmetric
<DT><A HREF="./com/google/javascript/rhino/Node.html#isSyntheticBlock()"><B>isSyntheticBlock()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Returns whether this is a synthetic block that should not be considered
a real source block.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isTemplateType()"><B>isTemplateType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/TemplateType.html#isTemplateType()"><B>isTemplateType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/TemplateType.html" title="class in com.google.javascript.rhino.jstype">TemplateType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isThis()"><B>isThis()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isThrow()"><B>isThrow()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isTrue()"><B>isTrue()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isTry()"><B>isTry()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#isTypeCheckingEnabled()"><B>isTypeCheckingEnabled()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Scope.Var.html#isTypeInferred()"><B>isTypeInferred()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.Var.html" title="class in com.google.javascript.jscomp">Scope.Var</A>
<DD>Returns whether this variable's type is inferred.
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.Property.html#isTypeInferred()"><B>isTypeInferred()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.Property.html" title="class in com.google.javascript.rhino.jstype">ObjectType.Property</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/SimpleSlot.html#isTypeInferred()"><B>isTypeInferred()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/SimpleSlot.html" title="class in com.google.javascript.rhino.jstype">SimpleSlot</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/StaticSlot.html#isTypeInferred()"><B>isTypeInferred()</B></A> -
Method in interface com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/StaticSlot.html" title="interface in com.google.javascript.rhino.jstype">StaticSlot</A>
<DD>Returns whether the type has been inferred (as opposed to declared).
<DT><A HREF="./com/google/javascript/rhino/Node.html#isTypeOf()"><B>isTypeOf()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isUnionType()"><B>isUnionType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isUnknownType()"><B>isUnknownType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#isUnknownType()"><B>isUnknownType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>We treat this as the unknown type if any of its implicit prototype
properties is unknown.
<DT><A HREF="./com/google/javascript/rhino/jstype/UnionType.html#isUnknownType()"><B>isUnknownType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnionType.html" title="class in com.google.javascript.rhino.jstype">UnionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/UnknownType.html#isUnknownType()"><B>isUnknownType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnknownType.html" title="class in com.google.javascript.rhino.jstype">UnknownType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isUnscopedQualifiedName()"><B>isUnscopedQualifiedName()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Returns whether a node corresponds to a simple or a qualified name without
a "this" reference, such as <code>a.b.c</code>, but not <code>this.a</code>
.
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.html#isValidEnumKey(java.lang.String)"><B>isValidEnumKey(String)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.html" title="interface in com.google.javascript.jscomp">CodingConvention</A>
<DD>This checks that a given <code>key</code> may be used as a key for an enum.
<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html#isValidEnumKey(java.lang.String)"><B>isValidEnumKey(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp">CodingConventions.Proxy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/GoogleCodingConvention.html#isValidEnumKey(java.lang.String)"><B>isValidEnumKey(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/GoogleCodingConvention.html" title="class in com.google.javascript.jscomp">GoogleCodingConvention</A>
<DD>This checks that a given <code>key</code> may be used as a key for an enum.
<DT><A HREF="./com/google/javascript/jscomp/NodeUtil.html#isValidQualifiedName(java.lang.String)"><B>isValidQualifiedName(String)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeUtil.html" title="class in com.google.javascript.jscomp">NodeUtil</A>
<DD>Determines whether the given name is a valid qualified name.
<DT><A HREF="./com/google/javascript/jscomp/NodeUtil.html#isValidSimpleName(java.lang.String)"><B>isValidSimpleName(String)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeUtil.html" title="class in com.google.javascript.jscomp">NodeUtil</A>
<DD>Determines whether the given name is a valid variable name.
<DT><A HREF="./com/google/javascript/rhino/Node.html#isVar()"><B>isVar()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSTypeExpression.html#isVarArgs()"><B>isVarArgs()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSTypeExpression.html" title="class in com.google.javascript.rhino">JSTypeExpression</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isVarArgs()"><B>isVarArgs()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Returns whether this node is a variable length argument node.
<DT><A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html#isVarArgsParameter(com.google.javascript.rhino.Node)"><B>isVarArgsParameter(Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ClosureCodingConvention.html" title="class in com.google.javascript.jscomp">ClosureCodingConvention</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.html#isVarArgsParameter(com.google.javascript.rhino.Node)"><B>isVarArgsParameter(Node)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.html" title="interface in com.google.javascript.jscomp">CodingConvention</A>
<DD>This checks whether a given parameter should be treated as a marker
for a variable argument list function.
<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html#isVarArgsParameter(com.google.javascript.rhino.Node)"><B>isVarArgsParameter(Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp">CodingConventions.Proxy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/GoogleCodingConvention.html#isVarArgsParameter(com.google.javascript.rhino.Node)"><B>isVarArgsParameter(Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/GoogleCodingConvention.html" title="class in com.google.javascript.jscomp">GoogleCodingConvention</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isVoid()"><B>isVoid()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#isVoidType()"><B>isVoidType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/VoidType.html#isVoidType()"><B>isVoidType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/VoidType.html" title="class in com.google.javascript.rhino.jstype">VoidType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isWhile()"><B>isWhile()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#isWith()"><B>isWith()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.AncestorIterable.html#iterator()"><B>iterator()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.AncestorIterable.html" title="class in com.google.javascript.rhino">Node.AncestorIterable</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_J_"><!-- --></A><H2>
<B>J</B></H2>
<DL>
<DT><A HREF="./com/google/javascript/jscomp/JqueryCodingConvention.html" title="class in com.google.javascript.jscomp"><B>JqueryCodingConvention</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>This describes the jQuery specific JavaScript coding conventions.<DT><A HREF="./com/google/javascript/jscomp/JqueryCodingConvention.html#JqueryCodingConvention()"><B>JqueryCodingConvention()</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JqueryCodingConvention.html" title="class in com.google.javascript.jscomp">JqueryCodingConvention</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JqueryCodingConvention.html#JqueryCodingConvention(com.google.javascript.jscomp.CodingConvention)"><B>JqueryCodingConvention(CodingConvention)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JqueryCodingConvention.html" title="class in com.google.javascript.jscomp">JqueryCodingConvention</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#jqueryPass"><B>jqueryPass</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Processes jQuery aliases
<DT><A HREF="./com/google/javascript/jscomp/JsAst.html" title="class in com.google.javascript.jscomp"><B>JsAst</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Generates an AST for a JavaScript source file.<DT><A HREF="./com/google/javascript/jscomp/JsAst.html#JsAst(com.google.javascript.jscomp.SourceFile)"><B>JsAst(SourceFile)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsAst.html" title="class in com.google.javascript.jscomp">JsAst</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#JSDOC_INFO_PROP"><B>JSDOC_INFO_PROP</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><B>JSDocInfo</B></A> - Class in <A HREF="./com/google/javascript/rhino/package-summary.html">com.google.javascript.rhino</A><DD>JSDoc information describing JavaScript code.<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#JSDocInfo()"><B>JSDocInfo()</B></A> -
Constructor for class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.Marker.html" title="class in com.google.javascript.rhino"><B>JSDocInfo.Marker</B></A> - Class in <A HREF="./com/google/javascript/rhino/package-summary.html">com.google.javascript.rhino</A><DD>Defines a class for containing the parsing information
for this JSDocInfo.<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.Marker.html#JSDocInfo.Marker()"><B>JSDocInfo.Marker()</B></A> -
Constructor for class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.Marker.html" title="class in com.google.javascript.rhino">JSDocInfo.Marker</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.NamePosition.html" title="class in com.google.javascript.rhino"><B>JSDocInfo.NamePosition</B></A> - Class in <A HREF="./com/google/javascript/rhino/package-summary.html">com.google.javascript.rhino</A><DD>A piece of information (found in a marker) which contains a position
with a name node.<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.NamePosition.html#JSDocInfo.NamePosition()"><B>JSDocInfo.NamePosition()</B></A> -
Constructor for class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.NamePosition.html" title="class in com.google.javascript.rhino">JSDocInfo.NamePosition</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.StringPosition.html" title="class in com.google.javascript.rhino"><B>JSDocInfo.StringPosition</B></A> - Class in <A HREF="./com/google/javascript/rhino/package-summary.html">com.google.javascript.rhino</A><DD>A piece of information (found in a marker) which contains a position
with a string.<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.StringPosition.html#JSDocInfo.StringPosition()"><B>JSDocInfo.StringPosition()</B></A> -
Constructor for class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.StringPosition.html" title="class in com.google.javascript.rhino">JSDocInfo.StringPosition</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.TypePosition.html" title="class in com.google.javascript.rhino"><B>JSDocInfo.TypePosition</B></A> - Class in <A HREF="./com/google/javascript/rhino/package-summary.html">com.google.javascript.rhino</A><DD>A piece of information (found in a marker) which contains a position
with a type expression syntax tree.<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.TypePosition.html#JSDocInfo.TypePosition()"><B>JSDocInfo.TypePosition()</B></A> -
Constructor for class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.TypePosition.html" title="class in com.google.javascript.rhino">JSDocInfo.TypePosition</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.Visibility.html" title="enum in com.google.javascript.rhino"><B>JSDocInfo.Visibility</B></A> - Enum in <A HREF="./com/google/javascript/rhino/package-summary.html">com.google.javascript.rhino</A><DD>Visibility categories.<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino"><B>JSDocInfoBuilder</B></A> - Class in <A HREF="./com/google/javascript/rhino/package-summary.html">com.google.javascript.rhino</A><DD>A builder for <A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> objects.<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#JSDocInfoBuilder(boolean)"><B>JSDocInfoBuilder(boolean)</B></A> -
Constructor for class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/parsing/JsDocInfoParser.html" title="class in com.google.javascript.jscomp.parsing"><B>JsDocInfoParser</B></A> - Class in <A HREF="./com/google/javascript/jscomp/parsing/package-summary.html">com.google.javascript.jscomp.parsing</A><DD>A parser for JSDoc comments.<DT><A HREF="./com/google/javascript/jscomp/JSError.html" title="class in com.google.javascript.jscomp"><B>JSError</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Compile error description<DT><A HREF="./com/google/javascript/jscomp/deps/JsFileLineParser.html" title="class in com.google.javascript.jscomp.deps"><B>JsFileLineParser</B></A> - Class in <A HREF="./com/google/javascript/jscomp/deps/package-summary.html">com.google.javascript.jscomp.deps</A><DD>Base class for classes that parse Javascript sources on a line-by-line basis.<DT><A HREF="./com/google/javascript/jscomp/deps/JsFileLineParser.html#JsFileLineParser(com.google.javascript.jscomp.ErrorManager)"><B>JsFileLineParser(ErrorManager)</B></A> -
Constructor for class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/JsFileLineParser.html" title="class in com.google.javascript.jscomp.deps">JsFileLineParser</A>
<DD>Constructor.
<DT><A HREF="./com/google/javascript/jscomp/deps/JsFileParser.html" title="class in com.google.javascript.jscomp.deps"><B>JsFileParser</B></A> - Class in <A HREF="./com/google/javascript/jscomp/deps/package-summary.html">com.google.javascript.jscomp.deps</A><DD>A parser that can extract goog.require() and goog.provide() dependency
information from a .js file.<DT><A HREF="./com/google/javascript/jscomp/deps/JsFileParser.html#JsFileParser(com.google.javascript.jscomp.ErrorManager)"><B>JsFileParser(ErrorManager)</B></A> -
Constructor for class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/JsFileParser.html" title="class in com.google.javascript.jscomp.deps">JsFileParser</A>
<DD>Constructor
<DT><A HREF="./com/google/javascript/jscomp/deps/JsFunctionParser.html" title="class in com.google.javascript.jscomp.deps"><B>JsFunctionParser</B></A> - Class in <A HREF="./com/google/javascript/jscomp/deps/package-summary.html">com.google.javascript.jscomp.deps</A><DD>A parser that can extract dependency information from a .js file.<DT><A HREF="./com/google/javascript/jscomp/deps/JsFunctionParser.html#JsFunctionParser(java.util.Collection, com.google.javascript.jscomp.ErrorManager)"><B>JsFunctionParser(Collection&lt;String&gt;, ErrorManager)</B></A> -
Constructor for class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/JsFunctionParser.html" title="class in com.google.javascript.jscomp.deps">JsFunctionParser</A>
<DD>Constructor
<DT><A HREF="./com/google/javascript/jscomp/deps/JsFunctionParser.SymbolInfo.html" title="class in com.google.javascript.jscomp.deps"><B>JsFunctionParser.SymbolInfo</B></A> - Class in <A HREF="./com/google/javascript/jscomp/deps/package-summary.html">com.google.javascript.jscomp.deps</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/JsMessage.html" title="class in com.google.javascript.jscomp"><B>JsMessage</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>A representation of a translatable message in JavaScript source code.<DT><A HREF="./com/google/javascript/jscomp/JsMessage.Builder.html" title="class in com.google.javascript.jscomp"><B>JsMessage.Builder</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Contains functionality for creating js messages.<DT><A HREF="./com/google/javascript/jscomp/JsMessage.Builder.html#JsMessage.Builder()"><B>JsMessage.Builder()</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.Builder.html" title="class in com.google.javascript.jscomp">JsMessage.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.Builder.html#JsMessage.Builder(java.lang.String)"><B>JsMessage.Builder(String)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.Builder.html" title="class in com.google.javascript.jscomp">JsMessage.Builder</A>
<DD>Creates an instance.
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.IdGenerator.html" title="interface in com.google.javascript.jscomp"><B>JsMessage.IdGenerator</B></A> - Interface in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/JsMessage.PlaceholderReference.html" title="class in com.google.javascript.jscomp"><B>JsMessage.PlaceholderReference</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>A reference to a placeholder in a translatable message.<DT><A HREF="./com/google/javascript/jscomp/JsMessage.Style.html" title="enum in com.google.javascript.jscomp"><B>JsMessage.Style</B></A> - Enum in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Message style that could be used for JS code parsing.<DT><A HREF="./com/google/javascript/jscomp/JsMessageExtractor.html" title="class in com.google.javascript.jscomp"><B>JsMessageExtractor</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Extracts messages and message comments from JS code.<DT><A HREF="./com/google/javascript/jscomp/JsMessageExtractor.html#JsMessageExtractor(com.google.javascript.jscomp.JsMessage.IdGenerator, com.google.javascript.jscomp.JsMessage.Style)"><B>JsMessageExtractor(JsMessage.IdGenerator, JsMessage.Style)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessageExtractor.html" title="class in com.google.javascript.jscomp">JsMessageExtractor</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JSModule.html" title="class in com.google.javascript.jscomp"><B>JSModule</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>A JavaScript module has a unique name, consists of a list of compiler inputs,
and can depend on other modules.<DT><A HREF="./com/google/javascript/jscomp/JSModule.html#JSModule(java.lang.String)"><B>JSModule(String)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModule.html" title="class in com.google.javascript.jscomp">JSModule</A>
<DD>Creates an instance.
<DT><A HREF="./com/google/javascript/jscomp/JSModuleGraph.html" title="class in com.google.javascript.jscomp"><B>JSModuleGraph</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>A <A HREF="./com/google/javascript/jscomp/JSModule.html" title="class in com.google.javascript.jscomp"><CODE>JSModule</CODE></A> dependency graph that assigns a depth to each module and
can answer depth-related queries about them.<DT><A HREF="./com/google/javascript/jscomp/JSModuleGraph.html#JSModuleGraph(com.google.javascript.jscomp.JSModule[])"><B>JSModuleGraph(JSModule[])</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModuleGraph.html" title="class in com.google.javascript.jscomp">JSModuleGraph</A>
<DD>Creates a module graph from a list of modules in dependency order.
<DT><A HREF="./com/google/javascript/jscomp/JSModuleGraph.html#JSModuleGraph(java.util.List)"><B>JSModuleGraph(List&lt;JSModule&gt;)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModuleGraph.html" title="class in com.google.javascript.jscomp">JSModuleGraph</A>
<DD>Creates a module graph from a list of modules in dependency order.
<DT><A HREF="./com/google/javascript/jscomp/JSModuleGraph.ModuleDependenceException.html" title="class in com.google.javascript.jscomp"><B>JSModuleGraph.ModuleDependenceException</B></A> - Exception in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/JSModuleGraph.ModuleDependenceException.html#JSModuleGraph.ModuleDependenceException(java.lang.String, com.google.javascript.jscomp.JSModule, com.google.javascript.jscomp.JSModule)"><B>JSModuleGraph.ModuleDependenceException(String, JSModule, JSModule)</B></A> -
Constructor for exception com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModuleGraph.ModuleDependenceException.html" title="class in com.google.javascript.jscomp">JSModuleGraph.ModuleDependenceException</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html" title="class in com.google.javascript.jscomp.jsonml"><B>JsonML</B></A> - Class in <A HREF="./com/google/javascript/jscomp/jsonml/package-summary.html">com.google.javascript.jscomp.jsonml</A><DD>Class which represents JsonML element according to the specification at
"http://code.google.com/p/es-lab/wiki/JsonMLASTFormat"<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html#JsonML(com.google.javascript.jscomp.jsonml.TagType)"><B>JsonML(TagType)</B></A> -
Constructor for class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html" title="class in com.google.javascript.jscomp.jsonml">JsonML</A>
<DD>Creates a new element with a given type.
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html#JsonML(com.google.javascript.jscomp.jsonml.TagType, com.google.javascript.jscomp.jsonml.JsonML...)"><B>JsonML(TagType, JsonML...)</B></A> -
Constructor for class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html" title="class in com.google.javascript.jscomp.jsonml">JsonML</A>
<DD>Creates a new element.
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html#JsonML(com.google.javascript.jscomp.jsonml.TagType, java.util.List)"><B>JsonML(TagType, List&lt;? extends JsonML&gt;)</B></A> -
Constructor for class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html" title="class in com.google.javascript.jscomp.jsonml">JsonML</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html#JsonML(com.google.javascript.jscomp.jsonml.TagType, java.util.Map)"><B>JsonML(TagType, Map&lt;? extends TagAttr, ?&gt;)</B></A> -
Constructor for class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html" title="class in com.google.javascript.jscomp.jsonml">JsonML</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html#JsonML(com.google.javascript.jscomp.jsonml.TagType, java.util.Map, java.util.List)"><B>JsonML(TagType, Map&lt;? extends TagAttr, ?&gt;, List&lt;? extends JsonML&gt;)</B></A> -
Constructor for class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html" title="class in com.google.javascript.jscomp.jsonml">JsonML</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonMLAst.html" title="class in com.google.javascript.jscomp.jsonml"><B>JsonMLAst</B></A> - Class in <A HREF="./com/google/javascript/jscomp/jsonml/package-summary.html">com.google.javascript.jscomp.jsonml</A><DD>Generates an AST from a JsonML source file.<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonMLAst.html#JsonMLAst(com.google.javascript.jscomp.jsonml.JsonML)"><B>JsonMLAst(JsonML)</B></A> -
Constructor for class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonMLAst.html" title="class in com.google.javascript.jscomp.jsonml">JsonMLAst</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonMLError.html" title="class in com.google.javascript.jscomp.jsonml"><B>JsonMLError</B></A> - Class in <A HREF="./com/google/javascript/jscomp/jsonml/package-summary.html">com.google.javascript.jscomp.jsonml</A><DD>Class used to represent errors which correspond to JsonML elements.<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonMLUtil.html" title="class in com.google.javascript.jscomp.jsonml"><B>JsonMLUtil</B></A> - Class in <A HREF="./com/google/javascript/jscomp/jsonml/package-summary.html">com.google.javascript.jscomp.jsonml</A><DD>JsonMLUtil contains utilities for the JsonML object.<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonMLUtil.html#JsonMLUtil()"><B>JsonMLUtil()</B></A> -
Constructor for class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonMLUtil.html" title="class in com.google.javascript.jscomp.jsonml">JsonMLUtil</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JSSourceFile.html" title="class in com.google.javascript.jscomp"><B>JSSourceFile</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>An abstract representation of a JavaScript source file, as input to
JSCompiler.<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype"><B>JSType</B></A> - Class in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>Represents JavaScript value types.<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.TypePair.html" title="class in com.google.javascript.rhino.jstype"><B>JSType.TypePair</B></A> - Class in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.TypePair.html#JSType.TypePair(com.google.javascript.rhino.jstype.JSType, com.google.javascript.rhino.jstype.JSType)"><B>JSType.TypePair(JSType, JSType)</B></A> -
Constructor for class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.TypePair.html" title="class in com.google.javascript.rhino.jstype">JSType.TypePair</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSTypeExpression.html" title="class in com.google.javascript.rhino"><B>JSTypeExpression</B></A> - Class in <A HREF="./com/google/javascript/rhino/package-summary.html">com.google.javascript.rhino</A><DD>Represents a type expression as a miniture Rhino AST, so that the
type expression can be evaluated later.<DT><A HREF="./com/google/javascript/rhino/JSTypeExpression.html#JSTypeExpression(com.google.javascript.rhino.Node, java.lang.String)"><B>JSTypeExpression(Node, String)</B></A> -
Constructor for class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSTypeExpression.html" title="class in com.google.javascript.rhino">JSTypeExpression</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeNative.html" title="enum in com.google.javascript.rhino.jstype"><B>JSTypeNative</B></A> - Enum in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>Constants corresponding to types that are built into a JavaScript engine
and other types that occur very often in the type system.<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype"><B>JSTypeRegistry</B></A> - Class in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>The type registry is used to resolve named types.<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#JSTypeRegistry(com.google.javascript.rhino.ErrorReporter)"><B>JSTypeRegistry(ErrorReporter)</B></A> -
Constructor for class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Constructs a new type registry populated with the built-in types.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#JSTypeRegistry(com.google.javascript.rhino.ErrorReporter, boolean)"><B>JSTypeRegistry(ErrorReporter, boolean)</B></A> -
Constructor for class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Constructs a new type registry populated with the built-in types.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.ResolveMode.html" title="enum in com.google.javascript.rhino.jstype"><B>JSTypeRegistry.ResolveMode</B></A> - Enum in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>The type registry has three modes, which control how type ASTs are
converted to types in <A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#createFromTypeNodes(com.google.javascript.rhino.Node, java.lang.String, com.google.javascript.rhino.jstype.StaticScope)"><CODE>JSTypeRegistry.createFromTypeNodes(com.google.javascript.rhino.Node, java.lang.String, com.google.javascript.rhino.jstype.StaticScope<com.google.javascript.rhino.jstype.JSType>)</CODE></A>.</DL>
<HR>
<A NAME="_K_"><!-- --></A><H2>
<B>K</B></H2>
<DL>
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticType.html#key"><B>key</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticType.html" title="class in com.google.javascript.jscomp">DiagnosticType</A>
<DD>The error type.
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./com/google/javascript/rhino/IR.html#label(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>label(Node, Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#LABEL"><B>LABEL</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/Token.html#LABEL_NAME"><B>LABEL_NAME</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/IR.html#labelName(java.lang.String)"><B>labelName(String)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#labelRenaming"><B>labelRenaming</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Controls label renaming.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#languageMode()"><B>languageMode()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#LAST_PROP"><B>LAST_PROP</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#LB"><B>LB</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/Token.html#LC"><B>LC</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/Token.html#LE"><B>LE</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#LEAST_FUNCTION_TYPE"><B>LEAST_FUNCTION_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.PlaceholderReference.html#length()"><B>length()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.PlaceholderReference.html" title="class in com.google.javascript.jscomp">JsMessage.PlaceholderReference</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#LENGTH"><B>LENGTH</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ComposeWarningsGuard.html#level(com.google.javascript.jscomp.JSError)"><B>level(JSError)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ComposeWarningsGuard.html" title="class in com.google.javascript.jscomp">ComposeWarningsGuard</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroupWarningsGuard.html#level(com.google.javascript.jscomp.JSError)"><B>level(JSError)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroupWarningsGuard.html" title="class in com.google.javascript.jscomp">DiagnosticGroupWarningsGuard</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticType.html#level"><B>level</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticType.html" title="class in com.google.javascript.jscomp">DiagnosticType</A>
<DD>Reporting level, initially the defaultLevel but may be changed.
<DT><A HREF="./com/google/javascript/jscomp/JSError.html#level"><B>level</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSError.html" title="class in com.google.javascript.jscomp">JSError</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use #getDefaultLevel</I>
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonMLError.html#level"><B>level</B></A> -
Variable in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonMLError.html" title="class in com.google.javascript.jscomp.jsonml">JsonMLError</A>
<DD>Level
<DT><A HREF="./com/google/javascript/jscomp/ShowByPathWarningsGuard.html#level(com.google.javascript.jscomp.JSError)"><B>level(JSError)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ShowByPathWarningsGuard.html" title="class in com.google.javascript.jscomp">ShowByPathWarningsGuard</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/StrictWarningsGuard.html#level(com.google.javascript.jscomp.JSError)"><B>level(JSError)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/StrictWarningsGuard.html" title="class in com.google.javascript.jscomp">StrictWarningsGuard</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/WarningsGuard.html#level(com.google.javascript.jscomp.JSError)"><B>level(JSError)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/WarningsGuard.html" title="class in com.google.javascript.jscomp">WarningsGuard</A>
<DD>Returns a new check level for a given error.
<DT><A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.html#level(com.google.javascript.jscomp.JSError)"><B>level(JSError)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.html" title="class in com.google.javascript.jscomp">WhitelistWarningsGuard</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/LightweightMessageFormatter.html" title="class in com.google.javascript.jscomp"><B>LightweightMessageFormatter</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Lightweight message formatter.<DT><A HREF="./com/google/javascript/jscomp/LightweightMessageFormatter.html#LightweightMessageFormatter(com.google.javascript.jscomp.SourceExcerptProvider)"><B>LightweightMessageFormatter(SourceExcerptProvider)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/LightweightMessageFormatter.html" title="class in com.google.javascript.jscomp">LightweightMessageFormatter</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/LightweightMessageFormatter.html#LightweightMessageFormatter(com.google.javascript.jscomp.SourceExcerptProvider, com.google.javascript.jscomp.SourceExcerptProvider.SourceExcerpt)"><B>LightweightMessageFormatter(SourceExcerptProvider, SourceExcerptProvider.SourceExcerpt)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/LightweightMessageFormatter.html" title="class in com.google.javascript.jscomp">LightweightMessageFormatter</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#LINE_NUMBER_FIELD_NUMBER"><B>LINE_NUMBER_FIELD_NUMBER</B></A> -
Static variable in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#LINE_NUMBER_FIELD_NUMBER"><B>LINE_NUMBER_FIELD_NUMBER</B></A> -
Static variable in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#LINE_NUMBER_FIELD_NUMBER"><B>LINE_NUMBER_FIELD_NUMBER</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#lineBreak"><B>lineBreak</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Line break the output a bit more aggressively
<DT><A HREF="./com/google/javascript/jscomp/JSError.html#lineNumber"><B>lineNumber</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSError.html" title="class in com.google.javascript.jscomp">JSError</A>
<DD>Line number of the source
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonMLError.html#lineNumber"><B>lineNumber</B></A> -
Variable in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonMLError.html" title="class in com.google.javascript.jscomp.jsonml">JsonMLError</A>
<DD>Line number of the source
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph"><B>LinkedDirectedGraph</B></A>&lt;<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="type parameter in LinkedDirectedGraph">N</A>,<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="type parameter in LinkedDirectedGraph">E</A>&gt; - Class in <A HREF="./com/google/javascript/jscomp/graph/package-summary.html">com.google.javascript.jscomp.graph</A><DD>A directed graph using linked list within nodes to store edge information.<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#LinkedDirectedGraph(boolean, boolean)"><B>LinkedDirectedGraph(boolean, boolean)</B></A> -
Constructor for class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html" title="class in com.google.javascript.jscomp.graph"><B>LinkedUndirectedGraph</B></A>&lt;<A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html" title="type parameter in LinkedUndirectedGraph">N</A>,<A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html" title="type parameter in LinkedUndirectedGraph">E</A>&gt; - Class in <A HREF="./com/google/javascript/jscomp/graph/package-summary.html">com.google.javascript.jscomp.graph</A><DD>An undirected graph using linked list within nodes to store edge
information.<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html#LinkedUndirectedGraph(boolean, boolean)"><B>LinkedUndirectedGraph(boolean, boolean)</B></A> -
Constructor for class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/VariableMap.html#load(java.lang.String)"><B>load(String)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/VariableMap.html" title="class in com.google.javascript.jscomp">VariableMap</A>
<DD>Reads the variable map from a file written via <A HREF="./com/google/javascript/jscomp/VariableMap.html#save(java.lang.String)"><CODE>VariableMap.save(String)</CODE></A>.
<DT><A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.html#loadWhitelistedJsWarnings(java.io.File)"><B>loadWhitelistedJsWarnings(File)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.html" title="class in com.google.javascript.jscomp">WhitelistWarningsGuard</A>
<DD>Loads legacy warnings list from the file.
<DT><A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.html#loadWhitelistedJsWarnings(com.google.common.io.InputSupplier)"><B>loadWhitelistedJsWarnings(InputSupplier&lt;InputStreamReader&gt;)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.html" title="class in com.google.javascript.jscomp">WhitelistWarningsGuard</A>
<DD>Loads legacy warnings list from the file.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#locale"><B>locale</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Compiling locale
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.AliasTransformationHandler.html#logAliasTransformation(java.lang.String, com.google.javascript.rhino.SourcePosition)"><B>logAliasTransformation(String, SourcePosition&lt;CompilerOptions.AliasTransformation&gt;)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.AliasTransformationHandler.html" title="interface in com.google.javascript.jscomp">CompilerOptions.AliasTransformationHandler</A>
<DD>Builds an AliasTransformation implementation and returns it to the
caller.
<DT><A HREF="./com/google/javascript/jscomp/LoggerErrorManager.html" title="class in com.google.javascript.jscomp"><B>LoggerErrorManager</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>An error manager that logs errors and warnings using a logger in addition to
collecting them in memory.<DT><A HREF="./com/google/javascript/jscomp/LoggerErrorManager.html#LoggerErrorManager(com.google.javascript.jscomp.MessageFormatter, java.util.logging.Logger)"><B>LoggerErrorManager(MessageFormatter, Logger)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/LoggerErrorManager.html" title="class in com.google.javascript.jscomp">LoggerErrorManager</A>
<DD>Creates an instance.
<DT><A HREF="./com/google/javascript/jscomp/LoggerErrorManager.html#LoggerErrorManager(java.util.logging.Logger)"><B>LoggerErrorManager(Logger)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/LoggerErrorManager.html" title="class in com.google.javascript.jscomp">LoggerErrorManager</A>
<DD>Creates an instance with a source-less error formatter.
<DT><A HREF="./com/google/javascript/jscomp/VariableMap.html#lookupNewName(java.lang.String)"><B>lookupNewName(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/VariableMap.html" title="class in com.google.javascript.jscomp">VariableMap</A>
<DD>Given an original variable name, look up new name, may return null
if it's not found.
<DT><A HREF="./com/google/javascript/jscomp/VariableMap.html#lookupSourceName(java.lang.String)"><B>lookupSourceName(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/VariableMap.html" title="class in com.google.javascript.jscomp">VariableMap</A>
<DD>Given a new variable name, lookup the source name, may return null
if it's not found.
<DT><A HREF="./com/google/javascript/rhino/Token.html#LP"><B>LP</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#LSH"><B>LSH</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/Token.html#LT"><B>LT</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./com/google/javascript/jscomp/CommandLineRunner.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CommandLineRunner.html" title="class in com.google.javascript.jscomp">CommandLineRunner</A>
<DD>Runs the Compiler.
<DT><A HREF="./com/google/javascript/jscomp/CallGraph.html#MAIN_FUNCTION_NAME"><B>MAIN_FUNCTION_NAME</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CallGraph.html" title="class in com.google.javascript.jscomp">CallGraph</A>
<DD>The name we give the main function.
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticType.html#make(java.lang.String, com.google.javascript.jscomp.CheckLevel, java.lang.String)"><B>make(String, CheckLevel, String)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticType.html" title="class in com.google.javascript.jscomp">DiagnosticType</A>
<DD>Create a DiagnosticType at a given CheckLevel.
<DT><A HREF="./com/google/javascript/jscomp/JSError.html#make(com.google.javascript.jscomp.DiagnosticType, java.lang.String...)"><B>make(DiagnosticType, String...)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSError.html" title="class in com.google.javascript.jscomp">JSError</A>
<DD>Creates a JSError with no source information
<DT><A HREF="./com/google/javascript/jscomp/JSError.html#make(java.lang.String, int, int, com.google.javascript.jscomp.DiagnosticType, java.lang.String...)"><B>make(String, int, int, DiagnosticType, String...)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSError.html" title="class in com.google.javascript.jscomp">JSError</A>
<DD>Creates a JSError at a given source location
<DT><A HREF="./com/google/javascript/jscomp/JSError.html#make(java.lang.String, int, int, com.google.javascript.jscomp.CheckLevel, com.google.javascript.jscomp.DiagnosticType, java.lang.String...)"><B>make(String, int, int, CheckLevel, DiagnosticType, String...)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSError.html" title="class in com.google.javascript.jscomp">JSError</A>
<DD>Creates a JSError at a given source location
<DT><A HREF="./com/google/javascript/jscomp/JSError.html#make(java.lang.String, com.google.javascript.rhino.Node, com.google.javascript.jscomp.DiagnosticType, java.lang.String...)"><B>make(String, Node, DiagnosticType, String...)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSError.html" title="class in com.google.javascript.jscomp">JSError</A>
<DD>Creates a JSError from a file and Node position.
<DT><A HREF="./com/google/javascript/jscomp/JSError.html#make(java.lang.String, com.google.javascript.rhino.Node, com.google.javascript.jscomp.CheckLevel, com.google.javascript.jscomp.DiagnosticType, java.lang.String...)"><B>make(String, Node, CheckLevel, DiagnosticType, String...)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSError.html" title="class in com.google.javascript.jscomp">JSError</A>
<DD>Creates a JSError from a file and Node position.
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonMLError.html#make(com.google.javascript.jscomp.DiagnosticType, java.lang.String, com.google.javascript.jscomp.jsonml.JsonML, int, com.google.javascript.jscomp.jsonml.ErrorLevel, java.lang.String...)"><B>make(DiagnosticType, String, JsonML, int, ErrorLevel, String...)</B></A> -
Static method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonMLError.html" title="class in com.google.javascript.jscomp.jsonml">JsonMLError</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonMLError.html#make(com.google.javascript.jscomp.JSError, com.google.javascript.jscomp.jsonml.JsonMLAst)"><B>make(JSError, JsonMLAst)</B></A> -
Static method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonMLError.html" title="class in com.google.javascript.jscomp.jsonml">JsonMLError</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/deps/PathUtil.html#makeAbsolute(java.lang.String)"><B>makeAbsolute(String)</B></A> -
Static method in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/PathUtil.html" title="class in com.google.javascript.jscomp.deps">PathUtil</A>
<DD>Converts the given path into an absolute one.
<DT><A HREF="./com/google/javascript/jscomp/deps/PathUtil.html#makeAbsolute(java.lang.String, java.lang.String)"><B>makeAbsolute(String, String)</B></A> -
Static method in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/PathUtil.html" title="class in com.google.javascript.jscomp.deps">PathUtil</A>
<DD>Converts the given path into an absolute one.
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.html#makeError(com.google.javascript.rhino.Node, com.google.javascript.jscomp.CheckLevel, com.google.javascript.jscomp.DiagnosticType, java.lang.String...)"><B>makeError(Node, CheckLevel, DiagnosticType, String...)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.html" title="class in com.google.javascript.jscomp">NodeTraversal</A>
<DD>Creates a JSError during NodeTraversal.
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.html#makeError(com.google.javascript.rhino.Node, com.google.javascript.jscomp.DiagnosticType, java.lang.String...)"><B>makeError(Node, DiagnosticType, String...)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.html" title="class in com.google.javascript.jscomp">NodeTraversal</A>
<DD>Creates a JSError during NodeTraversal.
<DT><A HREF="./com/google/javascript/rhino/JSTypeExpression.html#makeOptionalArg(com.google.javascript.rhino.JSTypeExpression)"><B>makeOptionalArg(JSTypeExpression)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSTypeExpression.html" title="class in com.google.javascript.rhino">JSTypeExpression</A>
<DD>Make the given type expression into an optional type expression,
if possible.
<DT><A HREF="./com/google/javascript/jscomp/deps/PathUtil.html#makeRelative(java.lang.String, java.lang.String)"><B>makeRelative(String, String)</B></A> -
Static method in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/PathUtil.html" title="class in com.google.javascript.jscomp.deps">PathUtil</A>
<DD>Returns targetPath relative to basePath.
<DT><A HREF="./com/google/javascript/jscomp/JSModuleGraph.html#manageDependencies(java.util.List, java.util.List)"><B>manageDependencies(List&lt;String&gt;, List&lt;CompilerInput&gt;)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModuleGraph.html" title="class in com.google.javascript.jscomp">JSModuleGraph</A>
<DD>Applies a DependencyOptions in "dependency sorting" and "dependency pruning"
mode to the given list of inputs.
<DT><A HREF="./com/google/javascript/jscomp/JSModuleGraph.html#manageDependencies(com.google.javascript.jscomp.DependencyOptions, java.util.List)"><B>manageDependencies(DependencyOptions, List&lt;CompilerInput&gt;)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModuleGraph.html" title="class in com.google.javascript.jscomp">JSModuleGraph</A>
<DD>Apply the dependency options to the list of sources, returning a new
source list re-ordering and dropping files as necessary.
<DT><A HREF="./com/google/javascript/rhino/testing/MapBasedScope.html" title="class in com.google.javascript.rhino.testing"><B>MapBasedScope</B></A> - Class in <A HREF="./com/google/javascript/rhino/testing/package-summary.html">com.google.javascript.rhino.testing</A><DD>A scope based on a simple hashmap.<DT><A HREF="./com/google/javascript/rhino/testing/MapBasedScope.html#MapBasedScope(java.util.Map)"><B>MapBasedScope(Map&lt;String, ? extends JSType&gt;)</B></A> -
Constructor for class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/MapBasedScope.html" title="class in com.google.javascript.rhino.testing">MapBasedScope</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.html" title="class in com.google.debugging.sourcemap.proto"><B>Mapping</B></A> - Class in <A HREF="./com/google/debugging/sourcemap/proto/package-summary.html">com.google.debugging.sourcemap.proto</A><DD>&nbsp;<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto"><B>Mapping.LineMapping</B></A> - Class in <A HREF="./com/google/debugging/sourcemap/proto/package-summary.html">com.google.debugging.sourcemap.proto</A><DD>&nbsp;<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto"><B>Mapping.LineMapping.Builder</B></A> - Class in <A HREF="./com/google/debugging/sourcemap/proto/package-summary.html">com.google.debugging.sourcemap.proto</A><DD>&nbsp;<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMappingOrBuilder.html" title="interface in com.google.debugging.sourcemap.proto"><B>Mapping.LineMappingOrBuilder</B></A> - Interface in <A HREF="./com/google/debugging/sourcemap/proto/package-summary.html">com.google.debugging.sourcemap.proto</A><DD>&nbsp;<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto"><B>Mapping.OriginalMapping</B></A> - Class in <A HREF="./com/google/debugging/sourcemap/proto/package-summary.html">com.google.debugging.sourcemap.proto</A><DD>&nbsp;<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto"><B>Mapping.OriginalMapping.Builder</B></A> - Class in <A HREF="./com/google/debugging/sourcemap/proto/package-summary.html">com.google.debugging.sourcemap.proto</A><DD>&nbsp;<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMappingOrBuilder.html" title="interface in com.google.debugging.sourcemap.proto"><B>Mapping.OriginalMappingOrBuilder</B></A> - Interface in <A HREF="./com/google/debugging/sourcemap/proto/package-summary.html">com.google.debugging.sourcemap.proto</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#markAnnotation(java.lang.String, int, int)"><B>markAnnotation(String, int, int)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Adds a marker to the current JSDocInfo and populates the marker with the
annotation information.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#markAsCompiled"><B>markAsCompiled</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Sets the special "COMPILED" value to true
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#markName(java.lang.String, int, int)"><B>markName(String, int, int)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use #markName(String, StaticSourceFile, int, int)</I>
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#markName(java.lang.String, com.google.javascript.rhino.jstype.StaticSourceFile, int, int)"><B>markName(String, StaticSourceFile, int, int)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Adds a name declaration to the current marker.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#markNoSideEffectCalls"><B>markNoSideEffectCalls</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Mark no side effect calls
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#markText(java.lang.String, int, int, int, int)"><B>markText(String, int, int, int, int)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Adds a textual block to the current marker.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#markTypeNode(com.google.javascript.rhino.Node, int, int, int, int, boolean)"><B>markTypeNode(Node, int, int, int, int, boolean)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Adds a type declaration to the current marker.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#matchConstraint(com.google.javascript.rhino.jstype.ObjectType)"><B>matchConstraint(ObjectType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Modify this type so that it matches the specified type.
<DT><A HREF="./com/google/javascript/rhino/jstype/UnionType.html#matchConstraint(com.google.javascript.rhino.jstype.ObjectType)"><B>matchConstraint(ObjectType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnionType.html" title="class in com.google.javascript.rhino.jstype">UnionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroup.html#matches(com.google.javascript.jscomp.JSError)"><B>matches(JSError)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroup.html" title="class in com.google.javascript.jscomp">DiagnosticGroup</A>
<DD>Returns whether the given error's type matches a type
in this group.
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroup.html#matches(com.google.javascript.jscomp.DiagnosticType)"><B>matches(DiagnosticType)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroup.html" title="class in com.google.javascript.jscomp">DiagnosticGroup</A>
<DD>Returns whether the given type matches a type in this group.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#matchesInt32Context()"><B>matchesInt32Context()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>This predicate is used to test whether a given type can appear in a
'Int32' context.
<DT><A HREF="./com/google/javascript/rhino/jstype/BooleanType.html#matchesNumberContext()"><B>matchesNumberContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/BooleanType.html" title="class in com.google.javascript.rhino.jstype">BooleanType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html#matchesNumberContext()"><B>matchesNumberContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html" title="class in com.google.javascript.rhino.jstype">EnumElementType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumType.html#matchesNumberContext()"><B>matchesNumberContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumType.html" title="class in com.google.javascript.rhino.jstype">EnumType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#matchesNumberContext()"><B>matchesNumberContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>This predicate is used to test whether a given type can appear in a
numeric context, such as an operand of a multiply operator.
<DT><A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html#matchesNumberContext()"><B>matchesNumberContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html" title="class in com.google.javascript.rhino.jstype">NoObjectType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NoType.html#matchesNumberContext()"><B>matchesNumberContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NoType.html" title="class in com.google.javascript.rhino.jstype">NoType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NullType.html#matchesNumberContext()"><B>matchesNumberContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NullType.html" title="class in com.google.javascript.rhino.jstype">NullType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NumberType.html#matchesNumberContext()"><B>matchesNumberContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NumberType.html" title="class in com.google.javascript.rhino.jstype">NumberType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/StringType.html#matchesNumberContext()"><B>matchesNumberContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/StringType.html" title="class in com.google.javascript.rhino.jstype">StringType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/UnionType.html#matchesNumberContext()"><B>matchesNumberContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnionType.html" title="class in com.google.javascript.rhino.jstype">UnionType</A>
<DD>This predicate is used to test whether a given type can appear in a
numeric context, such as an operand of a multiply operator.
<DT><A HREF="./com/google/javascript/rhino/jstype/UnknownType.html#matchesNumberContext()"><B>matchesNumberContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnknownType.html" title="class in com.google.javascript.rhino.jstype">UnknownType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/VoidType.html#matchesNumberContext()"><B>matchesNumberContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/VoidType.html" title="class in com.google.javascript.rhino.jstype">VoidType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/AllType.html#matchesObjectContext()"><B>matchesObjectContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/AllType.html" title="class in com.google.javascript.rhino.jstype">AllType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/BooleanType.html#matchesObjectContext()"><B>matchesObjectContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/BooleanType.html" title="class in com.google.javascript.rhino.jstype">BooleanType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html#matchesObjectContext()"><B>matchesObjectContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html" title="class in com.google.javascript.rhino.jstype">EnumElementType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumType.html#matchesObjectContext()"><B>matchesObjectContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumType.html" title="class in com.google.javascript.rhino.jstype">EnumType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#matchesObjectContext()"><B>matchesObjectContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>This predicate is used to test whether a given type can appear in an
<code>Object</code> context, such as the expression in a with statement.
<DT><A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html#matchesObjectContext()"><B>matchesObjectContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html" title="class in com.google.javascript.rhino.jstype">NoObjectType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NoType.html#matchesObjectContext()"><B>matchesObjectContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NoType.html" title="class in com.google.javascript.rhino.jstype">NoType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NullType.html#matchesObjectContext()"><B>matchesObjectContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NullType.html" title="class in com.google.javascript.rhino.jstype">NullType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NumberType.html#matchesObjectContext()"><B>matchesObjectContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NumberType.html" title="class in com.google.javascript.rhino.jstype">NumberType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/StringType.html#matchesObjectContext()"><B>matchesObjectContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/StringType.html" title="class in com.google.javascript.rhino.jstype">StringType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/UnionType.html#matchesObjectContext()"><B>matchesObjectContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnionType.html" title="class in com.google.javascript.rhino.jstype">UnionType</A>
<DD>This predicate is used to test whether a given type can appear in an
<code>Object</code> context, such as the expression in a <code>with</code>
statement.
<DT><A HREF="./com/google/javascript/rhino/jstype/UnknownType.html#matchesObjectContext()"><B>matchesObjectContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnknownType.html" title="class in com.google.javascript.rhino.jstype">UnknownType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/VoidType.html#matchesObjectContext()"><B>matchesObjectContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/VoidType.html" title="class in com.google.javascript.rhino.jstype">VoidType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/AllType.html#matchesStringContext()"><B>matchesStringContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/AllType.html" title="class in com.google.javascript.rhino.jstype">AllType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/BooleanType.html#matchesStringContext()"><B>matchesStringContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/BooleanType.html" title="class in com.google.javascript.rhino.jstype">BooleanType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html#matchesStringContext()"><B>matchesStringContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html" title="class in com.google.javascript.rhino.jstype">EnumElementType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumType.html#matchesStringContext()"><B>matchesStringContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumType.html" title="class in com.google.javascript.rhino.jstype">EnumType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#matchesStringContext()"><B>matchesStringContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>This predicate is used to test whether a given type can appear in a
<code>String</code> context, such as an operand of a string concat (+) operator.
<DT><A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html#matchesStringContext()"><B>matchesStringContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html" title="class in com.google.javascript.rhino.jstype">NoObjectType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NoType.html#matchesStringContext()"><B>matchesStringContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NoType.html" title="class in com.google.javascript.rhino.jstype">NoType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NullType.html#matchesStringContext()"><B>matchesStringContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NullType.html" title="class in com.google.javascript.rhino.jstype">NullType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NumberType.html#matchesStringContext()"><B>matchesStringContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NumberType.html" title="class in com.google.javascript.rhino.jstype">NumberType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/StringType.html#matchesStringContext()"><B>matchesStringContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/StringType.html" title="class in com.google.javascript.rhino.jstype">StringType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/UnionType.html#matchesStringContext()"><B>matchesStringContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnionType.html" title="class in com.google.javascript.rhino.jstype">UnionType</A>
<DD>This predicate is used to test whether a given type can appear in a
<code>String</code> context, such as an operand of a string concat (<code>+</code>)
operator.
<DT><A HREF="./com/google/javascript/rhino/jstype/UnknownType.html#matchesStringContext()"><B>matchesStringContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnknownType.html" title="class in com.google.javascript.rhino.jstype">UnknownType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/VoidType.html#matchesStringContext()"><B>matchesStringContext()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/VoidType.html" title="class in com.google.javascript.rhino.jstype">VoidType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#matchesUint32Context()"><B>matchesUint32Context()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>This predicate is used to test whether a given type can appear in a
'Uint32' context.
<DT><A HREF="./com/google/javascript/jscomp/regex/RegExpTree.html#matchesWholeInput(com.google.javascript.jscomp.regex.RegExpTree, java.lang.String)"><B>matchesWholeInput(RegExpTree, String)</B></A> -
Static method in class com.google.javascript.jscomp.regex.<A HREF="./com/google/javascript/jscomp/regex/RegExpTree.html" title="class in com.google.javascript.jscomp.regex">RegExpTree</A>
<DD>True if, but not necessarily always when the, given regular expression
must match the whole input or none of it.
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#MATH_TYPE"><B>MATH_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#MAX_COLUMN_NUMBER"><B>MAX_COLUMN_NUMBER</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>MAX_COLUMN_NUMBER represents the maximum column number that can
be represented.
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html#mergeFrom(com.google.protobuf.Message)"><B>mergeFrom(Message)</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html#mergeFrom(com.google.debugging.sourcemap.proto.Mapping.LineMapping)"><B>mergeFrom(Mapping.LineMapping)</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html#mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite)"><B>mergeFrom(CodedInputStream, ExtensionRegistryLite)</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html#mergeFrom(com.google.protobuf.Message)"><B>mergeFrom(Message)</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html#mergeFrom(com.google.debugging.sourcemap.proto.Mapping.OriginalMapping)"><B>mergeFrom(Mapping.OriginalMapping)</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html#mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite)"><B>mergeFrom(CodedInputStream, ExtensionRegistryLite)</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#mergeFrom(com.google.protobuf.Message)"><B>mergeFrom(Message)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#mergeFrom(com.google.javascript.jscomp.FunctionInformationMap)"><B>mergeFrom(FunctionInformationMap)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite)"><B>mergeFrom(CodedInputStream, ExtensionRegistryLite)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#mergeFrom(com.google.protobuf.Message)"><B>mergeFrom(Message)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#mergeFrom(com.google.javascript.jscomp.FunctionInformationMap.Entry)"><B>mergeFrom(FunctionInformationMap.Entry)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite)"><B>mergeFrom(CodedInputStream, ExtensionRegistryLite)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html#mergeFrom(com.google.protobuf.Message)"><B>mergeFrom(Message)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html#mergeFrom(com.google.javascript.jscomp.FunctionInformationMap.Module)"><B>mergeFrom(FunctionInformationMap.Module)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html#mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite)"><B>mergeFrom(CodedInputStream, ExtensionRegistryLite)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#mergeFrom(com.google.protobuf.Message)"><B>mergeFrom(Message)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#mergeFrom(com.google.javascript.jscomp.Instrumentation)"><B>mergeFrom(Instrumentation)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite)"><B>mergeFrom(CodedInputStream, ExtensionRegistryLite)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#mergeLineCharNo(int, int)"><B>mergeLineCharNo(int, int)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Merges the line number and character number in one integer.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV3.html#mergeMapSection(int, int, java.lang.String)"><B>mergeMapSection(int, int, String)</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV3.html" title="class in com.google.debugging.sourcemap">SourceMapGeneratorV3</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html#mergeOriginalMapping(com.google.debugging.sourcemap.proto.Mapping.OriginalMapping)"><B>mergeOriginalMapping(Mapping.OriginalMapping)</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#messageBundle"><B>messageBundle</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Returns localized replacement for MSG_* variables
<DT><A HREF="./com/google/javascript/jscomp/MessageBundle.html" title="interface in com.google.javascript.jscomp"><B>MessageBundle</B></A> - Interface in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>An interface for providing alterative values for user-visible messages in
javascript code.<DT><A HREF="./com/google/javascript/jscomp/MessageFormatter.html" title="interface in com.google.javascript.jscomp"><B>MessageFormatter</B></A> - Interface in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Format warnings and errors.<DT><A HREF="./com/google/javascript/jscomp/jsonml/Validator.html#MISSING_ARGUMENT"><B>MISSING_ARGUMENT</B></A> -
Static variable in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/Validator.html" title="class in com.google.javascript.jscomp.jsonml">Validator</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html#MISSING_PROPERTIES"><B>MISSING_PROPERTIES</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html" title="class in com.google.javascript.jscomp">DiagnosticGroups</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#MOD"><B>MOD</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#MODULE_FIELD_NUMBER"><B>MODULE_FIELD_NUMBER</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#MODULE_NAME_FIELD_NUMBER"><B>MODULE_NAME_FIELD_NUMBER</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#MOTION_ITERATIONS_ERROR"><B>MOTION_ITERATIONS_ERROR</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#moveFunctionDeclarations"><B>moveFunctionDeclarations</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Move top level function declarations to the top
<DT><A HREF="./com/google/javascript/rhino/Token.html#MUL"><B>MUL</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./com/google/javascript/rhino/IR.html#name(java.lang.String)"><B>name(String)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#NAME"><B>NAME</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/Token.html#name(int)"><B>name(int)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#NAME_FIELD_NUMBER"><B>NAME_FIELD_NUMBER</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html#NAME_FIELD_NUMBER"><B>NAME_FIELD_NUMBER</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Result.html#namedAnonFunctionMap"><B>namedAnonFunctionMap</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Result.html" title="class in com.google.javascript.jscomp">Result</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/ScriptRuntime.html#NaN"><B>NaN</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/ScriptRuntime.html" title="class in com.google.javascript.rhino">ScriptRuntime</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#NATIVE_PROPERTIES_COUNT"><B>NATIVE_PROPERTIES_COUNT</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#NE"><B>NE</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/IR.html#neg(com.google.javascript.rhino.Node)"><B>neg(Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#NEG"><B>NEG</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/ScriptRuntime.html#negativeZero"><B>negativeZero</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/ScriptRuntime.html" title="class in com.google.javascript.rhino">ScriptRuntime</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#NEW"><B>NEW</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#newBuilder()"><B>newBuilder()</B></A> -
Static method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#newBuilder(com.google.debugging.sourcemap.proto.Mapping.LineMapping)"><B>newBuilder(Mapping.LineMapping)</B></A> -
Static method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#newBuilder()"><B>newBuilder()</B></A> -
Static method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#newBuilder(com.google.debugging.sourcemap.proto.Mapping.OriginalMapping)"><B>newBuilder(Mapping.OriginalMapping)</B></A> -
Static method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#newBuilder()"><B>newBuilder()</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#newBuilder(com.google.javascript.jscomp.FunctionInformationMap.Entry)"><B>newBuilder(FunctionInformationMap.Entry)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html#newBuilder()"><B>newBuilder()</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html#newBuilder(com.google.javascript.jscomp.FunctionInformationMap.Module)"><B>newBuilder(FunctionInformationMap.Module)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#newBuilder()"><B>newBuilder()</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#newBuilder(com.google.javascript.jscomp.FunctionInformationMap)"><B>newBuilder(FunctionInformationMap)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#newBuilder()"><B>newBuilder()</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#newBuilder(com.google.javascript.jscomp.Instrumentation)"><B>newBuilder(Instrumentation)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#newBuilderForType()"><B>newBuilderForType()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent)"><B>newBuilderForType(GeneratedMessage.BuilderParent)</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#newBuilderForType()"><B>newBuilderForType()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent)"><B>newBuilderForType(GeneratedMessage.BuilderParent)</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#newBuilderForType()"><B>newBuilderForType()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent)"><B>newBuilderForType(GeneratedMessage.BuilderParent)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html#newBuilderForType()"><B>newBuilderForType()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html#newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent)"><B>newBuilderForType(GeneratedMessage.BuilderParent)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#newBuilderForType()"><B>newBuilderForType()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent)"><B>newBuilderForType(GeneratedMessage.BuilderParent)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#newBuilderForType()"><B>newBuilderForType()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent)"><B>newBuilderForType(GeneratedMessage.BuilderParent)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#newCompilerOptions()"><B>newCompilerOptions()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Allow subclasses to override the default CompileOptions object.
<DT><A HREF="./com/google/javascript/jscomp/NodeUtil.html#newExpr(com.google.javascript.rhino.Node)"><B>newExpr(Node)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeUtil.html" title="class in com.google.javascript.jscomp">NodeUtil</A>
<DD>Creates an EXPR_RESULT.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#newExternInput(java.lang.String)"><B>newExternInput(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/IR.html#newNode(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node...)"><B>newNode(Node, Node...)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#newNumber(double)"><B>newNumber(double)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#newNumber(double, int, int)"><B>newNumber(double, int, int)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionParamBuilder.html#newOptionalParameterFromNode(com.google.javascript.rhino.Node)"><B>newOptionalParameterFromNode(Node)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionParamBuilder.html" title="class in com.google.javascript.rhino.jstype">FunctionParamBuilder</A>
<DD>Copies the parameter specification from the given node,
but makes sure it's optional.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionParamBuilder.html#newParameterFromNode(com.google.javascript.rhino.Node)"><B>newParameterFromNode(Node)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionParamBuilder.html" title="class in com.google.javascript.rhino.jstype">FunctionParamBuilder</A>
<DD>Copies the parameter specification from the given node.
<DT><A HREF="./com/google/javascript/jscomp/NodeUtil.html#newQualifiedNameNode(com.google.javascript.jscomp.CodingConvention, java.lang.String)"><B>newQualifiedNameNode(CodingConvention, String)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeUtil.html" title="class in com.google.javascript.jscomp">NodeUtil</A>
<DD>Creates a node representing a qualified name.
<DT><A HREF="./com/google/javascript/rhino/Node.html#newString(java.lang.String)"><B>newString(String)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#newString(int, java.lang.String)"><B>newString(int, String)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#newString(java.lang.String, int, int)"><B>newString(String, int, int)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#newString(int, java.lang.String, int, int)"><B>newString(int, String, int, int)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/AdjacencyGraph.html#newSubGraph()"><B>newSubGraph()</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/AdjacencyGraph.html" title="interface in com.google.javascript.jscomp.graph">AdjacencyGraph</A>
<DD>Returns an empty SubGraph for this Graph.
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#newSubGraph()"><B>newSubGraph()</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html#newSubGraph()"><B>newSubGraph()</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/FixedPointGraphTraversal.html#newTraversal(com.google.javascript.jscomp.graph.FixedPointGraphTraversal.EdgeCallback)"><B>newTraversal(FixedPointGraphTraversal.EdgeCallback&lt;NODE, EDGE&gt;)</B></A> -
Static method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/FixedPointGraphTraversal.html" title="class in com.google.javascript.jscomp.graph">FixedPointGraphTraversal</A>
<DD>Helper method for creating new traversals.
<DT><A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html#nextConvention"><B>nextConvention</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConventions.Proxy.html" title="class in com.google.javascript.jscomp">CodingConventions.Proxy</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#NO_OBJECT_TYPE"><B>NO_OBJECT_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#NO_RESOLVED_TYPE"><B>NO_RESOLVED_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#NO_SIDE_EFFECTS"><B>NO_SIDE_EFFECTS</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#NO_TYPE"><B>NO_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino"><B>Node</B></A> - Class in <A HREF="./com/google/javascript/rhino/package-summary.html">com.google.javascript.rhino</A><DD>This class implements the root of the intermediate representation.<DT><A HREF="./com/google/javascript/rhino/Node.html#Node(int)"><B>Node(int)</B></A> -
Constructor for class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#Node(int, com.google.javascript.rhino.Node)"><B>Node(int, Node)</B></A> -
Constructor for class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#Node(int, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>Node(int, Node, Node)</B></A> -
Constructor for class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#Node(int, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>Node(int, Node, Node, Node)</B></A> -
Constructor for class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#Node(int, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>Node(int, Node, Node, Node, Node)</B></A> -
Constructor for class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#Node(int, int, int)"><B>Node(int, int, int)</B></A> -
Constructor for class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#Node(int, com.google.javascript.rhino.Node, int, int)"><B>Node(int, Node, int, int)</B></A> -
Constructor for class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#Node(int, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node, int, int)"><B>Node(int, Node, Node, int, int)</B></A> -
Constructor for class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#Node(int, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node, int, int)"><B>Node(int, Node, Node, Node, int, int)</B></A> -
Constructor for class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#Node(int, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node, int, int)"><B>Node(int, Node, Node, Node, Node, int, int)</B></A> -
Constructor for class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#Node(int, com.google.javascript.rhino.Node[], int, int)"><B>Node(int, Node[], int, int)</B></A> -
Constructor for class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#Node(int, com.google.javascript.rhino.Node[])"><B>Node(int, Node[])</B></A> -
Constructor for class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.AncestorIterable.html" title="class in com.google.javascript.rhino"><B>Node.AncestorIterable</B></A> - Class in <A HREF="./com/google/javascript/rhino/package-summary.html">com.google.javascript.rhino</A><DD>Iterator to go up the ancestor tree.<DT><A HREF="./com/google/javascript/rhino/Node.FileLevelJsDocBuilder.html" title="class in com.google.javascript.rhino"><B>Node.FileLevelJsDocBuilder</B></A> - Class in <A HREF="./com/google/javascript/rhino/package-summary.html">com.google.javascript.rhino</A><DD>An inner class that provides back-door access to the license
property of the JSDocInfo property for this node.<DT><A HREF="./com/google/javascript/rhino/Node.FileLevelJsDocBuilder.html#Node.FileLevelJsDocBuilder()"><B>Node.FileLevelJsDocBuilder()</B></A> -
Constructor for class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.FileLevelJsDocBuilder.html" title="class in com.google.javascript.rhino">Node.FileLevelJsDocBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.SideEffectFlags.html" title="class in com.google.javascript.rhino"><B>Node.SideEffectFlags</B></A> - Class in <A HREF="./com/google/javascript/rhino/package-summary.html">com.google.javascript.rhino</A><DD>A helper class for getting and setting the side-effect flags.<DT><A HREF="./com/google/javascript/rhino/Node.SideEffectFlags.html#Node.SideEffectFlags()"><B>Node.SideEffectFlags()</B></A> -
Constructor for class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.SideEffectFlags.html" title="class in com.google.javascript.rhino">Node.SideEffectFlags</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.SideEffectFlags.html#Node.SideEffectFlags(int)"><B>Node.SideEffectFlags(int)</B></A> -
Constructor for class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.SideEffectFlags.html" title="class in com.google.javascript.rhino">Node.SideEffectFlags</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.html#NODE_TRAVERSAL_ERROR"><B>NODE_TRAVERSAL_ERROR</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.html" title="class in com.google.javascript.jscomp">NodeTraversal</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html#nodes"><B>nodes</B></A> -
Variable in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedDirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html#nodes"><B>nodes</B></A> -
Variable in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/LinkedUndirectedGraph.html" title="class in com.google.javascript.jscomp.graph">LinkedUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.html" title="class in com.google.javascript.jscomp"><B>NodeTraversal</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Nodetraversal allows an iteration through the nodes in the parse tree,
and facilitates the optimizations on the parse tree.<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.html#NodeTraversal(com.google.javascript.jscomp.AbstractCompiler, com.google.javascript.jscomp.NodeTraversal.Callback)"><B>NodeTraversal(AbstractCompiler, NodeTraversal.Callback)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.html" title="class in com.google.javascript.jscomp">NodeTraversal</A>
<DD>Creates a node traversal using the specified callback interface.
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.html#NodeTraversal(com.google.javascript.jscomp.AbstractCompiler, com.google.javascript.jscomp.NodeTraversal.Callback, com.google.javascript.jscomp.ScopeCreator)"><B>NodeTraversal(AbstractCompiler, NodeTraversal.Callback, ScopeCreator)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.html" title="class in com.google.javascript.jscomp">NodeTraversal</A>
<DD>Creates a node traversal using the specified callback interface
and the scope creator.
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.AbstractNodeTypePruningCallback.html" title="class in com.google.javascript.jscomp"><B>NodeTraversal.AbstractNodeTypePruningCallback</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Abstract callback to visit a pruned set of nodes.<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.AbstractNodeTypePruningCallback.html#NodeTraversal.AbstractNodeTypePruningCallback(java.util.Set)"><B>NodeTraversal.AbstractNodeTypePruningCallback(Set&lt;Integer&gt;)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.AbstractNodeTypePruningCallback.html" title="class in com.google.javascript.jscomp">NodeTraversal.AbstractNodeTypePruningCallback</A>
<DD>Creates an abstract pruned callback.
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.AbstractNodeTypePruningCallback.html#NodeTraversal.AbstractNodeTypePruningCallback(java.util.Set, boolean)"><B>NodeTraversal.AbstractNodeTypePruningCallback(Set&lt;Integer&gt;, boolean)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.AbstractNodeTypePruningCallback.html" title="class in com.google.javascript.jscomp">NodeTraversal.AbstractNodeTypePruningCallback</A>
<DD>Creates an abstract pruned callback.
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.AbstractPostOrderCallback.html" title="class in com.google.javascript.jscomp"><B>NodeTraversal.AbstractPostOrderCallback</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Abstract callback to visit all nodes in post order.<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.AbstractPostOrderCallback.html#NodeTraversal.AbstractPostOrderCallback()"><B>NodeTraversal.AbstractPostOrderCallback()</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.AbstractPostOrderCallback.html" title="class in com.google.javascript.jscomp">NodeTraversal.AbstractPostOrderCallback</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.AbstractScopedCallback.html" title="class in com.google.javascript.jscomp"><B>NodeTraversal.AbstractScopedCallback</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Abstract scoped callback to visit all nodes in post order.<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.AbstractScopedCallback.html#NodeTraversal.AbstractScopedCallback()"><B>NodeTraversal.AbstractScopedCallback()</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.AbstractScopedCallback.html" title="class in com.google.javascript.jscomp">NodeTraversal.AbstractScopedCallback</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.AbstractShallowCallback.html" title="class in com.google.javascript.jscomp"><B>NodeTraversal.AbstractShallowCallback</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Abstract callback to visit all nodes but not traverse into function
bodies.<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.AbstractShallowCallback.html#NodeTraversal.AbstractShallowCallback()"><B>NodeTraversal.AbstractShallowCallback()</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.AbstractShallowCallback.html" title="class in com.google.javascript.jscomp">NodeTraversal.AbstractShallowCallback</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.AbstractShallowStatementCallback.html" title="class in com.google.javascript.jscomp"><B>NodeTraversal.AbstractShallowStatementCallback</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Abstract callback to visit all structure and statement nodes but doesn't
traverse into functions or expressions.<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.AbstractShallowStatementCallback.html#NodeTraversal.AbstractShallowStatementCallback()"><B>NodeTraversal.AbstractShallowStatementCallback()</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.AbstractShallowStatementCallback.html" title="class in com.google.javascript.jscomp">NodeTraversal.AbstractShallowStatementCallback</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.Callback.html" title="interface in com.google.javascript.jscomp"><B>NodeTraversal.Callback</B></A> - Interface in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Callback<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.ScopedCallback.html" title="interface in com.google.javascript.jscomp"><B>NodeTraversal.ScopedCallback</B></A> - Interface in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Callback that also knows about scope changes<DT><A HREF="./com/google/javascript/jscomp/NodeUtil.html" title="class in com.google.javascript.jscomp"><B>NodeUtil</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>NodeUtil contains utilities that get properties from the Node object.<DT><A HREF="./com/google/javascript/jscomp/graph/FixedPointGraphTraversal.html#NON_HALTING_ERROR_MSG"><B>NON_HALTING_ERROR_MSG</B></A> -
Static variable in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/FixedPointGraphTraversal.html" title="class in com.google.javascript.jscomp.graph">FixedPointGraphTraversal</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html#NON_STANDARD_JSDOC"><B>NON_STANDARD_JSDOC</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html" title="class in com.google.javascript.jscomp">DiagnosticGroups</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html" title="class in com.google.javascript.rhino.jstype"><B>NoObjectType</B></A> - Class in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>The bottom Object type, representing the subclass of all objects.<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#normalize()"><B>normalize()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/IR.html#not(com.google.javascript.rhino.Node)"><B>not(Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/TernaryValue.html#not()"><B>not()</B></A> -
Method in enum com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/TernaryValue.html" title="enum in com.google.javascript.rhino.jstype">TernaryValue</A>
<DD>Gets the <code>not</code> of <code>this</code>.
<DT><A HREF="./com/google/javascript/rhino/Token.html#NOT"><B>NOT</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#NOT_A_CLASS"><B>NOT_A_CLASS</B></A> -
Static variable in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/TypeCheck.html#NOT_A_CONSTRUCTOR"><B>NOT_A_CONSTRUCTOR</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/TypeCheck.html" title="class in com.google.javascript.jscomp">TypeCheck</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#NOT_A_TYPE"><B>NOT_A_TYPE</B></A> -
Static variable in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/Validator.html#NOT_ENOUGH_CHILDREN_FMT"><B>NOT_ENOUGH_CHILDREN_FMT</B></A> -
Static variable in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/Validator.html" title="class in com.google.javascript.jscomp.jsonml">Validator</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#NOT_ENUMDECL"><B>NOT_ENUMDECL</B></A> -
Static variable in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NoType.html" title="class in com.google.javascript.rhino.jstype"><B>NoType</B></A> - Class in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>Bottom type, representing the subclass of any value or object.<DT><A HREF="./com/google/javascript/rhino/Token.html#NULL"><B>NULL</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#NULL_TYPE"><B>NULL_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/parsing/NullErrorReporter.html" title="class in com.google.javascript.jscomp.parsing"><B>NullErrorReporter</B></A> - Class in <A HREF="./com/google/javascript/jscomp/parsing/package-summary.html">com.google.javascript.jscomp.parsing</A><DD>An error reporter which consumes all calls and performs no actions.<DT><A HREF="./com/google/javascript/rhino/IR.html#nullNode()"><B>nullNode()</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NullType.html" title="class in com.google.javascript.rhino.jstype"><B>NullType</B></A> - Class in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>Null type.<DT><A HREF="./com/google/javascript/rhino/IR.html#number(double)"><B>number(double)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#NUMBER"><B>NUMBER</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#NUMBER_OBJECT_FUNCTION_TYPE"><B>NUMBER_OBJECT_FUNCTION_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#NUMBER_OBJECT_TYPE"><B>NUMBER_OBJECT_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#NUMBER_STRING_BOOLEAN"><B>NUMBER_STRING_BOOLEAN</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#NUMBER_TYPE"><B>NUMBER_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NumberType.html" title="class in com.google.javascript.rhino.jstype"><B>NumberType</B></A> - Class in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>Number type.<DT><A HREF="./com/google/javascript/jscomp/regex/RegExpTree.html#numCapturingGroups()"><B>numCapturingGroups()</B></A> -
Method in class com.google.javascript.jscomp.regex.<A HREF="./com/google/javascript/jscomp/regex/RegExpTree.html" title="class in com.google.javascript.jscomp.regex">RegExpTree</A>
<DD>The number of capturing groups.
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#OBJECT_FUNCTION_TYPE"><B>OBJECT_FUNCTION_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#OBJECT_NUMBER_STRING"><B>OBJECT_NUMBER_STRING</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#OBJECT_NUMBER_STRING_BOOLEAN"><B>OBJECT_NUMBER_STRING_BOOLEAN</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#OBJECT_PROTOTYPE"><B>OBJECT_PROTOTYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#OBJECT_TYPE"><B>OBJECT_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/IR.html#objectlit(com.google.javascript.rhino.Node...)"><B>objectlit(Node...)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#OBJECTLIT"><B>OBJECTLIT</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/jscomp/ObjectPropertyStringPreprocess.html" title="class in com.google.javascript.jscomp"><B>ObjectPropertyStringPreprocess</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Rewrites <code>new goog.testing.ObjectPropertyString(foo, 'bar')</code> to
<code>new JSCompiler_ObjectPropertyString(window, foo.bar)</code>.<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype"><B>ObjectType</B></A> - Class in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>Object type.<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.Property.html" title="class in com.google.javascript.rhino.jstype"><B>ObjectType.Property</B></A> - Class in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/rhino/Node.html#OPT_ARG_NAME"><B>OPT_ARG_NAME</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#optimize()"><B>optimize()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#OPTIMIZE_LOOP_ERROR"><B>OPTIMIZE_LOOP_ERROR</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Error strings used for reporting JSErrors
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#optimizeArgumentsArray"><B>optimizeArgumentsArray</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Provide formal names for elements of arguments array.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#optimizeCalls"><B>optimizeCalls</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Remove unused parameters from call sites.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#optimizeParameters"><B>optimizeParameters</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Remove unused and constant parameters.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#optimizeReturns"><B>optimizeReturns</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Remove unused return values.
<DT><A HREF="./com/google/javascript/rhino/IR.html#or(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>or(Node, Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/TernaryValue.html#or(com.google.javascript.rhino.jstype.TernaryValue)"><B>or(TernaryValue)</B></A> -
Method in enum com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/TernaryValue.html" title="enum in com.google.javascript.rhino.jstype">TernaryValue</A>
<DD>Gets the <code>or</code> of <code>this</code> and <code>that</code>.
<DT><A HREF="./com/google/javascript/rhino/Token.html#OR"><B>OR</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#ORIGINAL_FILE_FIELD_NUMBER"><B>ORIGINAL_FILE_FIELD_NUMBER</B></A> -
Static variable in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#ORIGINAL_MAPPING_FIELD_NUMBER"><B>ORIGINAL_MAPPING_FIELD_NUMBER</B></A> -
Static variable in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#ORIGINALNAME_PROP"><B>ORIGINALNAME_PROP</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/TypeCheck.html#OVERRIDING_PROTOTYPE_WITH_NON_OBJECT"><B>OVERRIDING_PROTOTYPE_WITH_NON_OBJECT</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/TypeCheck.html" title="class in com.google.javascript.jscomp">TypeCheck</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#overwriteDeclaredType(java.lang.String, com.google.javascript.rhino.jstype.JSType)"><B>overwriteDeclaredType(String, JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Overrides a declared global type name.
</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./com/google/javascript/rhino/Token.html#PARAM_LIST"><B>PARAM_LIST</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/IR.html#paramList()"><B>paramList()</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/IR.html#paramList(com.google.javascript.rhino.Node)"><B>paramList(Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/IR.html#paramList(com.google.javascript.rhino.Node...)"><B>paramList(Node...)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/IR.html#paramList(java.util.List)"><B>paramList(List&lt;Node&gt;)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#PARENTHESIZED_PROP"><B>PARENTHESIZED_PROP</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapConsumer.html#parse(java.lang.String)"><B>parse(String)</B></A> -
Method in interface com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapConsumer.html" title="interface in com.google.debugging.sourcemap">SourceMapConsumer</A>
<DD>Parses the given contents containing a source map to provide initialize
a class providing SourceMapping.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapConsumerFactory.html#parse(java.lang.String)"><B>parse(String)</B></A> -
Static method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapConsumerFactory.html" title="class in com.google.debugging.sourcemap">SourceMapConsumerFactory</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapConsumerFactory.html#parse(java.lang.String, com.google.debugging.sourcemap.SourceMapSupplier)"><B>parse(String, SourceMapSupplier)</B></A> -
Static method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapConsumerFactory.html" title="class in com.google.debugging.sourcemap">SourceMapConsumerFactory</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV1.html#parse(java.lang.String)"><B>parse(String)</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV1.html" title="class in com.google.debugging.sourcemap">SourceMapConsumerV1</A>
<DD>Parses the given contents containing a source map.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV2.html#parse(java.lang.String)"><B>parse(String)</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV2.html" title="class in com.google.debugging.sourcemap">SourceMapConsumerV2</A>
<DD>Parses the given contents containing a source map.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV2.html#parse(org.json.JSONObject)"><B>parse(JSONObject)</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV2.html" title="class in com.google.debugging.sourcemap">SourceMapConsumerV2</A>
<DD>Parses the given contents containing a source map.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV3.html#parse(java.lang.String)"><B>parse(String)</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV3.html" title="class in com.google.debugging.sourcemap">SourceMapConsumerV3</A>
<DD>Parses the given contents containing a source map.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV3.html#parse(java.lang.String, com.google.debugging.sourcemap.SourceMapSupplier)"><B>parse(String, SourceMapSupplier)</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV3.html" title="class in com.google.debugging.sourcemap">SourceMapConsumerV3</A>
<DD>Parses the given contents containing a source map.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV3.html#parse(org.json.JSONObject)"><B>parse(JSONObject)</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV3.html" title="class in com.google.debugging.sourcemap">SourceMapConsumerV3</A>
<DD>Parses the given contents containing a source map.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV3.html#parse(org.json.JSONObject, com.google.debugging.sourcemap.SourceMapSupplier)"><B>parse(JSONObject, SourceMapSupplier)</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV3.html" title="class in com.google.debugging.sourcemap">SourceMapConsumerV3</A>
<DD>Parses the given contents containing a source map.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#parse()"><B>parse()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#parse(com.google.javascript.jscomp.SourceFile)"><B>parse(SourceFile)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/Reader.html#parse(com.google.javascript.jscomp.AbstractCompiler)"><B>parse(AbstractCompiler)</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/Reader.html" title="class in com.google.javascript.jscomp.jsonml">Reader</A>
<DD>Generates AST for a specified JsonML source file.
<DT><A HREF="./com/google/javascript/jscomp/parsing/ParserRunner.html#parse(com.google.javascript.rhino.jstype.StaticSourceFile, java.lang.String, com.google.javascript.jscomp.parsing.Config, com.google.javascript.rhino.head.ErrorReporter, java.util.logging.Logger)"><B>parse(StaticSourceFile, String, Config, ErrorReporter, Logger)</B></A> -
Static method in class com.google.javascript.jscomp.parsing.<A HREF="./com/google/javascript/jscomp/parsing/ParserRunner.html" title="class in com.google.javascript.jscomp.parsing">ParserRunner</A>
<DD>Parses the JavaScript text given by a reader.
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#parseDelimitedFrom(java.io.InputStream)"><B>parseDelimitedFrom(InputStream)</B></A> -
Static method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#parseDelimitedFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite)"><B>parseDelimitedFrom(InputStream, ExtensionRegistryLite)</B></A> -
Static method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#parseDelimitedFrom(java.io.InputStream)"><B>parseDelimitedFrom(InputStream)</B></A> -
Static method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#parseDelimitedFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite)"><B>parseDelimitedFrom(InputStream, ExtensionRegistryLite)</B></A> -
Static method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#parseDelimitedFrom(java.io.InputStream)"><B>parseDelimitedFrom(InputStream)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#parseDelimitedFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite)"><B>parseDelimitedFrom(InputStream, ExtensionRegistryLite)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html#parseDelimitedFrom(java.io.InputStream)"><B>parseDelimitedFrom(InputStream)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html#parseDelimitedFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite)"><B>parseDelimitedFrom(InputStream, ExtensionRegistryLite)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#parseDelimitedFrom(java.io.InputStream)"><B>parseDelimitedFrom(InputStream)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#parseDelimitedFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite)"><B>parseDelimitedFrom(InputStream, ExtensionRegistryLite)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#parseDelimitedFrom(java.io.InputStream)"><B>parseDelimitedFrom(InputStream)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#parseDelimitedFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite)"><B>parseDelimitedFrom(InputStream, ExtensionRegistryLite)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/deps/DepsFileParser.html#parseFile(java.lang.String)"><B>parseFile(String)</B></A> -
Method in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/DepsFileParser.html" title="class in com.google.javascript.jscomp.deps">DepsFileParser</A>
<DD>Parses the given file and returns a list of dependency information that it
contained.
<DT><A HREF="./com/google/javascript/jscomp/deps/DepsFileParser.html#parseFile(java.lang.String, java.lang.String)"><B>parseFile(String, String)</B></A> -
Method in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/DepsFileParser.html" title="class in com.google.javascript.jscomp.deps">DepsFileParser</A>
<DD>Parses the given file and returns a list of dependency information that it
contained.
<DT><A HREF="./com/google/javascript/jscomp/deps/JsFileParser.html#parseFile(java.lang.String, java.lang.String)"><B>parseFile(String, String)</B></A> -
Method in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/JsFileParser.html" title="class in com.google.javascript.jscomp.deps">JsFileParser</A>
<DD>Parses the given file and returns the dependency information that it
contained.
<DT><A HREF="./com/google/javascript/jscomp/deps/JsFileParser.html#parseFile(java.lang.String, java.lang.String, java.lang.String)"><B>parseFile(String, String, String)</B></A> -
Method in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/JsFileParser.html" title="class in com.google.javascript.jscomp.deps">JsFileParser</A>
<DD>Parses the given file and returns the dependency information that it
contained.
<DT><A HREF="./com/google/javascript/jscomp/deps/JsFunctionParser.html#parseFile(java.lang.String, java.lang.String)"><B>parseFile(String, String)</B></A> -
Method in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/JsFunctionParser.html" title="class in com.google.javascript.jscomp.deps">JsFunctionParser</A>
<DD>Parses the given file and returns the dependency information that it
contained.
<DT><A HREF="./com/google/javascript/jscomp/deps/DepsFileParser.html#parseFileReader(java.lang.String, java.io.Reader)"><B>parseFileReader(String, Reader)</B></A> -
Method in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/DepsFileParser.html" title="class in com.google.javascript.jscomp.deps">DepsFileParser</A>
<DD>Parses the file from the given reader and returns a list of
dependency information that it contained.
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#parseFrom(com.google.protobuf.ByteString)"><B>parseFrom(ByteString)</B></A> -
Static method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#parseFrom(com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite)"><B>parseFrom(ByteString, ExtensionRegistryLite)</B></A> -
Static method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#parseFrom(byte[])"><B>parseFrom(byte[])</B></A> -
Static method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#parseFrom(byte[], com.google.protobuf.ExtensionRegistryLite)"><B>parseFrom(byte[], ExtensionRegistryLite)</B></A> -
Static method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#parseFrom(java.io.InputStream)"><B>parseFrom(InputStream)</B></A> -
Static method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#parseFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite)"><B>parseFrom(InputStream, ExtensionRegistryLite)</B></A> -
Static method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#parseFrom(com.google.protobuf.CodedInputStream)"><B>parseFrom(CodedInputStream)</B></A> -
Static method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#parseFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite)"><B>parseFrom(CodedInputStream, ExtensionRegistryLite)</B></A> -
Static method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#parseFrom(com.google.protobuf.ByteString)"><B>parseFrom(ByteString)</B></A> -
Static method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#parseFrom(com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite)"><B>parseFrom(ByteString, ExtensionRegistryLite)</B></A> -
Static method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#parseFrom(byte[])"><B>parseFrom(byte[])</B></A> -
Static method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#parseFrom(byte[], com.google.protobuf.ExtensionRegistryLite)"><B>parseFrom(byte[], ExtensionRegistryLite)</B></A> -
Static method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#parseFrom(java.io.InputStream)"><B>parseFrom(InputStream)</B></A> -
Static method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#parseFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite)"><B>parseFrom(InputStream, ExtensionRegistryLite)</B></A> -
Static method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#parseFrom(com.google.protobuf.CodedInputStream)"><B>parseFrom(CodedInputStream)</B></A> -
Static method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#parseFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite)"><B>parseFrom(CodedInputStream, ExtensionRegistryLite)</B></A> -
Static method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#parseFrom(com.google.protobuf.ByteString)"><B>parseFrom(ByteString)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#parseFrom(com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite)"><B>parseFrom(ByteString, ExtensionRegistryLite)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#parseFrom(byte[])"><B>parseFrom(byte[])</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#parseFrom(byte[], com.google.protobuf.ExtensionRegistryLite)"><B>parseFrom(byte[], ExtensionRegistryLite)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#parseFrom(java.io.InputStream)"><B>parseFrom(InputStream)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#parseFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite)"><B>parseFrom(InputStream, ExtensionRegistryLite)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#parseFrom(com.google.protobuf.CodedInputStream)"><B>parseFrom(CodedInputStream)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#parseFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite)"><B>parseFrom(CodedInputStream, ExtensionRegistryLite)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html#parseFrom(com.google.protobuf.ByteString)"><B>parseFrom(ByteString)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html#parseFrom(com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite)"><B>parseFrom(ByteString, ExtensionRegistryLite)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html#parseFrom(byte[])"><B>parseFrom(byte[])</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html#parseFrom(byte[], com.google.protobuf.ExtensionRegistryLite)"><B>parseFrom(byte[], ExtensionRegistryLite)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html#parseFrom(java.io.InputStream)"><B>parseFrom(InputStream)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html#parseFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite)"><B>parseFrom(InputStream, ExtensionRegistryLite)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html#parseFrom(com.google.protobuf.CodedInputStream)"><B>parseFrom(CodedInputStream)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html#parseFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite)"><B>parseFrom(CodedInputStream, ExtensionRegistryLite)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#parseFrom(com.google.protobuf.ByteString)"><B>parseFrom(ByteString)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#parseFrom(com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite)"><B>parseFrom(ByteString, ExtensionRegistryLite)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#parseFrom(byte[])"><B>parseFrom(byte[])</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#parseFrom(byte[], com.google.protobuf.ExtensionRegistryLite)"><B>parseFrom(byte[], ExtensionRegistryLite)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#parseFrom(java.io.InputStream)"><B>parseFrom(InputStream)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#parseFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite)"><B>parseFrom(InputStream, ExtensionRegistryLite)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#parseFrom(com.google.protobuf.CodedInputStream)"><B>parseFrom(CodedInputStream)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#parseFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite)"><B>parseFrom(CodedInputStream, ExtensionRegistryLite)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#parseFrom(com.google.protobuf.ByteString)"><B>parseFrom(ByteString)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#parseFrom(com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite)"><B>parseFrom(ByteString, ExtensionRegistryLite)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#parseFrom(byte[])"><B>parseFrom(byte[])</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#parseFrom(byte[], com.google.protobuf.ExtensionRegistryLite)"><B>parseFrom(byte[], ExtensionRegistryLite)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#parseFrom(java.io.InputStream)"><B>parseFrom(InputStream)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#parseFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite)"><B>parseFrom(InputStream, ExtensionRegistryLite)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#parseFrom(com.google.protobuf.CodedInputStream)"><B>parseFrom(CodedInputStream)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#parseFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite)"><B>parseFrom(CodedInputStream, ExtensionRegistryLite)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/deps/DepsFileParser.html#parseLine(java.lang.String)"><B>parseLine(String)</B></A> -
Method in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/DepsFileParser.html" title="class in com.google.javascript.jscomp.deps">DepsFileParser</A>
<DD>Extracts dependency information from lines that look like
goog.addDependency('pathRelativeToClosure', ['provides'], ['requires']);
Adds the dependencies to depInfos.
<DT><A HREF="./com/google/javascript/jscomp/deps/JsFileParser.html#parseLine(java.lang.String)"><B>parseLine(String)</B></A> -
Method in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/JsFileParser.html" title="class in com.google.javascript.jscomp.deps">JsFileParser</A>
<DD>Parses a line of javascript, extracting goog.provide and goog.require
information.
<DT><A HREF="./com/google/javascript/jscomp/deps/JsFunctionParser.html#parseLine(java.lang.String)"><B>parseLine(String)</B></A> -
Method in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/JsFunctionParser.html" title="class in com.google.javascript.jscomp.deps">JsFunctionParser</A>
<DD>Parses a line of javascript, extracting dependency information.
<DT><A HREF="./com/google/javascript/jscomp/regex/RegExpTree.html#parseRegExp(java.lang.String, java.lang.String)"><B>parseRegExp(String, String)</B></A> -
Static method in class com.google.javascript.jscomp.regex.<A HREF="./com/google/javascript/jscomp/regex/RegExpTree.html" title="class in com.google.javascript.jscomp.regex">RegExpTree</A>
<DD>Parses a regular expression to an AST.
<DT><A HREF="./com/google/javascript/jscomp/parsing/ParserRunner.html" title="class in com.google.javascript.jscomp.parsing"><B>ParserRunner</B></A> - Class in <A HREF="./com/google/javascript/jscomp/parsing/package-summary.html">com.google.javascript.jscomp.parsing</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonMLUtil.html#parseString(java.lang.String)"><B>parseString(String)</B></A> -
Static method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonMLUtil.html" title="class in com.google.javascript.jscomp.jsonml">JsonMLUtil</A>
<DD>Parses JSON string which contains serialized JsonML content.
<DT><A HREF="./com/google/javascript/jscomp/parsing/JsDocInfoParser.html#parseTypeString(java.lang.String)"><B>parseTypeString(String)</B></A> -
Static method in class com.google.javascript.jscomp.parsing.<A HREF="./com/google/javascript/jscomp/parsing/JsDocInfoParser.html" title="class in com.google.javascript.jscomp.parsing">JsDocInfoParser</A>
<DD>Parses a string containing a JsDoc type declaration, returning the
type if the parsing succeeded or <code>null</code> if it failed.
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.html#parts()"><B>parts()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.html" title="class in com.google.javascript.jscomp">JsMessage</A>
<DD>Gets a read-only list of the parts of this message.
<DT><A HREF="./com/google/javascript/jscomp/PerformanceTracker.Stats.html#pass"><B>pass</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/PerformanceTracker.Stats.html" title="class in com.google.javascript.jscomp">PerformanceTracker.Stats</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/PassConfig.html" title="class in com.google.javascript.jscomp"><B>PassConfig</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Pass factories and meta-data for native Compiler passes.<DT><A HREF="./com/google/javascript/jscomp/PassConfig.html#PassConfig(com.google.javascript.jscomp.CompilerOptions)"><B>PassConfig(CompilerOptions)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/PassConfig.html" title="class in com.google.javascript.jscomp">PassConfig</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/PassFactory.html" title="class in com.google.javascript.jscomp"><B>PassFactory</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>A factory for creating JSCompiler passes based on the Options
injected.<DT><A HREF="./com/google/javascript/jscomp/PassFactory.html#PassFactory(java.lang.String, boolean)"><B>PassFactory(String, boolean)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/PassFactory.html" title="class in com.google.javascript.jscomp">PassFactory</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/deps/PathUtil.html" title="class in com.google.javascript.jscomp.deps"><B>PathUtil</B></A> - Class in <A HREF="./com/google/javascript/jscomp/deps/package-summary.html">com.google.javascript.jscomp.deps</A><DD>Utility methods for manipulation of UNIX-like paths.<DT><A HREF="./com/google/javascript/jscomp/PeepholeCollectPropertyAssignments.html" title="class in com.google.javascript.jscomp"><B>PeepholeCollectPropertyAssignments</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>A pass that looks for assignments to properties of an object or array
immediately following its creation using the abbreviated syntax.<DT><A HREF="./com/google/javascript/jscomp/PeepholeCollectPropertyAssignments.html#PeepholeCollectPropertyAssignments()"><B>PeepholeCollectPropertyAssignments()</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/PeepholeCollectPropertyAssignments.html" title="class in com.google.javascript.jscomp">PeepholeCollectPropertyAssignments</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/PerformanceTracker.html" title="class in com.google.javascript.jscomp"><B>PerformanceTracker</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/PerformanceTracker.Stats.html" title="class in com.google.javascript.jscomp"><B>PerformanceTracker.Stats</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/PerformanceTracker.Stats.html#PerformanceTracker.Stats(java.lang.String)"><B>PerformanceTracker.Stats(String)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/PerformanceTracker.Stats.html" title="class in com.google.javascript.jscomp">PerformanceTracker.Stats</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#PIPE"><B>PIPE</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.html#placeholders()"><B>placeholders()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.html" title="class in com.google.javascript.jscomp">JsMessage</A>
<DD>Gets a read-only set of the registered placeholders in this message.
<DT><A HREF="./com/google/javascript/jscomp/graph/Graph.html#popEdgeAnnotations()"><B>popEdgeAnnotations()</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/Graph.html" title="class in com.google.javascript.jscomp.graph">Graph</A>
<DD>Restores edges' annotation values to state before last
<A HREF="./com/google/javascript/jscomp/graph/Graph.html#pushEdgeAnnotations()"><CODE>Graph.pushEdgeAnnotations()</CODE></A>.
<DT><A HREF="./com/google/javascript/jscomp/graph/Graph.html#popNodeAnnotations()"><B>popNodeAnnotations()</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/Graph.html" title="class in com.google.javascript.jscomp.graph">Graph</A>
<DD>Restores nodes' annotation values to state before last
<A HREF="./com/google/javascript/jscomp/graph/Graph.html#pushNodeAnnotations()"><CODE>Graph.pushNodeAnnotations()</CODE></A>.
<DT><A HREF="./com/google/javascript/rhino/IR.html#pos(com.google.javascript.rhino.Node)"><B>pos(Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#POS"><B>POS</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/Node.html#POST_FLAG"><B>POST_FLAG</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#preferLineBreakAtEndOfFile"><B>preferLineBreakAtEndOfFile</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Prefer line breaks at end of file
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#prettyPrint"><B>prettyPrint</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Output in pretty indented format
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#printInputDelimiter"><B>printInputDelimiter</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Prints a separator comment before each js script
<DT><A HREF="./com/google/javascript/jscomp/jsonml/Validator.html#printList(java.lang.Object[])"><B>printList(Object[])</B></A> -
Static method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/Validator.html" title="class in com.google.javascript.jscomp.jsonml">Validator</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ant/AntErrorManager.html#println(com.google.javascript.jscomp.CheckLevel, com.google.javascript.jscomp.JSError)"><B>println(CheckLevel, JSError)</B></A> -
Method in class com.google.javascript.jscomp.ant.<A HREF="./com/google/javascript/jscomp/ant/AntErrorManager.html" title="class in com.google.javascript.jscomp.ant">AntErrorManager</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/BasicErrorManager.html#println(com.google.javascript.jscomp.CheckLevel, com.google.javascript.jscomp.JSError)"><B>println(CheckLevel, JSError)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/BasicErrorManager.html" title="class in com.google.javascript.jscomp">BasicErrorManager</A>
<DD>Print a message with a trailing new line.
<DT><A HREF="./com/google/javascript/jscomp/LoggerErrorManager.html#println(com.google.javascript.jscomp.CheckLevel, com.google.javascript.jscomp.JSError)"><B>println(CheckLevel, JSError)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/LoggerErrorManager.html" title="class in com.google.javascript.jscomp">LoggerErrorManager</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/PrintStreamErrorManager.html#println(com.google.javascript.jscomp.CheckLevel, com.google.javascript.jscomp.JSError)"><B>println(CheckLevel, JSError)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/PrintStreamErrorManager.html" title="class in com.google.javascript.jscomp">PrintStreamErrorManager</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/PrintStreamErrorManager.html" title="class in com.google.javascript.jscomp"><B>PrintStreamErrorManager</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>An error manager that prints errors and warnings to the print stream
provided in addition to the functionality of the
<A HREF="./com/google/javascript/jscomp/BasicErrorManager.html" title="class in com.google.javascript.jscomp"><CODE>BasicErrorManager</CODE></A>.<DT><A HREF="./com/google/javascript/jscomp/PrintStreamErrorManager.html#PrintStreamErrorManager(com.google.javascript.jscomp.MessageFormatter, java.io.PrintStream)"><B>PrintStreamErrorManager(MessageFormatter, PrintStream)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/PrintStreamErrorManager.html" title="class in com.google.javascript.jscomp">PrintStreamErrorManager</A>
<DD>Creates an error manager.
<DT><A HREF="./com/google/javascript/jscomp/PrintStreamErrorManager.html#PrintStreamErrorManager(java.io.PrintStream)"><B>PrintStreamErrorManager(PrintStream)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/PrintStreamErrorManager.html" title="class in com.google.javascript.jscomp">PrintStreamErrorManager</A>
<DD>Creates an instance with a source-less error formatter.
<DT><A HREF="./com/google/javascript/jscomp/ant/AntErrorManager.html#printSummary()"><B>printSummary()</B></A> -
Method in class com.google.javascript.jscomp.ant.<A HREF="./com/google/javascript/jscomp/ant/AntErrorManager.html" title="class in com.google.javascript.jscomp.ant">AntErrorManager</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/BasicErrorManager.html#printSummary()"><B>printSummary()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/BasicErrorManager.html" title="class in com.google.javascript.jscomp">BasicErrorManager</A>
<DD>Print the summary of the compilation - number of errors and warnings.
<DT><A HREF="./com/google/javascript/jscomp/LoggerErrorManager.html#printSummary()"><B>printSummary()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/LoggerErrorManager.html" title="class in com.google.javascript.jscomp">LoggerErrorManager</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/PrintStreamErrorManager.html#printSummary()"><B>printSummary()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/PrintStreamErrorManager.html" title="class in com.google.javascript.jscomp">PrintStreamErrorManager</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/AstValidator.html#process(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>process(Node, Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/AstValidator.html" title="class in com.google.javascript.jscomp">AstValidator</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CallGraph.html#process(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>process(Node, Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CallGraph.html" title="class in com.google.javascript.jscomp">CallGraph</A>
<DD>Builds a call graph for the given externsRoot and jsRoot.
<DT><A HREF="./com/google/javascript/jscomp/CompilerPass.html#process(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>process(Node, Node)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerPass.html" title="interface in com.google.javascript.jscomp">CompilerPass</A>
<DD>Process the JS with root node root.
<DT><A HREF="./com/google/javascript/jscomp/FieldCleanupPass.html#process(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>process(Node, Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FieldCleanupPass.html" title="class in com.google.javascript.jscomp">FieldCleanupPass</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ObjectPropertyStringPreprocess.html#process(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>process(Node, Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ObjectPropertyStringPreprocess.html" title="class in com.google.javascript.jscomp">ObjectPropertyStringPreprocess</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ProcessCommonJSModules.html#process(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>process(Node, Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ProcessCommonJSModules.html" title="class in com.google.javascript.jscomp">ProcessCommonJSModules</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/TypeCheck.html#process(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>process(Node, Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/TypeCheck.html" title="class in com.google.javascript.jscomp">TypeCheck</A>
<DD>Main entry point for this phase of processing.
<DT><A HREF="./com/google/javascript/jscomp/jsonml/Writer.html#processAst(com.google.javascript.rhino.Node)"><B>processAst(Node)</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/Writer.html" title="class in com.google.javascript.jscomp.jsonml">Writer</A>
<DD>Creates JsonML tree based on a specified AST.
<DT><A HREF="./com/google/javascript/jscomp/ProcessCommonJSModules.html" title="class in com.google.javascript.jscomp"><B>ProcessCommonJSModules</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Rewrites a Common JS module http://wiki.commonjs.org/wiki/Modules/1.1.1
into a form that can be safely concatenated.<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#processDefines()"><B>processDefines()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Reprocesses the current defines over the AST.
<DT><A HREF="./com/google/javascript/jscomp/TypeCheck.html#processForTesting(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>processForTesting(Node, Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/TypeCheck.html" title="class in com.google.javascript.jscomp">TypeCheck</A>
<DD>Main entry point of this phase for testing code.
<DT><A HREF="./com/google/javascript/rhino/IR.html#propdef(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>propdef(Node, Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Result.html#propertyMap"><B>propertyMap</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Result.html" title="class in com.google.javascript.jscomp">Result</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#propertyRenaming"><B>propertyRenaming</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Controls which properties get renamed.
<DT><A HREF="./com/google/javascript/jscomp/PropertyRenamingPolicy.html" title="enum in com.google.javascript.jscomp"><B>PropertyRenamingPolicy</B></A> - Enum in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Policies to determine how properties should be renamed.<DT><A HREF="./com/google/javascript/jscomp/graph/GraphPruner.html#prune(com.google.common.base.Predicate)"><B>prune(Predicate&lt;N&gt;)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphPruner.html" title="class in com.google.javascript.jscomp.graph">GraphPruner</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/Graph.html#pushEdgeAnnotations()"><B>pushEdgeAnnotations()</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/Graph.html" title="class in com.google.javascript.jscomp.graph">Graph</A>
<DD>Pushes edges' annotation values.
<DT><A HREF="./com/google/javascript/jscomp/graph/Graph.html#pushNodeAnnotations()"><B>pushNodeAnnotations()</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/Graph.html" title="class in com.google.javascript.jscomp.graph">Graph</A>
<DD>Pushes nodes' annotation values.
<DT><A HREF="./com/google/javascript/rhino/Node.html#putBooleanProp(int, boolean)"><B>putBooleanProp(int, boolean)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#putIntProp(int, int)"><B>putIntProp(int, int)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#putProp(int, java.lang.Object)"><B>putProp(int, Object)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_Q_"><!-- --></A><H2>
<B>Q</B></H2>
<DL>
<DT><A HREF="./com/google/javascript/rhino/Token.html#QMARK"><B>QMARK</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/Node.html#QUOTED_PROP"><B>QUOTED_PROP</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#RANGE_ERROR_FUNCTION_TYPE"><B>RANGE_ERROR_FUNCTION_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#RANGE_ERROR_TYPE"><B>RANGE_ERROR_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphReachability.html#REACHABLE"><B>REACHABLE</B></A> -
Static variable in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphReachability.html" title="class in com.google.javascript.jscomp.graph">GraphReachability</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/Reader.html" title="class in com.google.javascript.jscomp.jsonml"><B>Reader</B></A> - Class in <A HREF="./com/google/javascript/jscomp/jsonml/package-summary.html">com.google.javascript.jscomp.jsonml</A><DD>Traverse JsonML source tree and generates AST.<DT><A HREF="./com/google/javascript/jscomp/jsonml/Reader.html#Reader()"><B>Reader()</B></A> -
Constructor for class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/Reader.html" title="class in com.google.javascript.jscomp.jsonml">Reader</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#rebuildInputsFromModules()"><B>rebuildInputsFromModules()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Rebuilds the internal list of inputs by iterating over all modules.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#recentChange"><B>recentChange</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphReachability.html#recompute(N)"><B>recompute(N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphReachability.html" title="class in com.google.javascript.jscomp.graph">GraphReachability</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordBaseType(com.google.javascript.rhino.JSTypeExpression)"><B>recordBaseType(JSTypeExpression)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records a base type.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordBlockDescription(java.lang.String)"><B>recordBlockDescription(String)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records a block-level description.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordConsistentIdGenerator()"><B>recordConsistentIdGenerator()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records that the <A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> being built should have its
<A HREF="./com/google/javascript/rhino/JSDocInfo.html#isConsistentIdGenerator()"><CODE>JSDocInfo.isConsistentIdGenerator()</CODE></A> flag set to
<code>true</code>.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordConstancy()"><B>recordConstancy()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records that the <A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> being built should have its
<A HREF="./com/google/javascript/rhino/JSDocInfo.html#isConstant()"><CODE>JSDocInfo.isConstant()</CODE></A> flag set to <code>true</code>.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordConstructor()"><B>recordConstructor()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records that the <A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> being built should have its
<A HREF="./com/google/javascript/rhino/JSDocInfo.html#isConstructor()"><CODE>JSDocInfo.isConstructor()</CODE></A> flag set to <code>true</code>.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordDefineType(com.google.javascript.rhino.JSTypeExpression)"><B>recordDefineType(JSTypeExpression)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records the type of a define.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordDeprecated()"><B>recordDeprecated()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records that the <A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> being built should have its
<A HREF="./com/google/javascript/rhino/JSDocInfo.html#isDeprecated()"><CODE>JSDocInfo.isDeprecated()</CODE></A> flag set to <code>true</code>.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordDeprecationReason(java.lang.String)"><B>recordDeprecationReason(String)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records the deprecation reason.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordDescription(java.lang.String)"><B>recordDescription(String)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records a description giving context for translation (i18n).
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordEnumParameterType(com.google.javascript.rhino.JSTypeExpression)"><B>recordEnumParameterType(JSTypeExpression)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records a parameter type to an enum.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordExport()"><B>recordExport()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records that the <A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> being built should have its
<A HREF="./com/google/javascript/rhino/JSDocInfo.html#isExport()"><CODE>JSDocInfo.isExport()</CODE></A> flag set to <code>true</code>.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordExpose()"><B>recordExpose()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records that the <A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> being built should have its
<A HREF="./com/google/javascript/rhino/JSDocInfo.html#isExpose()"><CODE>JSDocInfo.isExpose()</CODE></A> flag set to <code>true</code>.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordExtendedInterface(com.google.javascript.rhino.JSTypeExpression)"><B>recordExtendedInterface(JSTypeExpression)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records an extended interface type.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordExterns()"><B>recordExterns()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records that the <A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> being built should have its
<A HREF="./com/google/javascript/rhino/JSDocInfo.html#isExterns()"><CODE>JSDocInfo.isExterns()</CODE></A> flag set to <code>true</code>.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordFileOverview(java.lang.String)"><B>recordFileOverview(String)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records a fileoverview description.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#recordFunctionInformation"><B>recordFunctionInformation</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Record function information
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordHiddenness()"><B>recordHiddenness()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records that the <A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> being built should have its
<A HREF="./com/google/javascript/rhino/JSDocInfo.html#isHidden()"><CODE>JSDocInfo.isHidden()</CODE></A> flag set to <code>true</code>.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordIdGenerator()"><B>recordIdGenerator()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records that the <A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> being built should have its
<A HREF="./com/google/javascript/rhino/JSDocInfo.html#isIdGenerator()"><CODE>JSDocInfo.isIdGenerator()</CODE></A> flag set to
<code>true</code>.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordImplementedInterface(com.google.javascript.rhino.JSTypeExpression)"><B>recordImplementedInterface(JSTypeExpression)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records an implemented interface.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordImplicitCast()"><B>recordImplicitCast()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records that the <A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> being built should have its
<A HREF="./com/google/javascript/rhino/JSDocInfo.html#isImplicitCast()"><CODE>JSDocInfo.isImplicitCast()</CODE></A> flag set to <code>true</code>.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordInterface()"><B>recordInterface()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records that the <A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> being built should have its
<A HREF="./com/google/javascript/rhino/JSDocInfo.html#isInterface()"><CODE>JSDocInfo.isInterface()</CODE></A> flag set to <code>true</code>.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordJavaDispatch()"><B>recordJavaDispatch()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records that the <A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> being built should have its
<A HREF="./com/google/javascript/rhino/JSDocInfo.html#isJavaDispatch()"><CODE>JSDocInfo.isJavaDispatch()</CODE></A> flag set to <code>true</code>.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordLends(java.lang.String)"><B>recordLends(String)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records that we're lending to another name.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordMeaning(java.lang.String)"><B>recordMeaning(String)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records a meaning giving context for translation (i18n).
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordModifies(java.util.Set)"><B>recordModifies(Set&lt;String&gt;)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records the list of modifies warnings.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordNoAlias()"><B>recordNoAlias()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records that the <A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> being built should have its
<A HREF="./com/google/javascript/rhino/JSDocInfo.html#isNoAlias()"><CODE>JSDocInfo.isNoAlias()</CODE></A> flag set to <code>true</code>.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordNoCompile()"><B>recordNoCompile()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records that the <A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> being built should have its
<A HREF="./com/google/javascript/rhino/JSDocInfo.html#isNoCompile()"><CODE>JSDocInfo.isNoCompile()</CODE></A> flag set to <code>true</code>.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordNoShadow()"><B>recordNoShadow()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records that the <A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> being built should have its
<A HREF="./com/google/javascript/rhino/JSDocInfo.html#isNoShadow()"><CODE>JSDocInfo.isNoShadow()</CODE></A> flag set to <code>true</code>.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordNoSideEffects()"><B>recordNoSideEffects()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records that the <A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> being built should have its
<A HREF="./com/google/javascript/rhino/JSDocInfo.html#isNoSideEffects()"><CODE>JSDocInfo.isNoSideEffects()</CODE></A> flag set to <code>true</code>.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordNoTypeCheck()"><B>recordNoTypeCheck()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records that the <A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> being built should have its
<A HREF="./com/google/javascript/rhino/JSDocInfo.html#isNoTypeCheck()"><CODE>JSDocInfo.isNoTypeCheck()</CODE></A> flag set to <code>true</code>.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordOriginalCommentString(java.lang.String)"><B>recordOriginalCommentString(String)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Sets the original JSDoc comment string.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordOverride()"><B>recordOverride()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records that the <A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> being built should have its
<A HREF="./com/google/javascript/rhino/JSDocInfo.html#isOverride()"><CODE>JSDocInfo.isOverride()</CODE></A> flag set to <code>true</code>.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordParameter(java.lang.String, com.google.javascript.rhino.JSTypeExpression)"><B>recordParameter(String, JSTypeExpression)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records a typed parameter.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordParameterDescription(java.lang.String, java.lang.String)"><B>recordParameterDescription(String, String)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records a parameter's description.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordPreserveTry()"><B>recordPreserveTry()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records that the <A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> being built should have its
<A HREF="./com/google/javascript/rhino/JSDocInfo.html#shouldPreserveTry()"><CODE>JSDocInfo.shouldPreserveTry()</CODE></A> flag set to <code>true</code>.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordReturnDescription(java.lang.String)"><B>recordReturnDescription(String)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records a return description
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordReturnType(com.google.javascript.rhino.JSTypeExpression)"><B>recordReturnType(JSTypeExpression)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records a return type.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordSuppressions(java.util.Set)"><B>recordSuppressions(Set&lt;String&gt;)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records the list of suppressed warnings.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordTemplateTypeName(java.lang.String)"><B>recordTemplateTypeName(String)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records a template type name.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordThisType(com.google.javascript.rhino.JSTypeExpression)"><B>recordThisType(JSTypeExpression)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records a type for <code>@this</code> annotation.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordThrowDescription(com.google.javascript.rhino.JSTypeExpression, java.lang.String)"><B>recordThrowDescription(JSTypeExpression, String)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records a throw type's description.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordThrowType(com.google.javascript.rhino.JSTypeExpression)"><B>recordThrowType(JSTypeExpression)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records a thrown type.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordType(com.google.javascript.rhino.JSTypeExpression)"><B>recordType(JSTypeExpression)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records a type.
<DT><A HREF="./com/google/javascript/rhino/jstype/RecordTypeBuilder.html" title="class in com.google.javascript.rhino.jstype"><B>RecordTypeBuilder</B></A> - Class in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>A builder for record types.<DT><A HREF="./com/google/javascript/rhino/jstype/RecordTypeBuilder.html#RecordTypeBuilder(com.google.javascript.rhino.jstype.JSTypeRegistry)"><B>RecordTypeBuilder(JSTypeRegistry)</B></A> -
Constructor for class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/RecordTypeBuilder.html" title="class in com.google.javascript.rhino.jstype">RecordTypeBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordTypedef(com.google.javascript.rhino.JSTypeExpression)"><B>recordTypedef(JSTypeExpression)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records that the <A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> being built should be populated
with a <code>typedef</code>'d type.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordVersion(java.lang.String)"><B>recordVersion(String)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records the version.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#recordVisibility(com.google.javascript.rhino.JSDocInfo.Visibility)"><B>recordVisibility(JSDocInfo.Visibility)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>Records a visibility.
<DT><A HREF="./com/google/javascript/jscomp/regex/CaseCanonicalize.html#reduceToMinimum(com.google.javascript.jscomp.regex.CharRanges)"><B>reduceToMinimum(CharRanges)</B></A> -
Static method in class com.google.javascript.jscomp.regex.<A HREF="./com/google/javascript/jscomp/regex/CaseCanonicalize.html" title="class in com.google.javascript.jscomp.regex">CaseCanonicalize</A>
<DD>Given a character range that may include case sensitive code-units,
such as <code>[0-9B-M]</code>, returns the character range that includes
the minimal set of code units such that for every code unit in the
input there is a case-sensitively equivalent canonical code unit in the
output.
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#REFERENCE_ERROR_FUNCTION_TYPE"><B>REFERENCE_ERROR_FUNCTION_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#REFERENCE_ERROR_TYPE"><B>REFERENCE_ERROR_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/IR.html#regexp(com.google.javascript.rhino.Node)"><B>regexp(Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/IR.html#regexp(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>regexp(Node, Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#REGEXP"><B>REGEXP</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#REGEXP_FUNCTION_TYPE"><B>REGEXP_FUNCTION_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#REGEXP_TYPE"><B>REGEXP_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/regex/RegExpTree.html" title="class in com.google.javascript.jscomp.regex"><B>RegExpTree</B></A> - Class in <A HREF="./com/google/javascript/jscomp/regex/package-summary.html">com.google.javascript.jscomp.regex</A><DD>An AST for JavaScript regular expressions.<DT><A HREF="./com/google/javascript/jscomp/regex/RegExpTree.html#RegExpTree()"><B>RegExpTree()</B></A> -
Constructor for class com.google.javascript.jscomp.regex.<A HREF="./com/google/javascript/jscomp/regex/RegExpTree.html" title="class in com.google.javascript.jscomp.regex">RegExpTree</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Region.html" title="interface in com.google.javascript.jscomp"><B>Region</B></A> - Interface in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Source code region.<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.html#registerAllExtensions(com.google.protobuf.ExtensionRegistry)"><B>registerAllExtensions(ExtensionRegistry)</B></A> -
Static method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInfo.html#registerAllExtensions(com.google.protobuf.ExtensionRegistry)"><B>registerAllExtensions(ExtensionRegistry)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInfo.html" title="class in com.google.javascript.jscomp">FunctionInfo</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/InstrumentationTemplate.html#registerAllExtensions(com.google.protobuf.ExtensionRegistry)"><B>registerAllExtensions(ExtensionRegistry)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/InstrumentationTemplate.html" title="class in com.google.javascript.jscomp">InstrumentationTemplate</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#registerPropertyOnType(java.lang.String, com.google.javascript.rhino.jstype.JSType)"><B>registerPropertyOnType(String, JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Tells the type system that <code>owner</code> may have a property named
<code>propertyName</code>.
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#registry"><B>registry</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JSModule.html#remove(com.google.javascript.jscomp.CompilerInput)"><B>remove(CompilerInput)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModule.html" title="class in com.google.javascript.jscomp">JSModule</A>
<DD>Removes an input from this module.
<DT><A HREF="./com/google/javascript/jscomp/JSModule.html#removeAll()"><B>removeAll()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModule.html" title="class in com.google.javascript.jscomp">JSModule</A>
<DD>Removes all of the inputs from this module.
<DT><A HREF="./com/google/javascript/jscomp/JSModule.html#removeByName(java.lang.String)"><B>removeByName(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModule.html" title="class in com.google.javascript.jscomp">JSModule</A>
<DD>Removes any input with the given name.
<DT><A HREF="./com/google/javascript/rhino/Node.html#removeChild(com.google.javascript.rhino.Node)"><B>removeChild(Node)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Detach a child from its parent and siblings.
<DT><A HREF="./com/google/javascript/rhino/Node.html#removeChildAfter(com.google.javascript.rhino.Node)"><B>removeChildAfter(Node)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#removeChildren()"><B>removeChildren()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#removeDeadCode"><B>removeDeadCode</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Removes code that will never execute
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#removeEntry(int)"><B>removeEntry(int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#removeExternInput(com.google.javascript.rhino.InputId)"><B>removeExternInput(InputId)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Removes an input file from AST.
<DT><A HREF="./com/google/javascript/rhino/Node.html#removeFirstChild()"><B>removeFirstChild()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Removes the first child of Node.
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#removeModule(int)"><B>removeModule(int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#removeProp(int)"><B>removeProp(int)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html#removeProperty(java.lang.String)"><B>removeProperty(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html" title="class in com.google.javascript.rhino.jstype">NoObjectType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#removeProperty(java.lang.String)"><B>removeProperty(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>Removes the declared or inferred property from this ObjectType.
<DT><A HREF="./com/google/javascript/jscomp/CompilerInput.html#removeRequire(java.lang.String)"><B>removeRequire(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerInput.html" title="class in com.google.javascript.jscomp">CompilerInput</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#removeTryCatchFinally"><B>removeTryCatchFinally</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Removes try...catch...finally blocks for easier debugging
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#removeUnusedLocalVars"><B>removeUnusedLocalVars</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Removes unused variables in local scope.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#removeUnusedPrototypeProperties"><B>removeUnusedPrototypeProperties</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Removes unused member prototypes
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#removeUnusedPrototypePropertiesInExterns"><B>removeUnusedPrototypePropertiesInExterns</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Tells AnalyzePrototypeProperties it can remove externed props.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#removeUnusedVars"><B>removeUnusedVars</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Removes unused variables
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#renamePrefix"><B>renamePrefix</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Specifies a prefix for all globals
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#renamePrefixNamespace"><B>renamePrefixNamespace</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Specifies the name of an object that will be used to store all non-extern
globals.
<DT><A HREF="./com/google/javascript/rhino/Node.html#replaceChild(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>replaceChild(Node, Node)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Detaches child from Node and replaces it with newChild.
<DT><A HREF="./com/google/javascript/rhino/Node.html#replaceChildAfter(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>replaceChildAfter(Node, Node)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#replaceScript(com.google.javascript.jscomp.JsAst)"><B>replaceScript(JsAst)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Replaces one file in a hot-swap mode.
<DT><A HREF="./com/google/javascript/jscomp/AbstractCompiler.html#report(com.google.javascript.jscomp.JSError)"><B>report(JSError)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/AbstractCompiler.html" title="class in com.google.javascript.jscomp">AbstractCompiler</A>
<DD>Report an error or warning.
<DT><A HREF="./com/google/javascript/jscomp/BasicErrorManager.html#report(com.google.javascript.jscomp.CheckLevel, com.google.javascript.jscomp.JSError)"><B>report(CheckLevel, JSError)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/BasicErrorManager.html" title="class in com.google.javascript.jscomp">BasicErrorManager</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#report(com.google.javascript.jscomp.JSError)"><B>report(JSError)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ErrorHandler.html#report(com.google.javascript.jscomp.CheckLevel, com.google.javascript.jscomp.JSError)"><B>report(CheckLevel, JSError)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ErrorHandler.html" title="interface in com.google.javascript.jscomp">ErrorHandler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ErrorManager.html#report(com.google.javascript.jscomp.CheckLevel, com.google.javascript.jscomp.JSError)"><B>report(CheckLevel, JSError)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ErrorManager.html" title="interface in com.google.javascript.jscomp">ErrorManager</A>
<DD>Reports an error.
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.html#report(com.google.javascript.rhino.Node, com.google.javascript.jscomp.DiagnosticType, java.lang.String...)"><B>report(Node, DiagnosticType, String...)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.html" title="class in com.google.javascript.jscomp">NodeTraversal</A>
<DD>Reports a diagnostic (error or warning)
<DT><A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.WhitelistBuilder.html#report(com.google.javascript.jscomp.CheckLevel, com.google.javascript.jscomp.JSError)"><B>report(CheckLevel, JSError)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.WhitelistBuilder.html" title="class in com.google.javascript.jscomp">WhitelistWarningsGuard.WhitelistBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#REPORT_CALL_FIELD_NUMBER"><B>REPORT_CALL_FIELD_NUMBER</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#REPORT_DEFINED_FIELD_NUMBER"><B>REPORT_DEFINED_FIELD_NUMBER</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#REPORT_EXIT_FIELD_NUMBER"><B>REPORT_EXIT_FIELD_NUMBER</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/AbstractCompiler.html#reportCodeChange()"><B>reportCodeChange()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/AbstractCompiler.html" title="class in com.google.javascript.jscomp">AbstractCompiler</A>
<DD>Report code changes.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#reportCodeChange()"><B>reportCodeChange()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>All passes should call reportCodeChange() when they alter
the JS tree structure.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#reportMissingOverride"><B>reportMissingOverride</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#reserveRawExports"><B>reserveRawExports</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Reserve property names on the global this object.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGenerator.html#reset()"><B>reset()</B></A> -
Method in interface com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGenerator.html" title="interface in com.google.debugging.sourcemap">SourceMapGenerator</A>
<DD>Resets the source map for reuse.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV1.html#reset()"><B>reset()</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV1.html" title="class in com.google.debugging.sourcemap">SourceMapGeneratorV1</A>
<DD>Resets the source map for reuse for the generation of a new source file.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV2.html#reset()"><B>reset()</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV2.html" title="class in com.google.debugging.sourcemap">SourceMapGeneratorV2</A>
<DD>Resets the source map for reuse.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV3.html#reset()"><B>reset()</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV3.html" title="class in com.google.debugging.sourcemap">SourceMapGeneratorV3</A>
<DD>Resets the source map for reuse.
<DT><A HREF="./com/google/javascript/jscomp/SourceMap.html#reset()"><B>reset()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceMap.html" title="class in com.google.javascript.jscomp">SourceMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#resetForTypeCheck()"><B>resetForTypeCheck()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Reset to run the TypeCheck pass.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#resetImplicitPrototype(com.google.javascript.rhino.jstype.JSType, com.google.javascript.rhino.jstype.ObjectType)"><B>resetImplicitPrototype(JSType, ObjectType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Set the implicit prototype if it's possible to do so.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#resetWarningsGuard()"><B>resetWarningsGuard()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Reset the warnings guard.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#resolve(com.google.javascript.rhino.ErrorReporter, com.google.javascript.rhino.jstype.StaticScope)"><B>resolve(ErrorReporter, StaticScope&lt;JSType&gt;)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Resolve this type in the given scope.
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#resolve(com.google.javascript.rhino.JSTypeExpression, java.lang.String...)"><B>resolve(JSTypeExpression, String...)</B></A> -
Method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>Resolves a type expression, expecting the given warnings.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#resolveTypesInScope(com.google.javascript.rhino.jstype.StaticScope)"><B>resolveTypesInScope(StaticScope&lt;JSType&gt;)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Resolve all the unresolved types in the given scope.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#restrictByNotNullOrUndefined()"><B>restrictByNotNullOrUndefined()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>If this is a union type, returns a union type that does not include
the null or undefined type.
<DT><A HREF="./com/google/javascript/rhino/jstype/NullType.html#restrictByNotNullOrUndefined()"><B>restrictByNotNullOrUndefined()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NullType.html" title="class in com.google.javascript.rhino.jstype">NullType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/UnionType.html#restrictByNotNullOrUndefined()"><B>restrictByNotNullOrUndefined()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnionType.html" title="class in com.google.javascript.rhino.jstype">UnionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/VoidType.html#restrictByNotNullOrUndefined()"><B>restrictByNotNullOrUndefined()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/VoidType.html" title="class in com.google.javascript.rhino.jstype">VoidType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Result.html" title="class in com.google.javascript.jscomp"><B>Result</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Compilation results<DT><A HREF="./com/google/javascript/jscomp/Result.html#Result(com.google.javascript.jscomp.JSError[], com.google.javascript.jscomp.JSError[], java.lang.String, com.google.javascript.jscomp.VariableMap, com.google.javascript.jscomp.VariableMap, com.google.javascript.jscomp.VariableMap, com.google.javascript.jscomp.FunctionInformationMap, com.google.javascript.jscomp.SourceMap, java.lang.String)"><B>Result(JSError[], JSError[], String, VariableMap, VariableMap, VariableMap, FunctionInformationMap, SourceMap, String)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Result.html" title="class in com.google.javascript.jscomp">Result</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#RETURN"><B>RETURN</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/IR.html#returnNode()"><B>returnNode()</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/IR.html#returnNode(com.google.javascript.rhino.Node)"><B>returnNode(Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#rewriteFunctionExpressions"><B>rewriteFunctionExpressions</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Reduces the size of common function expressions.
<DT><A HREF="./com/google/javascript/rhino/Token.html#RSH"><B>RSH</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/jscomp/PerformanceTracker.Stats.html#runs"><B>runs</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/PerformanceTracker.Stats.html" title="class in com.google.javascript.jscomp">PerformanceTracker.Stats</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/PerformanceTracker.Stats.html#runtime"><B>runtime</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/PerformanceTracker.Stats.html" title="class in com.google.javascript.jscomp">PerformanceTracker.Stats</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/testing/TestErrorReporter.html#runtimeError(java.lang.String, java.lang.String, int, java.lang.String, int)"><B>runtimeError(String, String, int, String, int)</B></A> -
Method in class com.google.javascript.jscomp.testing.<A HREF="./com/google/javascript/jscomp/testing/TestErrorReporter.html" title="class in com.google.javascript.jscomp.testing">TestErrorReporter</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./com/google/javascript/jscomp/VariableMap.html#save(java.lang.String)"><B>save(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/VariableMap.html" title="class in com.google.javascript.jscomp">VariableMap</A>
<DD>Saves the variable map to a file.
<DT><A HREF="./com/google/javascript/jscomp/Scope.html" title="class in com.google.javascript.jscomp"><B>Scope</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Scope contains information about a variable scope in javascript.<DT><A HREF="./com/google/javascript/jscomp/Scope.Arguments.html" title="class in com.google.javascript.jscomp"><B>Scope.Arguments</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>A special subclass of Var used to distinguish "arguments" in the current
scope.<DT><A HREF="./com/google/javascript/jscomp/Scope.Var.html" title="class in com.google.javascript.jscomp"><B>Scope.Var</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Stores info about a variable<DT><A HREF="./com/google/javascript/rhino/IR.html#script(com.google.javascript.rhino.Node...)"><B>script(Node...)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#SCRIPT"><B>SCRIPT</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/ScriptRuntime.html" title="class in com.google.javascript.rhino"><B>ScriptRuntime</B></A> - Class in <A HREF="./com/google/javascript/rhino/package-summary.html">com.google.javascript.rhino</A><DD>This is the class that implements the runtime.<DT><A HREF="./com/google/javascript/rhino/ScriptRuntime.html#ScriptRuntime()"><B>ScriptRuntime()</B></A> -
Constructor for class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/ScriptRuntime.html" title="class in com.google.javascript.rhino">ScriptRuntime</A>
<DD>No instances should be created.
<DT><A HREF="./com/google/javascript/jscomp/jsonml/SecureCompiler.html" title="class in com.google.javascript.jscomp.jsonml"><B>SecureCompiler</B></A> - Class in <A HREF="./com/google/javascript/jscomp/jsonml/package-summary.html">com.google.javascript.jscomp.jsonml</A><DD>Compilation of JavaScript code which guarantees that all security
capabilities are preserved after the process.<DT><A HREF="./com/google/javascript/jscomp/jsonml/SecureCompiler.html#SecureCompiler()"><B>SecureCompiler()</B></A> -
Constructor for class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/SecureCompiler.html" title="class in com.google.javascript.jscomp.jsonml">SecureCompiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/SecureCompiler.Report.html" title="class in com.google.javascript.jscomp.jsonml"><B>SecureCompiler.Report</B></A> - Class in <A HREF="./com/google/javascript/jscomp/jsonml/package-summary.html">com.google.javascript.jscomp.jsonml</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/rhino/InputId.html#serialVersionUID"><B>serialVersionUID</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/InputId.html" title="class in com.google.javascript.rhino">InputId</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#SET"><B>SET</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setAcceptConstKeyword(boolean)"><B>setAcceptConstKeyword(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>If true, accept `const' keyword.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setAggressiveVarCheck(com.google.javascript.jscomp.CheckLevel)"><B>setAggressiveVarCheck(CheckLevel)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Checks for suspicious variable definitions and undefined variables
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setAliasableGlobals(java.lang.String)"><B>setAliasableGlobals(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>A comma separated white-list of global names.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setAliasableStrings(java.util.Set)"><B>setAliasableStrings(Set&lt;String&gt;)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setAliasAllStrings(boolean)"><B>setAliasAllStrings(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setAliasExternals(boolean)"><B>setAliasExternals(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setAliasKeywords(boolean)"><B>setAliasKeywords(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setAliasStringsBlacklist(java.lang.String)"><B>setAliasStringsBlacklist(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setAliasTransformationHandler(com.google.javascript.jscomp.CompilerOptions.AliasTransformationHandler)"><B>setAliasTransformationHandler(CompilerOptions.AliasTransformationHandler)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.SideEffectFlags.html#setAllFlags()"><B>setAllFlags()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.SideEffectFlags.html" title="class in com.google.javascript.rhino">Node.SideEffectFlags</A>
<DD>All side-effect occur and the returned results are non-local.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setAmbiguateProperties(boolean)"><B>setAmbiguateProperties(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/Annotatable.html#setAnnotation(com.google.javascript.jscomp.graph.Annotation)"><B>setAnnotation(Annotation)</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/Annotatable.html" title="interface in com.google.javascript.jscomp.graph">Annotatable</A>
<DD>Annotates a piece of information to the object.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setAnonymousFunctionNaming(com.google.javascript.jscomp.AnonymousFunctionNamingPolicy)"><B>setAnonymousFunctionNaming(AnonymousFunctionNamingPolicy)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#setAppNameSetter(java.lang.String)"><B>setAppNameSetter(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setAppNameStr(java.lang.String)"><B>setAppNameStr(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>App identifier string for use by the instrumentation template's
app_name_setter.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#setAssociatedNode(com.google.javascript.rhino.Node)"><B>setAssociatedNode(Node)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Sets the node associated with this JSDoc.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setAssumeClosuresOnlyCaptureReferences(boolean)"><B>setAssumeClosuresOnlyCaptureReferences(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Whether to assume closures capture only what they reference.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setAssumeStrictThis(boolean)"><B>setAssumeStrictThis(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>If true, enables enables additional optimizations.
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html#setAttribute(com.google.javascript.jscomp.jsonml.TagAttr, java.lang.Object)"><B>setAttribute(TagAttr, Object)</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html" title="class in com.google.javascript.jscomp.jsonml">JsonML</A>
<DD>Sets value for a given attribute.
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html#setAttributes(java.util.Map)"><B>setAttributes(Map&lt;TagAttr, Object&gt;)</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html" title="class in com.google.javascript.jscomp.jsonml">JsonML</A>
<DD>Sets attributes of the JsonML element.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setBrokenClosureRequiresLevel(com.google.javascript.jscomp.CheckLevel)"><B>setBrokenClosureRequiresLevel(CheckLevel)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Sets the check level for bad Closure require calls.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setChainCalls(boolean)"><B>setChainCalls(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>If true, chain calls to functions that return this.
<DT><A HREF="./com/google/javascript/rhino/Node.html#setCharno(int)"><B>setCharno(int)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setCheckCaja(boolean)"><B>setCheckCaja(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setCheckControlStructures(boolean)"><B>setCheckControlStructures(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setCheckGlobalNamesLevel(com.google.javascript.jscomp.CheckLevel)"><B>setCheckGlobalNamesLevel(CheckLevel)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Checks the integrity of references to qualified global names.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setCheckGlobalThisLevel(com.google.javascript.jscomp.CheckLevel)"><B>setCheckGlobalThisLevel(CheckLevel)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Checks for certain uses of the <code>this</code> keyword that are considered
unsafe because they are likely to reference the global <code>this</code>
object unintentionally.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setCheckMissingGetCssNameBlacklist(java.lang.String)"><B>setCheckMissingGetCssNameBlacklist(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setCheckMissingGetCssNameLevel(com.google.javascript.jscomp.CheckLevel)"><B>setCheckMissingGetCssNameLevel(CheckLevel)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Checks that certain string literals only appear in strings used as
goog.getCssName arguments.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setCheckMissingReturn(com.google.javascript.jscomp.CheckLevel)"><B>setCheckMissingReturn(CheckLevel)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Checks for missing return statements
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setCheckProvides(com.google.javascript.jscomp.CheckLevel)"><B>setCheckProvides(CheckLevel)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Checks for missing goog.provides() calls
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setCheckRequires(com.google.javascript.jscomp.CheckLevel)"><B>setCheckRequires(CheckLevel)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setCheckSuspiciousCode(boolean)"><B>setCheckSuspiciousCode(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setCheckSymbols(boolean)"><B>setCheckSymbols(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setCheckTypes(boolean)"><B>setCheckTypes(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setCheckUnreachableCode(com.google.javascript.jscomp.CheckLevel)"><B>setCheckUnreachableCode(CheckLevel)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Checks for unreachable code
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html#setChild(int, com.google.javascript.jscomp.jsonml.JsonML)"><B>setChild(int, JsonML)</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html" title="class in com.google.javascript.jscomp.jsonml">JsonML</A>
<DD>Replaces the element at the given position in the list of children wit
the given JsonML element.
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html#setChildren(com.google.javascript.jscomp.jsonml.JsonML...)"><B>setChildren(JsonML...)</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html" title="class in com.google.javascript.jscomp.jsonml">JsonML</A>
<DD>Replaces all elements in the list of children with the given
JsonML elements.
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html#setChildren(java.util.List)"><B>setChildren(List&lt;JsonML&gt;)</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html" title="class in com.google.javascript.jscomp.jsonml">JsonML</A>
<DD>Replaces all elements in the list of children with the given
list of JsonML elements..
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setClosurePass(boolean)"><B>setClosurePass(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setCoalesceVariableNames(boolean)"><B>setCoalesceVariableNames(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setCodingConvention(com.google.javascript.jscomp.CodingConvention)"><B>setCodingConvention(CodingConvention)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setCollapseAnonymousFunctions(boolean)"><B>setCollapseAnonymousFunctions(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setCollapseObjectLiterals(boolean)"><B>setCollapseObjectLiterals(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setCollapseProperties(boolean)"><B>setCollapseProperties(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setCollapsePropertiesOnExternTypes(boolean)"><B>setCollapsePropertiesOnExternTypes(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>If true, flattens multi-level property names on extern types
(e.g.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setCollapseVariableDeclarations(boolean)"><B>setCollapseVariableDeclarations(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/AbstractMessageFormatter.html#setColorize(boolean)"><B>setColorize(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/AbstractMessageFormatter.html" title="class in com.google.javascript.jscomp">AbstractMessageFormatter</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setColorizeErrorOutput(boolean)"><B>setColorizeErrorOutput(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html#setColumnPosition(int)"><B>setColumnPosition(int)</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html#setColumnPosition(int)"><B>setColumnPosition(int)</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setCommonJSModulePathPrefix(java.lang.String)"><B>setCommonJSModulePathPrefix(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Sets a path prefix for Common JS modules.
<DT><A HREF="./com/google/javascript/jscomp/ant/CompileTask.html#setCompilationLevel(java.lang.String)"><B>setCompilationLevel(String)</B></A> -
Method in class com.google.javascript.jscomp.ant.<A HREF="./com/google/javascript/jscomp/ant/CompileTask.html" title="class in com.google.javascript.jscomp.ant">CompileTask</A>
<DD>Set the compilation level.
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#setCompiledSource(java.lang.String)"><B>setCompiledSource(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html#setCompiledSource(java.lang.String)"><B>setCompiledSource(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerInput.html#setCompiler(com.google.javascript.jscomp.AbstractCompiler)"><B>setCompiler(AbstractCompiler)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerInput.html" title="class in com.google.javascript.jscomp">CompilerInput</A>
<DD>Sets an abstract compiler for doing parsing.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setComputeFunctionSideEffects(boolean)"><B>setComputeFunctionSideEffects(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setConvertToDottedProperties(boolean)"><B>setConvertToDottedProperties(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setCrossModuleCodeMotion(boolean)"><B>setCrossModuleCodeMotion(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setCrossModuleMethodMotion(boolean)"><B>setCrossModuleMethodMotion(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setCssRenamingMap(com.google.javascript.jscomp.CssRenamingMap)"><B>setCssRenamingMap(CssRenamingMap)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ant/CompileTask.html#setCustomExternsOnly(boolean)"><B>setCustomExternsOnly(boolean)</B></A> -
Method in class com.google.javascript.jscomp.ant.<A HREF="./com/google/javascript/jscomp/ant/CompileTask.html" title="class in com.google.javascript.jscomp.ant">CompileTask</A>
<DD>Use only custom externs.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setCustomPasses(com.google.common.collect.Multimap)"><B>setCustomPasses(Multimap&lt;CustomPassExecutionTime, CompilerPass&gt;)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setDeadAssignmentElimination(boolean)"><B>setDeadAssignmentElimination(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ant/CompileTask.html#setDebug(boolean)"><B>setDebug(boolean)</B></A> -
Method in class com.google.javascript.jscomp.ant.<A HREF="./com/google/javascript/jscomp/ant/CompileTask.html" title="class in com.google.javascript.jscomp.ant">CompileTask</A>
<DD>Enable debugging options.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setDebugFunctionSideEffectsPath(java.lang.String)"><B>setDebugFunctionSideEffectsPath(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilationLevel.html#setDebugOptionsForCompilationLevel(com.google.javascript.jscomp.CompilerOptions)"><B>setDebugOptionsForCompilationLevel(CompilerOptions)</B></A> -
Method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilationLevel.html" title="enum in com.google.javascript.jscomp">CompilationLevel</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#setDeclarationToRemove(int, java.lang.String)"><B>setDeclarationToRemove(int, String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setDefineReplacements(java.util.Map)"><B>setDefineReplacements(Map&lt;String, Object&gt;)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setDefineToBooleanLiteral(java.lang.String, boolean)"><B>setDefineToBooleanLiteral(String, boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Sets the value of the <code>@define</code> variable in JS
to a boolean literal.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setDefineToDoubleLiteral(java.lang.String, double)"><B>setDefineToDoubleLiteral(String, double)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Sets the value of the <code>@define</code> variable in JS to a
number literal.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setDefineToNumberLiteral(java.lang.String, int)"><B>setDefineToNumberLiteral(String, int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Sets the value of the <code>@define</code> variable in JS to a
number literal.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setDefineToStringLiteral(java.lang.String, java.lang.String)"><B>setDefineToStringLiteral(String, String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Sets the value of the <code>@define</code> variable in JS to a
String literal.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setDependencyOptions(com.google.javascript.jscomp.DependencyOptions)"><B>setDependencyOptions(DependencyOptions)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Sets dependency options.
<DT><A HREF="./com/google/javascript/jscomp/DependencyOptions.html#setDependencyPruning(boolean)"><B>setDependencyPruning(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DependencyOptions.html" title="class in com.google.javascript.jscomp">DependencyOptions</A>
<DD>Enables or disables dependency pruning mode.
<DT><A HREF="./com/google/javascript/jscomp/DependencyOptions.html#setDependencySorting(boolean)"><B>setDependencySorting(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DependencyOptions.html" title="class in com.google.javascript.jscomp">DependencyOptions</A>
<DD>Enables or disables dependency sorting mode.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#setDeprecated(boolean)"><B>setDeprecated(boolean)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JSModule.html#setDepth(int)"><B>setDepth(int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModule.html" title="class in com.google.javascript.jscomp">JSModule</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.Builder.html#setDesc(java.lang.String)"><B>setDesc(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.Builder.html" title="class in com.google.javascript.jscomp">JsMessage.Builder</A>
<DD>Sets the description of the message, which helps translators.
<DT><A HREF="./com/google/javascript/jscomp/graph/DiGraph.DiGraphEdge.html#setDestination(com.google.javascript.jscomp.graph.DiGraph.DiGraphNode)"><B>setDestination(DiGraph.DiGraphNode&lt;N, E&gt;)</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/DiGraph.DiGraphEdge.html" title="interface in com.google.javascript.jscomp.graph">DiGraph.DiGraphEdge</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setDevirtualizePrototypeMethods(boolean)"><B>setDevirtualizePrototypeMethods(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setDevMode(com.google.javascript.jscomp.CompilerOptions.DevMode)"><B>setDevMode(CompilerOptions.DevMode)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#setDirectives(java.util.Set)"><B>setDirectives(Set&lt;String&gt;)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Sets the ES5 directives on this node.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setDisambiguateProperties(boolean)"><B>setDisambiguateProperties(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#setDouble(double)"><B>setDouble(double)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Can only be called when <tt>getType() == TokenStream.NUMBER</tt>
<DT><A HREF="./com/google/javascript/jscomp/ant/CompileTask.html#setEncoding(java.lang.String)"><B>setEncoding(String)</B></A> -
Method in class com.google.javascript.jscomp.ant.<A HREF="./com/google/javascript/jscomp/ant/CompileTask.html" title="class in com.google.javascript.jscomp.ant">CompileTask</A>
<DD>Set input file encoding
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#setEntry(int, com.google.javascript.jscomp.FunctionInformationMap.Entry)"><B>setEntry(int, FunctionInformationMap.Entry)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#setEntry(int, com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder)"><B>setEntry(int, FunctionInformationMap.Entry.Builder)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DependencyOptions.html#setEntryPoints(java.util.Collection)"><B>setEntryPoints(Collection&lt;String&gt;)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DependencyOptions.html" title="class in com.google.javascript.jscomp">DependencyOptions</A>
<DD>Adds a collection of symbols to always keep.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setErrorFormat(com.google.javascript.jscomp.ErrorFormat)"><B>setErrorFormat(ErrorFormat)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setErrorHandler(com.google.javascript.jscomp.ErrorHandler)"><B>setErrorHandler(ErrorHandler)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Set a custom handler for warnings and errors.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#setErrorManager(com.google.javascript.jscomp.ErrorManager)"><B>setErrorManager(ErrorManager)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Sets the error manager.
<DT><A HREF="./com/google/javascript/rhino/testing/TestErrorReporter.html#setErrors(java.lang.String[])"><B>setErrors(String[])</B></A> -
Method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/TestErrorReporter.html" title="class in com.google.javascript.rhino.testing">TestErrorReporter</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setExportTestFunctions(boolean)"><B>setExportTestFunctions(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#setExtendedInterfaces(java.util.List)"><B>setExtendedInterfaces(List&lt;ObjectType&gt;)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setExternExports(boolean)"><B>setExternExports(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setExternExportsPath(java.lang.String)"><B>setExternExportsPath(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setExtraAnnotationNames(java.util.Set)"><B>setExtraAnnotationNames(Set&lt;String&gt;)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setExtractPrototypeMemberDeclarations(boolean)"><B>setExtractPrototypeMemberDeclarations(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setFlowSensitiveInlineVariables(boolean)"><B>setFlowSensitiveInlineVariables(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setFoldConstants(boolean)"><B>setFoldConstants(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ant/CompileTask.html#setForceRecompile(boolean)"><B>setForceRecompile(boolean)</B></A> -
Method in class com.google.javascript.jscomp.ant.<A HREF="./com/google/javascript/jscomp/ant/CompileTask.html" title="class in com.google.javascript.jscomp.ant">CompileTask</A>
<DD>Set force recompile option
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setGatherCssNames(boolean)"><B>setGatherCssNames(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ant/CompileTask.html#setGenerateExports(boolean)"><B>setGenerateExports(boolean)</B></A> -
Method in class com.google.javascript.jscomp.ant.<A HREF="./com/google/javascript/jscomp/ant/CompileTask.html" title="class in com.google.javascript.jscomp.ant">CompileTask</A>
<DD>Set generateExports option
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setGenerateExports(boolean)"><B>setGenerateExports(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setGeneratePseudoNames(boolean)"><B>setGeneratePseudoNames(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.WhitelistBuilder.html#setGeneratorTarget(java.lang.String)"><B>setGeneratorTarget(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.WhitelistBuilder.html" title="class in com.google.javascript.jscomp">WhitelistWarningsGuard.WhitelistBuilder</A>
<DD>Fill in instructions on how to generate this whitelist.
<DT><A HREF="./com/google/javascript/jscomp/ant/Warning.html#setGroup(java.lang.String)"><B>setGroup(String)</B></A> -
Method in class com.google.javascript.jscomp.ant.<A HREF="./com/google/javascript/jscomp/ant/Warning.html" title="class in com.google.javascript.jscomp.ant">Warning</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setGroupVariableDeclarations(boolean)"><B>setGroupVariableDeclarations(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#setId(int)"><B>setId(int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setIdeMode(boolean)"><B>setIdeMode(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html#setIdentifier(java.lang.String)"><B>setIdentifier(String)</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setIdGenerators(java.util.Set)"><B>setIdGenerators(Set&lt;String&gt;)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Sets the id generators to replace.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setIgnoreCajaProperties(boolean)"><B>setIgnoreCajaProperties(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Add code to skip properties that Caja adds to Object.prototype
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#setImplementedInterfaces(java.util.List)"><B>setImplementedInterfaces(List&lt;ObjectType&gt;)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setInferTypes(boolean)"><B>setInferTypes(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>If true, enables type inference.
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#setInit(int, java.lang.String)"><B>setInit(int, String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setInlineConstantVars(boolean)"><B>setInlineConstantVars(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setInlineFunctions(com.google.javascript.jscomp.CompilerOptions.Reach)"><B>setInlineFunctions(CompilerOptions.Reach)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Set the function inlining policy for the compiler.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setInlineFunctions(boolean)"><B>setInlineFunctions(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setInlineGetters(boolean)"><B>setInlineGetters(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setInlineLocalFunctions(boolean)"><B>setInlineLocalFunctions(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setInlineLocalVariables(boolean)"><B>setInlineLocalVariables(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setInlineVariables(com.google.javascript.jscomp.CompilerOptions.Reach)"><B>setInlineVariables(CompilerOptions.Reach)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Set the variable inlining policy for the compiler.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setInlineVariables(boolean)"><B>setInlineVariables(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setInputDelimiter(java.lang.String)"><B>setInputDelimiter(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#setInputId(com.google.javascript.rhino.InputId)"><B>setInputId(InputId)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setInputPropertyMapSerialized(byte[])"><B>setInputPropertyMapSerialized(byte[])</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setInputVariableMapSerialized(byte[])"><B>setInputVariableMapSerialized(byte[])</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setInstrumentationTemplate(java.lang.String)"><B>setInstrumentationTemplate(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionBuilder.html#setIsConstructor(boolean)"><B>setIsConstructor(boolean)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionBuilder.html" title="class in com.google.javascript.rhino.jstype">FunctionBuilder</A>
<DD>Set whether this is a constructor.
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.Builder.html#setIsHidden(boolean)"><B>setIsHidden(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.Builder.html" title="class in com.google.javascript.jscomp">JsMessage.Builder</A>
<DD>Sets whether the message should be hidden from volunteer translators.
<DT><A HREF="./com/google/javascript/rhino/Node.html#setIsSyntheticBlock(boolean)"><B>setIsSyntheticBlock(boolean)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Sets whether this is a synthetic block that should not be considered
a real source block.
<DT><A HREF="./com/google/javascript/rhino/SourcePosition.html#setItem(T)"><B>setItem(T)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/SourcePosition.html" title="class in com.google.javascript.rhino">SourcePosition</A>
<DD>Sets the item that this source position references.
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#setJSDocInfo(com.google.javascript.rhino.JSDocInfo)"><B>setJSDocInfo(JSDocInfo)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>Sets the docInfo for this type from the given
<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A>.
<DT><A HREF="./com/google/javascript/rhino/Node.html#setJSDocInfo(com.google.javascript.rhino.JSDocInfo)"><B>setJSDocInfo(JSDocInfo)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Sets the <A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> attached to this node.
<DT><A HREF="./com/google/javascript/rhino/Node.html#setJSType(com.google.javascript.rhino.jstype.JSType)"><B>setJSType(JSType)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.Builder.html#setKey(java.lang.String)"><B>setKey(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.Builder.html" title="class in com.google.javascript.jscomp">JsMessage.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setLabelRenaming(boolean)"><B>setLabelRenaming(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setLanguageIn(com.google.javascript.jscomp.CompilerOptions.LanguageMode)"><B>setLanguageIn(CompilerOptions.LanguageMode)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Sets how goog.tweak calls are processed.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setLanguageOut(com.google.javascript.jscomp.CompilerOptions.LanguageMode)"><B>setLanguageOut(CompilerOptions.LanguageMode)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#setLastGeneration(boolean)"><B>setLastGeneration(boolean)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Sets whether this is the last generation.
<DT><A HREF="./com/google/javascript/rhino/Node.html#setLength(int)"><B>setLength(int)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ant/Warning.html#setLevel(com.google.javascript.jscomp.CheckLevel)"><B>setLevel(CheckLevel)</B></A> -
Method in class com.google.javascript.jscomp.ant.<A HREF="./com/google/javascript/jscomp/ant/Warning.html" title="class in com.google.javascript.jscomp.ant">Warning</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#setLicense(java.lang.String)"><B>setLicense(String)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>License directives can appear in multiple comments, and always
apply to the entire file.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setLineBreak(boolean)"><B>setLineBreak(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setLineLengthThreshold(int)"><B>setLineLengthThreshold(int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#setLineno(int)"><B>setLineno(int)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html#setLineNumber(int)"><B>setLineNumber(int)</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html#setLineNumber(int)"><B>setLineNumber(int)</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#setLineNumber(int)"><B>setLineNumber(int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setLocale(java.lang.String)"><B>setLocale(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#setLoggingLevel(java.util.logging.Level)"><B>setLoggingLevel(Level)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Sets the logging level for the com.google.javascript.jscomp package.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setLooseTypes(boolean)"><B>setLooseTypes(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Whether to include "undefined" in the default types.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setManageClosureDependencies(boolean)"><B>setManageClosureDependencies(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Sort inputs by their goog.provide/goog.require calls, and prune inputs
whose symbols are not required.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setManageClosureDependencies(java.util.List)"><B>setManageClosureDependencies(List&lt;String&gt;)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Sort inputs by their goog.provide/goog.require calls.
<DT><A HREF="./com/google/javascript/jscomp/ant/CompileTask.html#setManageDependencies(boolean)"><B>setManageDependencies(boolean)</B></A> -
Method in class com.google.javascript.jscomp.ant.<A HREF="./com/google/javascript/jscomp/ant/CompileTask.html" title="class in com.google.javascript.jscomp.ant">CompileTask</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setMarkAsCompiled(boolean)"><B>setMarkAsCompiled(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setMarkNoSideEffectCalls(boolean)"><B>setMarkNoSideEffectCalls(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.Builder.html#setMeaning(java.lang.String)"><B>setMeaning(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.Builder.html" title="class in com.google.javascript.jscomp">JsMessage.Builder</A>
<DD>Sets the programmer-specified meaning of this message, which
forces this message to translate differently.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setMessageBundle(com.google.javascript.jscomp.MessageBundle)"><B>setMessageBundle(MessageBundle)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerInput.html#setModule(com.google.javascript.jscomp.JSModule)"><B>setModule(JSModule)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerInput.html" title="class in com.google.javascript.jscomp">CompilerInput</A>
<DD>Sets the module to which the input belongs.
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#setModule(int, com.google.javascript.jscomp.FunctionInformationMap.Module)"><B>setModule(int, FunctionInformationMap.Module)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html#setModule(int, com.google.javascript.jscomp.FunctionInformationMap.Module.Builder)"><B>setModule(int, FunctionInformationMap.Module.Builder)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#setModuleName(java.lang.String)"><B>setModuleName(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DependencyOptions.html#setMoocherDropping(boolean)"><B>setMoocherDropping(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DependencyOptions.html" title="class in com.google.javascript.jscomp">DependencyOptions</A>
<DD>Enables or disables moocher dropping mode.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setMoveFunctionDeclarations(boolean)"><B>setMoveFunctionDeclarations(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.SideEffectFlags.html#setMutatesArguments()"><B>setMutatesArguments()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.SideEffectFlags.html" title="class in com.google.javascript.rhino">Node.SideEffectFlags</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.SideEffectFlags.html#setMutatesGlobalState()"><B>setMutatesGlobalState()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.SideEffectFlags.html" title="class in com.google.javascript.rhino">Node.SideEffectFlags</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.SideEffectFlags.html#setMutatesThis()"><B>setMutatesThis()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.SideEffectFlags.html" title="class in com.google.javascript.rhino">Node.SideEffectFlags</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#setName(java.lang.String)"><B>setName(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html#setName(java.lang.String)"><B>setName(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setNameAnonymousFunctionsOnly(boolean)"><B>setNameAnonymousFunctionsOnly(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>If true, name anonymous functions only.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setNameReferenceGraphPath(java.lang.String)"><B>setNameReferenceGraphPath(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Where to save the name reference graph
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setNameReferenceReportPath(java.lang.String)"><B>setNameReferenceReportPath(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Where to save a cross-reference report from the name reference graph
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.Property.html#setNode(com.google.javascript.rhino.Node)"><B>setNode(Node)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.Property.html" title="class in com.google.javascript.rhino.jstype">ObjectType.Property</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setOptimizeArgumentsArray(boolean)"><B>setOptimizeArgumentsArray(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setOptimizeCalls(boolean)"><B>setOptimizeCalls(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setOptimizeParameters(boolean)"><B>setOptimizeParameters(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setOptimizeReturns(boolean)"><B>setOptimizeReturns(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#setOptionalArg(boolean)"><B>setOptionalArg(boolean)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Sets whether this node is an optional argument node.
<DT><A HREF="./com/google/javascript/jscomp/CompilationLevel.html#setOptionsForCompilationLevel(com.google.javascript.jscomp.CompilerOptions)"><B>setOptionsForCompilationLevel(CompilerOptions)</B></A> -
Method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilationLevel.html" title="enum in com.google.javascript.jscomp">CompilationLevel</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/WarningLevel.html#setOptionsForWarningLevel(com.google.javascript.jscomp.CompilerOptions)"><B>setOptionsForWarningLevel(CompilerOptions)</B></A> -
Method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/WarningLevel.html" title="enum in com.google.javascript.jscomp">WarningLevel</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html#setOriginalFile(java.lang.String)"><B>setOriginalFile(String)</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html#setOriginalMapping(com.google.debugging.sourcemap.proto.Mapping.OriginalMapping)"><B>setOriginalMapping(Mapping.OriginalMapping)</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html#setOriginalMapping(com.google.debugging.sourcemap.proto.Mapping.OriginalMapping.Builder)"><B>setOriginalMapping(Mapping.OriginalMapping.Builder)</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.Builder.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.html#setOriginalPath(java.lang.String)"><B>setOriginalPath(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.html" title="class in com.google.javascript.jscomp">SourceFile</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ant/CompileTask.html#setOutput(java.io.File)"><B>setOutput(File)</B></A> -
Method in class com.google.javascript.jscomp.ant.<A HREF="./com/google/javascript/jscomp/ant/CompileTask.html" title="class in com.google.javascript.jscomp.ant">CompileTask</A>
<DD>Set output file.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setOutputCharset(java.lang.String)"><B>setOutputCharset(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Sets the output charset by name.
<DT><A HREF="./com/google/javascript/jscomp/ant/CompileTask.html#setOutputEncoding(java.lang.String)"><B>setOutputEncoding(String)</B></A> -
Method in class com.google.javascript.jscomp.ant.<A HREF="./com/google/javascript/jscomp/ant/CompileTask.html" title="class in com.google.javascript.jscomp.ant">CompileTask</A>
<DD>Set output file encoding
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setOutputJsStringUsage(boolean)"><B>setOutputJsStringUsage(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#setPassConfig(com.google.javascript.jscomp.PassConfig)"><B>setPassConfig(PassConfig)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/SourcePosition.html#setPositionInformation(int, int, int, int)"><B>setPositionInformation(int, int, int, int)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/SourcePosition.html" title="class in com.google.javascript.rhino">SourcePosition</A>
<DD>Sets the position information contained in this source position.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setPreferLineBreakAtEndOfFile(boolean)"><B>setPreferLineBreakAtEndOfFile(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SourceMap.html#setPrefixMappings(java.util.List)"><B>setPrefixMappings(List&lt;SourceMap.LocationMapping&gt;)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceMap.html" title="class in com.google.javascript.jscomp">SourceMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ant/CompileTask.html#setPrettyPrint(boolean)"><B>setPrettyPrint(boolean)</B></A> -
Method in class com.google.javascript.jscomp.ant.<A HREF="./com/google/javascript/jscomp/ant/CompileTask.html" title="class in com.google.javascript.jscomp.ant">CompileTask</A>
<DD>Set pretty print formatting option
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setPrettyPrint(boolean)"><B>setPrettyPrint(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ant/CompileTask.html#setPrintInputDelimiter(boolean)"><B>setPrintInputDelimiter(boolean)</B></A> -
Method in class com.google.javascript.jscomp.ant.<A HREF="./com/google/javascript/jscomp/ant/CompileTask.html" title="class in com.google.javascript.jscomp.ant">CompileTask</A>
<DD>Set print input delimitter formatting option
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setPrintInputDelimiter(boolean)"><B>setPrintInputDelimiter(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setProcessCommonJSModules(boolean)"><B>setProcessCommonJSModules(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Rewrites CommonJS modulee so that modules can be concatenated together,
by renaming all globals to avoid conflicting with other modules.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setProcessObjectPropertyString(boolean)"><B>setProcessObjectPropertyString(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>If true, process goog.testing.ObjectPropertyString instances.
<DT><A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.WhitelistBuilder.html#setProductName(java.lang.String)"><B>setProductName(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.WhitelistBuilder.html" title="class in com.google.javascript.jscomp">WhitelistWarningsGuard.WhitelistBuilder</A>
<DD>Fill in your product name to get a fun message!
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setPropertyAffinity(boolean)"><B>setPropertyAffinity(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setPropertyInvalidationErrors(java.util.Map)"><B>setPropertyInvalidationErrors(Map&lt;String, CheckLevel&gt;)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Sets the list of properties that we report property invalidation errors
for.
<DT><A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html#setPropertyJSDocInfo(java.lang.String, com.google.javascript.rhino.JSDocInfo)"><B>setPropertyJSDocInfo(String, JSDocInfo)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html" title="class in com.google.javascript.rhino.jstype">NoObjectType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#setPropertyJSDocInfo(java.lang.String, com.google.javascript.rhino.JSDocInfo)"><B>setPropertyJSDocInfo(String, JSDocInfo)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>Sets the docInfo for the specified property from the
<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A> on its definition.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setPropertyRenaming(com.google.javascript.jscomp.PropertyRenamingPolicy)"><B>setPropertyRenaming(PropertyRenamingPolicy)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setProtectHiddenSideEffects(boolean)"><B>setProtectHiddenSideEffects(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>When enabled, assume that apparently side-effect free code is meaningful.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#setPrototypeBasedOn(com.google.javascript.rhino.jstype.ObjectType)"><B>setPrototypeBasedOn(ObjectType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>Sets the prototype, creating the prototype object from the given
base type.
<DT><A HREF="./com/google/javascript/rhino/Node.html#setQuotedString()"><B>setQuotedString()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>This should only be called for STRING nodes children of OBJECTLIT.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setRecordFunctionInformation(boolean)"><B>setRecordFunctionInformation(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setRemoveAbstractMethods(boolean)"><B>setRemoveAbstractMethods(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setRemoveClosureAsserts(boolean)"><B>setRemoveClosureAsserts(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setRemoveDeadCode(boolean)"><B>setRemoveDeadCode(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setRemoveTryCatchFinally(boolean)"><B>setRemoveTryCatchFinally(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setRemoveUnusedLocalVars(boolean)"><B>setRemoveUnusedLocalVars(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setRemoveUnusedPrototypeProperties(boolean)"><B>setRemoveUnusedPrototypeProperties(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setRemoveUnusedPrototypePropertiesInExterns(boolean)"><B>setRemoveUnusedPrototypePropertiesInExterns(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setRemoveUnusedVariable(com.google.javascript.jscomp.CompilerOptions.Reach)"><B>setRemoveUnusedVariable(CompilerOptions.Reach)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setRemoveUnusedVariables(com.google.javascript.jscomp.CompilerOptions.Reach)"><B>setRemoveUnusedVariables(CompilerOptions.Reach)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Set the variable removal policy for the compiler.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setRemoveUnusedVars(boolean)"><B>setRemoveUnusedVars(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setRenamePrefix(java.lang.String)"><B>setRenamePrefix(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setRenamePrefixNamespace(java.lang.String)"><B>setRenamePrefixNamespace(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setRenamingPolicy(com.google.javascript.jscomp.VariableRenamingPolicy, com.google.javascript.jscomp.PropertyRenamingPolicy)"><B>setRenamingPolicy(VariableRenamingPolicy, PropertyRenamingPolicy)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Sets the variable and property renaming policies for the compiler,
in a way that clears warnings about the renaming policy being
uninitialized from flags.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setReplaceIdGenerators(boolean)"><B>setReplaceIdGenerators(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ant/CompileTask.html#setReplaceProperties(boolean)"><B>setReplaceProperties(boolean)</B></A> -
Method in class com.google.javascript.jscomp.ant.<A HREF="./com/google/javascript/jscomp/ant/CompileTask.html" title="class in com.google.javascript.jscomp.ant">CompileTask</A>
<DD>Whether to replace <code>@define</code> lines with properties
<DT><A HREF="./com/google/javascript/jscomp/ant/CompileTask.html#setReplacePropertiesPrefix(java.lang.String)"><B>setReplacePropertiesPrefix(String)</B></A> -
Method in class com.google.javascript.jscomp.ant.<A HREF="./com/google/javascript/jscomp/ant/CompileTask.html" title="class in com.google.javascript.jscomp.ant">CompileTask</A>
<DD>Set the replacement property prefix.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setReplaceStringsConfiguration(java.lang.String, java.util.List)"><B>setReplaceStringsConfiguration(String, List&lt;String&gt;)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Sets the functions whose debug strings to replace.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setReplaceStringsFunctionDescriptions(java.util.List)"><B>setReplaceStringsFunctionDescriptions(List&lt;String&gt;)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setReplaceStringsPlaceholderToken(java.lang.String)"><B>setReplaceStringsPlaceholderToken(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setReplaceStringsReservedStrings(java.util.Set)"><B>setReplaceStringsReservedStrings(Set&lt;String&gt;)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#setReportCall(java.lang.String)"><B>setReportCall(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#setReportDefined(java.lang.String)"><B>setReportDefined(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html#setReportExit(java.lang.String)"><B>setReportExit(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.Builder.html" title="class in com.google.javascript.jscomp">Instrumentation.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setReportMissingOverride(com.google.javascript.jscomp.CheckLevel)"><B>setReportMissingOverride(CheckLevel)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Flags a warning if a property is missing the @override annotation, but it
overrides a base class property.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setReportPath(java.lang.String)"><B>setReportPath(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Where to save a report of global name usage
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setReportUnknownTypes(com.google.javascript.jscomp.CheckLevel)"><B>setReportUnknownTypes(CheckLevel)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Flags a warning for every node whose type could not be determined.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setReserveRawExports(boolean)"><B>setReserveRawExports(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#setResolveMode(com.google.javascript.rhino.jstype.JSTypeRegistry.ResolveMode)"><B>setResolveMode(JSTypeRegistry.ResolveMode)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Set the current resolving mode of the type registry.
<DT><A HREF="./com/google/javascript/rhino/Node.SideEffectFlags.html#setReturnsTainted()"><B>setReturnsTainted()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.SideEffectFlags.html" title="class in com.google.javascript.rhino">Node.SideEffectFlags</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setRewriteFunctionExpressions(boolean)"><B>setRewriteFunctionExpressions(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setRewriteNewDateGoogNow(boolean)"><B>setRewriteNewDateGoogNow(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/Reader.html#setRootElement(com.google.javascript.jscomp.jsonml.JsonML)"><B>setRootElement(JsonML)</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/Reader.html" title="class in com.google.javascript.jscomp.jsonml">Reader</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setRuntimeTypeCheck(boolean)"><B>setRuntimeTypeCheck(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setRuntimeTypeCheckLogFunction(java.lang.String)"><B>setRuntimeTypeCheckLogFunction(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setShadowVariables(boolean)"><B>setShadowVariables(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Should shadow outer scope variable name during renaming.
<DT><A HREF="./com/google/javascript/jscomp/deps/JsFileLineParser.html#setShortcutMode(boolean)"><B>setShortcutMode(boolean)</B></A> -
Method in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/JsFileLineParser.html" title="class in com.google.javascript.jscomp.deps">JsFileLineParser</A>
<DD>In shortcut mode, the file line parser can stop reading early if
it thinks it found enough information.
<DT><A HREF="./com/google/javascript/rhino/Node.html#setSideEffectFlags(int)"><B>setSideEffectFlags(int)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Marks this function or constructor call's side effect flags.
<DT><A HREF="./com/google/javascript/rhino/Node.html#setSideEffectFlags(com.google.javascript.rhino.Node.SideEffectFlags)"><B>setSideEffectFlags(Node.SideEffectFlags)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#setSize(int)"><B>setSize(int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setSkipAllPasses(boolean)"><B>setSkipAllPasses(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setSmartNameRemoval(boolean)"><B>setSmartNameRemoval(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/DiGraph.DiGraphEdge.html#setSource(com.google.javascript.jscomp.graph.DiGraph.DiGraphNode)"><B>setSource(DiGraph.DiGraphNode&lt;N, E&gt;)</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/DiGraph.DiGraphEdge.html" title="interface in com.google.javascript.jscomp.graph">DiGraph.DiGraphEdge</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#setSource(com.google.javascript.rhino.Node)"><B>setSource(Node)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>Sets the source node.
<DT><A HREF="./com/google/javascript/rhino/Node.html#setSourceEncodedPosition(int)"><B>setSourceEncodedPosition(int)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#setSourceEncodedPositionForTree(int)"><B>setSourceEncodedPositionForTree(int)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerInput.html#setSourceFile(com.google.javascript.jscomp.SourceFile)"><B>setSourceFile(SourceFile)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerInput.html" title="class in com.google.javascript.jscomp">CompilerInput</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JsAst.html#setSourceFile(com.google.javascript.jscomp.SourceFile)"><B>setSourceFile(SourceFile)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsAst.html" title="class in com.google.javascript.jscomp">JsAst</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonMLAst.html#setSourceFile(com.google.javascript.jscomp.SourceFile)"><B>setSourceFile(SourceFile)</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonMLAst.html" title="class in com.google.javascript.jscomp.jsonml">JsonMLAst</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SourceAst.html#setSourceFile(com.google.javascript.jscomp.SourceFile)"><B>setSourceFile(SourceFile)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceAst.html" title="interface in com.google.javascript.jscomp">SourceAst</A>
<DD>Sets the source file the generated AST represents.
<DT><A HREF="./com/google/javascript/jscomp/SyntheticAst.html#setSourceFile(com.google.javascript.jscomp.SourceFile)"><B>setSourceFile(SourceFile)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SyntheticAst.html" title="class in com.google.javascript.jscomp">SyntheticAst</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#setSourceFileForTesting(java.lang.String)"><B>setSourceFileForTesting(String)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Sets the source file to a non-extern file of the given name.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setSourceMapDetailLevel(com.google.javascript.jscomp.SourceMap.DetailLevel)"><B>setSourceMapDetailLevel(SourceMap.DetailLevel)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setSourceMapFormat(com.google.javascript.jscomp.SourceMap.Format)"><B>setSourceMapFormat(SourceMap.Format)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setSourceMapLocationMappings(java.util.List)"><B>setSourceMapLocationMappings(List&lt;SourceMap.LocationMapping&gt;)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setSourceMapOutputPath(java.lang.String)"><B>setSourceMapOutputPath(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html#setSourceName(java.lang.String)"><B>setSourceName(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.Builder.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.Builder.html#setSourceName(java.lang.String)"><B>setSourceName(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.Builder.html" title="class in com.google.javascript.jscomp">JsMessage.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setSpecializeInitialModule(boolean)"><B>setSpecializeInitialModule(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Specialize the initial module at the cost of later modules
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGenerator.html#setStartingPosition(int, int)"><B>setStartingPosition(int, int)</B></A> -
Method in interface com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGenerator.html" title="interface in com.google.debugging.sourcemap">SourceMapGenerator</A>
<DD>Sets the source code that exists in the buffer for which the
generated code is being generated.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV1.html#setStartingPosition(int, int)"><B>setStartingPosition(int, int)</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV1.html" title="class in com.google.debugging.sourcemap">SourceMapGeneratorV1</A>
<DD>Sets the source code that exists in the buffer to which the
generated code is being generated.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV2.html#setStartingPosition(int, int)"><B>setStartingPosition(int, int)</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV2.html" title="class in com.google.debugging.sourcemap">SourceMapGeneratorV2</A>
<DD>Sets the source code that exists in the buffer for which the
generated code is being generated.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV3.html#setStartingPosition(int, int)"><B>setStartingPosition(int, int)</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV3.html" title="class in com.google.debugging.sourcemap">SourceMapGeneratorV3</A>
<DD>Sets the source code that exists in the buffer for which the
generated code is being generated.
<DT><A HREF="./com/google/javascript/jscomp/SourceMap.html#setStartingPosition(int, int)"><B>setStartingPosition(int, int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceMap.html" title="class in com.google.javascript.jscomp">SourceMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#setState(com.google.javascript.jscomp.Compiler.IntermediateState)"><B>setState(Compiler.IntermediateState)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Sets the internal state to the capture given.
<DT><A HREF="./com/google/javascript/rhino/Node.html#setStaticSourceFile(com.google.javascript.rhino.jstype.StaticSourceFile)"><B>setStaticSourceFile(StaticSourceFile)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#setString(java.lang.String)"><B>setString(String)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Can only be called when node has String context.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setStripNamePrefixes(java.util.Set)"><B>setStripNamePrefixes(Set&lt;String&gt;)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setStripNameSuffixes(java.util.Set)"><B>setStripNameSuffixes(Set&lt;String&gt;)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setStripTypePrefixes(java.util.Set)"><B>setStripTypePrefixes(Set&lt;String&gt;)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setStripTypes(java.util.Set)"><B>setStripTypes(Set&lt;String&gt;)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setSummaryDetailLevel(int)"><B>setSummaryDetailLevel(int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Controls how detailed the compilation summary is.
<DT><A HREF="./com/google/javascript/jscomp/PrintStreamErrorManager.html#setSummaryDetailLevel(int)"><B>setSummaryDetailLevel(int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/PrintStreamErrorManager.html" title="class in com.google.javascript.jscomp">PrintStreamErrorManager</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setSyntheticBlockEndMarker(java.lang.String)"><B>setSyntheticBlockEndMarker(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setSyntheticBlockStartMarker(java.lang.String)"><B>setSyntheticBlockStartMarker(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#setTemplateTypeName(java.lang.String)"><B>setTemplateTypeName(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Sets the template type name.
<DT><A HREF="./com/google/javascript/rhino/Token.html#SETTER_DEF"><B>SETTER_DEF</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/Node.SideEffectFlags.html#setThrows()"><B>setThrows()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.SideEffectFlags.html" title="class in com.google.javascript.rhino">Node.SideEffectFlags</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setTightenTypes(boolean)"><B>setTightenTypes(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Tightens types based on a global analysis.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setTracer(com.google.javascript.jscomp.CompilerOptions.TracerMode)"><B>setTracer(CompilerOptions.TracerMode)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setTracerMode(com.google.javascript.jscomp.CompilerOptions.TracerMode)"><B>setTracerMode(CompilerOptions.TracerMode)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setTransformAMDToCJSModules(boolean)"><B>setTransformAMDToCJSModules(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Activates transformation of AMD to CJS modules.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setTweakProcessing(com.google.javascript.jscomp.CompilerOptions.TweakProcessing)"><B>setTweakProcessing(CompilerOptions.TweakProcessing)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Sets how goog.tweak calls are processed.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setTweakReplacements(java.util.Map)"><B>setTweakReplacements(Map&lt;String, Object&gt;)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setTweakToBooleanLiteral(java.lang.String, boolean)"><B>setTweakToBooleanLiteral(String, boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Sets the value of the tweak in JS
to a boolean literal.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setTweakToDoubleLiteral(java.lang.String, double)"><B>setTweakToDoubleLiteral(String, double)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Sets the value of the tweak in JS to a
number literal.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setTweakToNumberLiteral(java.lang.String, int)"><B>setTweakToNumberLiteral(String, int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Sets the value of the tweak in JS to a
number literal.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setTweakToStringLiteral(java.lang.String, java.lang.String)"><B>setTweakToStringLiteral(String, String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Sets the value of the tweak in JS to a
String literal.
<DT><A HREF="./com/google/javascript/rhino/Node.html#setType(int)"><B>setType(int)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/BasicErrorManager.html#setTypedPercent(double)"><B>setTypedPercent(double)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/BasicErrorManager.html" title="class in com.google.javascript.jscomp">BasicErrorManager</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ErrorManager.html#setTypedPercent(double)"><B>setTypedPercent(double)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ErrorManager.html" title="interface in com.google.javascript.jscomp">ErrorManager</A>
<DD>Sets the percentage of typed expressions.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setUnaliasableGlobals(java.lang.String)"><B>setUnaliasableGlobals(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>A comma separated white-list of global names.
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#setUp()"><B>setUp()</B></A> -
Method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#setValidator(com.google.common.base.Predicate)"><B>setValidator(Predicate&lt;JSType&gt;)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Certain types have constraints on them at resolution-time.
<DT><A HREF="./com/google/javascript/rhino/jstype/UnionType.html#setValidator(com.google.common.base.Predicate)"><B>setValidator(Predicate&lt;JSType&gt;)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnionType.html" title="class in com.google.javascript.rhino.jstype">UnionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#setVarArgs(boolean)"><B>setVarArgs(boolean)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Sets whether this node is a variable length argument node.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setVariableRenaming(com.google.javascript.jscomp.VariableRenamingPolicy)"><B>setVariableRenaming(VariableRenamingPolicy)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#setVisibility(com.google.javascript.rhino.JSDocInfo.Visibility)"><B>setVisibility(JSDocInfo.Visibility)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ant/CompileTask.html#setWarning(java.lang.String)"><B>setWarning(String)</B></A> -
Method in class com.google.javascript.jscomp.ant.<A HREF="./com/google/javascript/jscomp/ant/CompileTask.html" title="class in com.google.javascript.jscomp.ant">CompileTask</A>
<DD>Set the warning level.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setWarningLevel(com.google.javascript.jscomp.DiagnosticGroup, com.google.javascript.jscomp.CheckLevel)"><B>setWarningLevel(DiagnosticGroup, CheckLevel)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Configure the given type of warning to the given level.
<DT><A HREF="./com/google/javascript/rhino/testing/TestErrorReporter.html#setWarnings(java.lang.String[])"><B>setWarnings(String[])</B></A> -
Method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/TestErrorReporter.html" title="class in com.google.javascript.rhino.testing">TestErrorReporter</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#setWarningsGuard(com.google.javascript.jscomp.ComposeWarningsGuard)"><B>setWarningsGuard(ComposeWarningsGuard)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#setWasEmptyNode(boolean)"><B>setWasEmptyNode(boolean)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Sets whether this is a synthetic block that should not be considered
a real source block.
<DT><A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.WhitelistBuilder.html#setWithLineNumber(boolean)"><B>setWithLineNumber(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.WhitelistBuilder.html" title="class in com.google.javascript.jscomp">WhitelistWarningsGuard.WhitelistBuilder</A>
<DD>Sets whether line number are recorded in the whitelist.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGenerator.html#setWrapperPrefix(java.lang.String)"><B>setWrapperPrefix(String)</B></A> -
Method in interface com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGenerator.html" title="interface in com.google.debugging.sourcemap">SourceMapGenerator</A>
<DD>Sets the prefix used for wrapping the generated source file before
it is written.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV1.html#setWrapperPrefix(java.lang.String)"><B>setWrapperPrefix(String)</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV1.html" title="class in com.google.debugging.sourcemap">SourceMapGeneratorV1</A>
<DD>Sets the prefix used for wrapping the generated source file before
it is output.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV2.html#setWrapperPrefix(java.lang.String)"><B>setWrapperPrefix(String)</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV2.html" title="class in com.google.debugging.sourcemap">SourceMapGeneratorV2</A>
<DD>Sets the prefix used for wrapping the generated source file before
it is written.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV3.html#setWrapperPrefix(java.lang.String)"><B>setWrapperPrefix(String)</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV3.html" title="class in com.google.debugging.sourcemap">SourceMapGeneratorV3</A>
<DD>Sets the prefix used for wrapping the generated source file before
it is written.
<DT><A HREF="./com/google/javascript/jscomp/SourceMap.html#setWrapperPrefix(java.lang.String)"><B>setWrapperPrefix(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceMap.html" title="class in com.google.javascript.jscomp">SourceMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/IR.html#sheq(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>sheq(Node, Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>"==="
<DT><A HREF="./com/google/javascript/rhino/Token.html#SHEQ"><B>SHEQ</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/Token.html#SHNE"><B>SHNE</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#shouldColorizeErrorOutput()"><B>shouldColorizeErrorOutput()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html#shouldParseDocumentation()"><B>shouldParseDocumentation()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfoBuilder.html" title="class in com.google.javascript.rhino">JSDocInfoBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#shouldPreserveTry()"><B>shouldPreserveTry()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>Returns whether the <code>@preserveTry</code> annotation is present on this
<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino"><CODE>JSDocInfo</CODE></A>.
<DT><A HREF="./com/google/javascript/jscomp/CommandLineRunner.html#shouldRunCompiler()"><B>shouldRunCompiler()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CommandLineRunner.html" title="class in com.google.javascript.jscomp">CommandLineRunner</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/deps/DepsGenerator.html#shouldSkipDepsFile(com.google.javascript.jscomp.SourceFile)"><B>shouldSkipDepsFile(SourceFile)</B></A> -
Method in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/DepsGenerator.html" title="class in com.google.javascript.jscomp.deps">DepsGenerator</A>
<DD>Returns whether we should ignore dependency info in the given deps file.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.TweakProcessing.html#shouldStrip()"><B>shouldStrip()</B></A> -
Method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.TweakProcessing.html" title="enum in com.google.javascript.jscomp">CompilerOptions.TweakProcessing</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#shouldTolerateUndefinedValues()"><B>shouldTolerateUndefinedValues()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.AbstractNodeTypePruningCallback.html#shouldTraverse(com.google.javascript.jscomp.NodeTraversal, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>shouldTraverse(NodeTraversal, Node, Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.AbstractNodeTypePruningCallback.html" title="class in com.google.javascript.jscomp">NodeTraversal.AbstractNodeTypePruningCallback</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.AbstractPostOrderCallback.html#shouldTraverse(com.google.javascript.jscomp.NodeTraversal, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>shouldTraverse(NodeTraversal, Node, Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.AbstractPostOrderCallback.html" title="class in com.google.javascript.jscomp">NodeTraversal.AbstractPostOrderCallback</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.AbstractScopedCallback.html#shouldTraverse(com.google.javascript.jscomp.NodeTraversal, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>shouldTraverse(NodeTraversal, Node, Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.AbstractScopedCallback.html" title="class in com.google.javascript.jscomp">NodeTraversal.AbstractScopedCallback</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.AbstractShallowCallback.html#shouldTraverse(com.google.javascript.jscomp.NodeTraversal, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>shouldTraverse(NodeTraversal, Node, Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.AbstractShallowCallback.html" title="class in com.google.javascript.jscomp">NodeTraversal.AbstractShallowCallback</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.AbstractShallowStatementCallback.html#shouldTraverse(com.google.javascript.jscomp.NodeTraversal, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>shouldTraverse(NodeTraversal, Node, Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.AbstractShallowStatementCallback.html" title="class in com.google.javascript.jscomp">NodeTraversal.AbstractShallowStatementCallback</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.Callback.html#shouldTraverse(com.google.javascript.jscomp.NodeTraversal, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>shouldTraverse(NodeTraversal, Node, Node)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.Callback.html" title="interface in com.google.javascript.jscomp">NodeTraversal.Callback</A>
<DD>Visits a node in pre order (before visiting its children) and decides
whether this node's children should be traversed.
<DT><A HREF="./com/google/javascript/jscomp/TypeCheck.html#shouldTraverse(com.google.javascript.jscomp.NodeTraversal, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>shouldTraverse(NodeTraversal, Node, Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/TypeCheck.html" title="class in com.google.javascript.jscomp">TypeCheck</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ShowByPathWarningsGuard.html" title="class in com.google.javascript.jscomp"><B>ShowByPathWarningsGuard</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Control whether warnings should be restricted or suppressed for specified
paths.<DT><A HREF="./com/google/javascript/jscomp/ShowByPathWarningsGuard.html#ShowByPathWarningsGuard(java.lang.String)"><B>ShowByPathWarningsGuard(String)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ShowByPathWarningsGuard.html" title="class in com.google.javascript.jscomp">ShowByPathWarningsGuard</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ShowByPathWarningsGuard.html#ShowByPathWarningsGuard(java.lang.String[])"><B>ShowByPathWarningsGuard(String[])</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ShowByPathWarningsGuard.html" title="class in com.google.javascript.jscomp">ShowByPathWarningsGuard</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ShowByPathWarningsGuard.html#ShowByPathWarningsGuard(java.lang.String, com.google.javascript.jscomp.ShowByPathWarningsGuard.ShowType)"><B>ShowByPathWarningsGuard(String, ShowByPathWarningsGuard.ShowType)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ShowByPathWarningsGuard.html" title="class in com.google.javascript.jscomp">ShowByPathWarningsGuard</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ShowByPathWarningsGuard.html#ShowByPathWarningsGuard(java.lang.String[], com.google.javascript.jscomp.ShowByPathWarningsGuard.ShowType)"><B>ShowByPathWarningsGuard(String[], ShowByPathWarningsGuard.ShowType)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ShowByPathWarningsGuard.html" title="class in com.google.javascript.jscomp">ShowByPathWarningsGuard</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ShowByPathWarningsGuard.ShowType.html" title="enum in com.google.javascript.jscomp"><B>ShowByPathWarningsGuard.ShowType</B></A> - Enum in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Controls whether warnings should be restricted to a specified path or
suppressed within the specified path.<DT><A HREF="./com/google/javascript/rhino/Node.html#siblings()"><B>siblings()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Return an iterable object that iterates over this nodes's siblings.
<DT><A HREF="./com/google/javascript/rhino/Node.html#SIDE_EFFECT_FLAGS"><B>SIDE_EFFECT_FLAGS</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#SIDE_EFFECTS_ALL"><B>SIDE_EFFECTS_ALL</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#SIDE_EFFECTS_FLAGS_MASK"><B>SIDE_EFFECTS_FLAGS_MASK</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/deps/SimpleDependencyInfo.html" title="class in com.google.javascript.jscomp.deps"><B>SimpleDependencyInfo</B></A> - Class in <A HREF="./com/google/javascript/jscomp/deps/package-summary.html">com.google.javascript.jscomp.deps</A><DD>A class to hold JS dependency information for a single .js file.<DT><A HREF="./com/google/javascript/jscomp/deps/SimpleDependencyInfo.html#SimpleDependencyInfo(java.lang.String, java.lang.String, java.util.List, java.util.List)"><B>SimpleDependencyInfo(String, String, List&lt;String&gt;, List&lt;String&gt;)</B></A> -
Constructor for class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/SimpleDependencyInfo.html" title="class in com.google.javascript.jscomp.deps">SimpleDependencyInfo</A>
<DD>Constructs a DependencyInfo object with the given list of provides &
requires.
<DT><A HREF="./com/google/javascript/rhino/SimpleErrorReporter.html" title="class in com.google.javascript.rhino"><B>SimpleErrorReporter</B></A> - Class in <A HREF="./com/google/javascript/rhino/package-summary.html">com.google.javascript.rhino</A><DD>A simple <A HREF="./com/google/javascript/rhino/ErrorReporter.html" title="interface in com.google.javascript.rhino"><CODE>ErrorReporter</CODE></A> that collects warnings and errors and makes
them accessible via <A HREF="./com/google/javascript/rhino/SimpleErrorReporter.html#errors()"><CODE>SimpleErrorReporter.errors()</CODE></A> and <A HREF="./com/google/javascript/rhino/SimpleErrorReporter.html#warnings()"><CODE>SimpleErrorReporter.warnings()</CODE></A>.<DT><A HREF="./com/google/javascript/rhino/SimpleErrorReporter.html#SimpleErrorReporter()"><B>SimpleErrorReporter()</B></A> -
Constructor for class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/SimpleErrorReporter.html" title="class in com.google.javascript.rhino">SimpleErrorReporter</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/SimpleReference.html" title="class in com.google.javascript.rhino.jstype"><B>SimpleReference</B></A>&lt;<A HREF="./com/google/javascript/rhino/jstype/SimpleReference.html" title="type parameter in SimpleReference">T</A> extends <A HREF="./com/google/javascript/rhino/jstype/StaticSlot.html" title="interface in com.google.javascript.rhino.jstype">StaticSlot</A>&lt;<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>&gt;&gt; - Class in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>A simple immutable reference.<DT><A HREF="./com/google/javascript/rhino/jstype/SimpleReference.html#SimpleReference(T, com.google.javascript.rhino.Node)"><B>SimpleReference(T, Node)</B></A> -
Constructor for class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/SimpleReference.html" title="class in com.google.javascript.rhino.jstype">SimpleReference</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SimpleRegion.html" title="class in com.google.javascript.jscomp"><B>SimpleRegion</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Simple region.<DT><A HREF="./com/google/javascript/jscomp/SimpleRegion.html#SimpleRegion(int, int, java.lang.String)"><B>SimpleRegion(int, int, String)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SimpleRegion.html" title="class in com.google.javascript.jscomp">SimpleRegion</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/SimpleSlot.html" title="class in com.google.javascript.rhino.jstype"><B>SimpleSlot</B></A> - Class in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>The minimum implementation of StaticSlot<JSType>.<DT><A HREF="./com/google/javascript/rhino/jstype/SimpleSlot.html#SimpleSlot(java.lang.String, com.google.javascript.rhino.jstype.JSType, boolean)"><B>SimpleSlot(String, JSType, boolean)</B></A> -
Constructor for class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/SimpleSlot.html" title="class in com.google.javascript.rhino.jstype">SimpleSlot</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/testing/SimpleSourceExcerptProvider.html" title="class in com.google.javascript.jscomp.testing"><B>SimpleSourceExcerptProvider</B></A> - Class in <A HREF="./com/google/javascript/jscomp/testing/package-summary.html">com.google.javascript.jscomp.testing</A><DD>A simple source excerpt provider for testing.<DT><A HREF="./com/google/javascript/jscomp/testing/SimpleSourceExcerptProvider.html#SimpleSourceExcerptProvider(java.lang.String)"><B>SimpleSourceExcerptProvider(String)</B></A> -
Constructor for class com.google.javascript.jscomp.testing.<A HREF="./com/google/javascript/jscomp/testing/SimpleSourceExcerptProvider.html" title="class in com.google.javascript.jscomp.testing">SimpleSourceExcerptProvider</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/SimpleSourceFile.html" title="class in com.google.javascript.rhino.jstype"><B>SimpleSourceFile</B></A> - Class in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>A simple implementation of <code>StaticSourceFile</code> for testing.<DT><A HREF="./com/google/javascript/rhino/jstype/SimpleSourceFile.html#SimpleSourceFile(java.lang.String, boolean)"><B>SimpleSourceFile(String, boolean)</B></A> -
Constructor for class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/SimpleSourceFile.html" title="class in com.google.javascript.rhino.jstype">SimpleSourceFile</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/regex/RegExpTree.html#simplify(java.lang.String)"><B>simplify(String)</B></A> -
Method in class com.google.javascript.jscomp.regex.<A HREF="./com/google/javascript/jscomp/regex/RegExpTree.html" title="class in com.google.javascript.jscomp.regex">RegExpTree</A>
<DD>Returns a simpler regular expression that is semantically the same assuming
the given flags.
<DT><A HREF="./com/google/javascript/jscomp/PerformanceTracker.Stats.html#size"><B>size</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/PerformanceTracker.Stats.html" title="class in com.google.javascript.jscomp">PerformanceTracker.Stats</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#SIZE_FIELD_NUMBER"><B>SIZE_FIELD_NUMBER</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#skipAllCompilerPasses()"><B>skipAllCompilerPasses()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Skip all possible passes, to make the compiler as fast as possible.
<DT><A HREF="./com/google/javascript/rhino/Node.html#SLASH_V"><B>SLASH_V</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#smartNameRemoval"><B>smartNameRemoval</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Removes code associated with unused global names
<DT><A HREF="./com/google/javascript/jscomp/deps/SortedDependencies.html" title="class in com.google.javascript.jscomp.deps"><B>SortedDependencies</B></A>&lt;<A HREF="./com/google/javascript/jscomp/deps/SortedDependencies.html" title="type parameter in SortedDependencies">INPUT</A> extends <A HREF="./com/google/javascript/jscomp/deps/DependencyInfo.html" title="interface in com.google.javascript.jscomp.deps">DependencyInfo</A>&gt; - Class in <A HREF="./com/google/javascript/jscomp/deps/package-summary.html">com.google.javascript.jscomp.deps</A><DD>A sorted list of inputs with dependency information.<DT><A HREF="./com/google/javascript/jscomp/deps/SortedDependencies.html#SortedDependencies(java.util.List)"><B>SortedDependencies(List&lt;INPUT&gt;)</B></A> -
Constructor for class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/SortedDependencies.html" title="class in com.google.javascript.jscomp.deps">SortedDependencies</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/deps/SortedDependencies.CircularDependencyException.html" title="class in com.google.javascript.jscomp.deps"><B>SortedDependencies.CircularDependencyException</B></A> - Exception in <A HREF="./com/google/javascript/jscomp/deps/package-summary.html">com.google.javascript.jscomp.deps</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/deps/SortedDependencies.MissingProvideException.html" title="class in com.google.javascript.jscomp.deps"><B>SortedDependencies.MissingProvideException</B></A> - Exception in <A HREF="./com/google/javascript/jscomp/deps/package-summary.html">com.google.javascript.jscomp.deps</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/JSModule.html#sortInputsByDeps(com.google.javascript.jscomp.Compiler)"><B>sortInputsByDeps(Compiler)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModule.html" title="class in com.google.javascript.jscomp">JSModule</A>
<DD>Puts the JS files into a topologically sorted order by their dependencies.
<DT><A HREF="./com/google/javascript/jscomp/JSModule.html#sortJsModules(java.util.Collection)"><B>sortJsModules(Collection&lt;JSModule&gt;)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModule.html" title="class in com.google.javascript.jscomp">JSModule</A>
<DD>Returns the given collection of modules in topological order.
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#SOURCE_NAME_FIELD_NUMBER"><B>SOURCE_NAME_FIELD_NUMBER</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SourceAst.html" title="interface in com.google.javascript.jscomp"><B>SourceAst</B></A> - Interface in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>An interface for accessing the AST root of an input.<DT><A HREF="./com/google/javascript/jscomp/SourceExcerptProvider.html" title="interface in com.google.javascript.jscomp"><B>SourceExcerptProvider</B></A> - Interface in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>A source excerpt provider is responsible for building source code excerpt
of specific locations, such as a specific line or a region around a
given line number.<DT><A HREF="./com/google/javascript/jscomp/SourceExcerptProvider.ExcerptFormatter.html" title="interface in com.google.javascript.jscomp"><B>SourceExcerptProvider.ExcerptFormatter</B></A> - Interface in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>A excerpt formatter is responsible of formatting source excerpts.<DT><A HREF="./com/google/javascript/jscomp/SourceExcerptProvider.SourceExcerpt.html" title="enum in com.google.javascript.jscomp"><B>SourceExcerptProvider.SourceExcerpt</B></A> - Enum in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Source excerpt variety.<DT><A HREF="./com/google/javascript/jscomp/SourceFile.html" title="class in com.google.javascript.jscomp"><B>SourceFile</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>An abstract representation of a source file that provides access to
language-neutral features.<DT><A HREF="./com/google/javascript/jscomp/SourceFile.html#SourceFile(java.lang.String)"><B>SourceFile(String)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.html" title="class in com.google.javascript.jscomp">SourceFile</A>
<DD>Construct a new abstract source file.
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.Builder.html" title="class in com.google.javascript.jscomp"><B>SourceFile.Builder</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>A builder interface for source files.<DT><A HREF="./com/google/javascript/jscomp/SourceFile.Builder.html#SourceFile.Builder()"><B>SourceFile.Builder()</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.Builder.html" title="class in com.google.javascript.jscomp">SourceFile.Builder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.Generator.html" title="interface in com.google.javascript.jscomp"><B>SourceFile.Generator</B></A> - Interface in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>A JavaScript source code provider.<DT><A HREF="./com/google/javascript/jscomp/Result.html#sourceMap"><B>sourceMap</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Result.html" title="class in com.google.javascript.jscomp">Result</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SourceMap.html" title="class in com.google.javascript.jscomp"><B>SourceMap</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Collects information mapping the generated (compiled) source back to
its original source for debugging purposes.<DT><A HREF="./com/google/javascript/jscomp/SourceMap.DetailLevel.html" title="enum in com.google.javascript.jscomp"><B>SourceMap.DetailLevel</B></A> - Enum in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Source maps can be very large different levels of detail can be specified.<DT><A HREF="./com/google/javascript/jscomp/SourceMap.Format.html" title="enum in com.google.javascript.jscomp"><B>SourceMap.Format</B></A> - Enum in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/SourceMap.LocationMapping.html" title="class in com.google.javascript.jscomp"><B>SourceMap.LocationMapping</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/SourceMap.LocationMapping.html#SourceMap.LocationMapping(java.lang.String, java.lang.String)"><B>SourceMap.LocationMapping(String, String)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceMap.LocationMapping.html" title="class in com.google.javascript.jscomp">SourceMap.LocationMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapConsumer.html" title="interface in com.google.debugging.sourcemap"><B>SourceMapConsumer</B></A> - Interface in <A HREF="./com/google/debugging/sourcemap/package-summary.html">com.google.debugging.sourcemap</A><DD>A SourceMapConsumer is a SourceMapping provide that can parse from a raw
string.<DT><A HREF="./com/google/debugging/sourcemap/SourceMapConsumerFactory.html" title="class in com.google.debugging.sourcemap"><B>SourceMapConsumerFactory</B></A> - Class in <A HREF="./com/google/debugging/sourcemap/package-summary.html">com.google.debugging.sourcemap</A><DD>Detect and parse the provided source map.<DT><A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV1.html" title="class in com.google.debugging.sourcemap"><B>SourceMapConsumerV1</B></A> - Class in <A HREF="./com/google/debugging/sourcemap/package-summary.html">com.google.debugging.sourcemap</A><DD>Class for parsing and representing a SourceMap, as produced by the
Closure Compiler, Caja-Compiler, etc.<DT><A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV1.html#SourceMapConsumerV1()"><B>SourceMapConsumerV1()</B></A> -
Constructor for class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV1.html" title="class in com.google.debugging.sourcemap">SourceMapConsumerV1</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV2.html" title="class in com.google.debugging.sourcemap"><B>SourceMapConsumerV2</B></A> - Class in <A HREF="./com/google/debugging/sourcemap/package-summary.html">com.google.debugging.sourcemap</A><DD>Class for parsing version 2 of the SourceMap format, as produced by the
Closure Compiler, etc.<DT><A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV2.html#SourceMapConsumerV2()"><B>SourceMapConsumerV2()</B></A> -
Constructor for class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV2.html" title="class in com.google.debugging.sourcemap">SourceMapConsumerV2</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV3.html" title="class in com.google.debugging.sourcemap"><B>SourceMapConsumerV3</B></A> - Class in <A HREF="./com/google/debugging/sourcemap/package-summary.html">com.google.debugging.sourcemap</A><DD>Class for parsing version 3 of the SourceMap format, as produced by the
Closure Compiler, etc.<DT><A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV3.html#SourceMapConsumerV3()"><B>SourceMapConsumerV3()</B></A> -
Constructor for class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV3.html" title="class in com.google.debugging.sourcemap">SourceMapConsumerV3</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV3.EntryVisitor.html" title="interface in com.google.debugging.sourcemap"><B>SourceMapConsumerV3.EntryVisitor</B></A> - Interface in <A HREF="./com/google/debugging/sourcemap/package-summary.html">com.google.debugging.sourcemap</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#sourceMapDetailLevel"><B>sourceMapDetailLevel</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>The detail level for the generated source map.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapFormat.html" title="enum in com.google.debugging.sourcemap"><B>SourceMapFormat</B></A> - Enum in <A HREF="./com/google/debugging/sourcemap/package-summary.html">com.google.debugging.sourcemap</A><DD>A list of currently support SourceMap format revisions.<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#sourceMapFormat"><B>sourceMapFormat</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>The source map file format
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGenerator.html" title="interface in com.google.debugging.sourcemap"><B>SourceMapGenerator</B></A> - Interface in <A HREF="./com/google/debugging/sourcemap/package-summary.html">com.google.debugging.sourcemap</A><DD>Collects information mapping the generated (compiled) source back to
its original source for debugging purposes<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorFactory.html" title="class in com.google.debugging.sourcemap"><B>SourceMapGeneratorFactory</B></A> - Class in <A HREF="./com/google/debugging/sourcemap/package-summary.html">com.google.debugging.sourcemap</A><DD>&nbsp;<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorFactory.html#SourceMapGeneratorFactory()"><B>SourceMapGeneratorFactory()</B></A> -
Constructor for class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorFactory.html" title="class in com.google.debugging.sourcemap">SourceMapGeneratorFactory</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV1.html" title="class in com.google.debugging.sourcemap"><B>SourceMapGeneratorV1</B></A> - Class in <A HREF="./com/google/debugging/sourcemap/package-summary.html">com.google.debugging.sourcemap</A><DD>Collects information mapping the generated (compiled) source back to
its original source for debugging purposes.<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV1.html#SourceMapGeneratorV1()"><B>SourceMapGeneratorV1()</B></A> -
Constructor for class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV1.html" title="class in com.google.debugging.sourcemap">SourceMapGeneratorV1</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV2.html" title="class in com.google.debugging.sourcemap"><B>SourceMapGeneratorV2</B></A> - Class in <A HREF="./com/google/debugging/sourcemap/package-summary.html">com.google.debugging.sourcemap</A><DD>Collects information mapping the generated (compiled) source back to
its original source for debugging purposes.<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV2.html#SourceMapGeneratorV2()"><B>SourceMapGeneratorV2()</B></A> -
Constructor for class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV2.html" title="class in com.google.debugging.sourcemap">SourceMapGeneratorV2</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV2.LineMapEncoder.html" title="class in com.google.debugging.sourcemap"><B>SourceMapGeneratorV2.LineMapEncoder</B></A> - Class in <A HREF="./com/google/debugging/sourcemap/package-summary.html">com.google.debugging.sourcemap</A><DD>&nbsp;<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV2.LineMapEncoder.html#SourceMapGeneratorV2.LineMapEncoder()"><B>SourceMapGeneratorV2.LineMapEncoder()</B></A> -
Constructor for class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV2.LineMapEncoder.html" title="class in com.google.debugging.sourcemap">SourceMapGeneratorV2.LineMapEncoder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV3.html" title="class in com.google.debugging.sourcemap"><B>SourceMapGeneratorV3</B></A> - Class in <A HREF="./com/google/debugging/sourcemap/package-summary.html">com.google.debugging.sourcemap</A><DD>Collects information mapping the generated (compiled) source back to
its original source for debugging purposes.<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV3.html#SourceMapGeneratorV3()"><B>SourceMapGeneratorV3()</B></A> -
Constructor for class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV3.html" title="class in com.google.debugging.sourcemap">SourceMapGeneratorV3</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#sourceMapLocationMappings"><B>sourceMapLocationMappings</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#sourceMapOutputPath"><B>sourceMapOutputPath</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>The output path for the source map.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapParseException.html" title="class in com.google.debugging.sourcemap"><B>SourceMapParseException</B></A> - Exception in <A HREF="./com/google/debugging/sourcemap/package-summary.html">com.google.debugging.sourcemap</A><DD>Throw if an invalid or unknown source map is encountered.<DT><A HREF="./com/google/debugging/sourcemap/SourceMapParseException.html#SourceMapParseException(java.lang.String)"><B>SourceMapParseException(String)</B></A> -
Constructor for exception com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapParseException.html" title="class in com.google.debugging.sourcemap">SourceMapParseException</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapping.html" title="interface in com.google.debugging.sourcemap"><B>SourceMapping</B></A> - Interface in <A HREF="./com/google/debugging/sourcemap/package-summary.html">com.google.debugging.sourcemap</A><DD>Interface for provide a way of mapping (line, column) positions back to
positions in the original (uncompiled) source code.<DT><A HREF="./com/google/debugging/sourcemap/SourceMappingReversable.html" title="interface in com.google.debugging.sourcemap"><B>SourceMappingReversable</B></A> - Interface in <A HREF="./com/google/debugging/sourcemap/package-summary.html">com.google.debugging.sourcemap</A><DD>A SourceMappingReversable is a SourceMapping that can provide the reverse
(source --> target) source mapping.<DT><A HREF="./com/google/debugging/sourcemap/SourceMapSection.html" title="class in com.google.debugging.sourcemap"><B>SourceMapSection</B></A> - Class in <A HREF="./com/google/debugging/sourcemap/package-summary.html">com.google.debugging.sourcemap</A><DD>A class representing a partial source map.<DT><A HREF="./com/google/debugging/sourcemap/SourceMapSection.html#SourceMapSection(java.lang.String, int, int)"><B>SourceMapSection(String, int, int)</B></A> -
Constructor for class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapSection.html" title="class in com.google.debugging.sourcemap">SourceMapSection</A>
<DD><B>Deprecated.</B>&nbsp;<I></I>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapSection.SectionType.html" title="enum in com.google.debugging.sourcemap"><B>SourceMapSection.SectionType</B></A> - Enum in <A HREF="./com/google/debugging/sourcemap/package-summary.html">com.google.debugging.sourcemap</A><DD>&nbsp;<DT><A HREF="./com/google/debugging/sourcemap/SourceMapSupplier.html" title="interface in com.google.debugging.sourcemap"><B>SourceMapSupplier</B></A> - Interface in <A HREF="./com/google/debugging/sourcemap/package-summary.html">com.google.debugging.sourcemap</A><DD>A class for mapping source map names to the actual contents.<DT><A HREF="./com/google/javascript/jscomp/JSError.html#sourceName"><B>sourceName</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSError.html" title="class in com.google.javascript.jscomp">JSError</A>
<DD>Name of the source
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonMLError.html#sourceName"><B>sourceName</B></A> -
Variable in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonMLError.html" title="class in com.google.javascript.jscomp.jsonml">JsonMLError</A>
<DD>Name of the source
<DT><A HREF="./com/google/javascript/rhino/Node.html#SOURCENAME_PROP"><B>SOURCENAME_PROP</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphReachability.EdgeTuple.html#sourceNode"><B>sourceNode</B></A> -
Variable in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphReachability.EdgeTuple.html" title="class in com.google.javascript.jscomp.graph">GraphReachability.EdgeTuple</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/SourcePosition.html" title="class in com.google.javascript.rhino"><B>SourcePosition</B></A>&lt;<A HREF="./com/google/javascript/rhino/SourcePosition.html" title="type parameter in SourcePosition">T</A>&gt; - Class in <A HREF="./com/google/javascript/rhino/package-summary.html">com.google.javascript.rhino</A><DD>Represents a position in some piece of source code, with an associated
item of type T found at that position.<DT><A HREF="./com/google/javascript/rhino/SourcePosition.html#SourcePosition()"><B>SourcePosition()</B></A> -
Constructor for class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/SourcePosition.html" title="class in com.google.javascript.rhino">SourcePosition</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#srcref(com.google.javascript.rhino.Node)"><B>srcref(Node)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#srcrefTree(com.google.javascript.rhino.Node)"><B>srcrefTree(Node)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/StandardUnionFind.html" title="class in com.google.javascript.jscomp.graph"><B>StandardUnionFind</B></A>&lt;<A HREF="./com/google/javascript/jscomp/graph/StandardUnionFind.html" title="type parameter in StandardUnionFind">E</A>&gt; - Class in <A HREF="./com/google/javascript/jscomp/graph/package-summary.html">com.google.javascript.jscomp.graph</A><DD>A Union-Find implementation.<DT><A HREF="./com/google/javascript/jscomp/graph/StandardUnionFind.html#StandardUnionFind()"><B>StandardUnionFind()</B></A> -
Constructor for class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/StandardUnionFind.html" title="class in com.google.javascript.jscomp.graph">StandardUnionFind</A>
<DD>Creates an empty UnionFind structure.
<DT><A HREF="./com/google/javascript/jscomp/graph/StandardUnionFind.html#StandardUnionFind(com.google.javascript.jscomp.graph.UnionFind)"><B>StandardUnionFind(UnionFind&lt;E&gt;)</B></A> -
Constructor for class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/StandardUnionFind.html" title="class in com.google.javascript.jscomp.graph">StandardUnionFind</A>
<DD>Creates an UnionFind structure being a copy of other structure.
<DT><A HREF="./com/google/javascript/rhino/Token.html#STAR"><B>STAR</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/jscomp/StatementFusion.html" title="class in com.google.javascript.jscomp"><B>StatementFusion</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Tries to fuse all the statements in a block into a one statement by using
COMMAs.<DT><A HREF="./com/google/javascript/jscomp/StatementFusion.html#StatementFusion()"><B>StatementFusion()</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/StatementFusion.html" title="class in com.google.javascript.jscomp">StatementFusion</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#STATIC_SOURCE_FILE"><B>STATIC_SOURCE_FILE</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/StaticReference.html" title="interface in com.google.javascript.rhino.jstype"><B>StaticReference</B></A>&lt;<A HREF="./com/google/javascript/rhino/jstype/StaticReference.html" title="type parameter in StaticReference">T</A>&gt; - Interface in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>The <code>StaticReference</code> tells us all the ways that a <code>StaticSlot</code>
is used in a program.<DT><A HREF="./com/google/javascript/rhino/jstype/StaticScope.html" title="interface in com.google.javascript.rhino.jstype"><B>StaticScope</B></A>&lt;<A HREF="./com/google/javascript/rhino/jstype/StaticScope.html" title="type parameter in StaticScope">T</A>&gt; - Interface in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>The <code>StaticScope</code> interface must be implemented by any object that
defines variables for the purposes of static analysis.<DT><A HREF="./com/google/javascript/rhino/jstype/StaticSlot.html" title="interface in com.google.javascript.rhino.jstype"><B>StaticSlot</B></A>&lt;<A HREF="./com/google/javascript/rhino/jstype/StaticSlot.html" title="type parameter in StaticSlot">T</A>&gt; - Interface in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>The <code>StaticSlot</code> interface must be implemented by variables that can
appear as members of a <code>StaticScope</code>.<DT><A HREF="./com/google/javascript/rhino/jstype/StaticSourceFile.html" title="interface in com.google.javascript.rhino.jstype"><B>StaticSourceFile</B></A> - Interface in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>The <code>StaticSourceFile</code> contains information about a compiler input.<DT><A HREF="./com/google/javascript/rhino/jstype/StaticSymbolTable.html" title="interface in com.google.javascript.rhino.jstype"><B>StaticSymbolTable</B></A>&lt;<A HREF="./com/google/javascript/rhino/jstype/StaticSymbolTable.html" title="type parameter in StaticSymbolTable">S</A> extends <A HREF="./com/google/javascript/rhino/jstype/StaticSlot.html" title="interface in com.google.javascript.rhino.jstype">StaticSlot</A>&lt;<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>&gt;,<A HREF="./com/google/javascript/rhino/jstype/StaticSymbolTable.html" title="type parameter in StaticSymbolTable">R</A> extends <A HREF="./com/google/javascript/rhino/jstype/StaticReference.html" title="interface in com.google.javascript.rhino.jstype">StaticReference</A>&lt;<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>&gt;&gt; - Interface in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>Lookup references by the symbols that they refer to.<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html#STRICT_MODULE_DEP_CHECK"><B>STRICT_MODULE_DEP_CHECK</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html" title="class in com.google.javascript.jscomp">DiagnosticGroups</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/StrictWarningsGuard.html" title="class in com.google.javascript.jscomp"><B>StrictWarningsGuard</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>All warnings should be reported as errors.<DT><A HREF="./com/google/javascript/jscomp/StrictWarningsGuard.html#StrictWarningsGuard()"><B>StrictWarningsGuard()</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/StrictWarningsGuard.html" title="class in com.google.javascript.jscomp">StrictWarningsGuard</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/IR.html#string(java.lang.String)"><B>string(String)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#STRING"><B>STRING</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#STRING_OBJECT_FUNCTION_TYPE"><B>STRING_OBJECT_FUNCTION_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#STRING_OBJECT_TYPE"><B>STRING_OBJECT_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#STRING_TYPE"><B>STRING_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Result.html#stringMap"><B>stringMap</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Result.html" title="class in com.google.javascript.jscomp">Result</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/StringType.html" title="class in com.google.javascript.rhino.jstype"><B>StringType</B></A> - Class in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>String type.<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#stripNamePrefixes"><B>stripNamePrefixes</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Name prefixes that determine which variables and properties to strip
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#stripNameSuffixes"><B>stripNameSuffixes</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Name suffixes that determine which variables and properties to strip
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#stripTypePrefixes"><B>stripTypePrefixes</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Qualified type name prefixes that determine which types to strip
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#stripTypes"><B>stripTypes</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Names of types to strip
<DT><A HREF="./com/google/javascript/rhino/IR.html#sub(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>sub(Node, Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#SUB"><B>SUB</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/jscomp/graph/SubGraph.html" title="interface in com.google.javascript.jscomp.graph"><B>SubGraph</B></A>&lt;<A HREF="./com/google/javascript/jscomp/graph/SubGraph.html" title="type parameter in SubGraph">N</A>,<A HREF="./com/google/javascript/jscomp/graph/SubGraph.html" title="type parameter in SubGraph">E</A>&gt; - Interface in <A HREF="./com/google/javascript/jscomp/graph/package-summary.html">com.google.javascript.jscomp.graph</A><DD>An interface representing a subgraph that provides adjacency calculation to
a node.<DT><A HREF="./com/google/javascript/jscomp/JsMessage.PlaceholderReference.html#subSequence(int, int)"><B>subSequence(int, int)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.PlaceholderReference.html" title="class in com.google.javascript.jscomp">JsMessage.PlaceholderReference</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Result.html#success"><B>success</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Result.html" title="class in com.google.javascript.jscomp">Result</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#SWITCH"><B>SWITCH</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/IR.html#switchNode(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node...)"><B>switchNode(Node, Node...)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/deps/JsFunctionParser.SymbolInfo.html#symbol"><B>symbol</B></A> -
Variable in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/JsFunctionParser.SymbolInfo.html" title="class in com.google.javascript.jscomp.deps">JsFunctionParser.SymbolInfo</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.html" title="class in com.google.javascript.jscomp"><B>SymbolTable</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>A symbol table for people that want to use Closure Compiler as an indexer.<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.Reference.html" title="class in com.google.javascript.jscomp"><B>SymbolTable.Reference</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.Symbol.html" title="class in com.google.javascript.jscomp"><B>SymbolTable.Symbol</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.SymbolScope.html" title="class in com.google.javascript.jscomp"><B>SymbolTable.SymbolScope</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#SYNTAX_ERROR_FUNCTION_TYPE"><B>SYNTAX_ERROR_FUNCTION_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#SYNTAX_ERROR_TYPE"><B>SYNTAX_ERROR_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#SYNTHETIC_BLOCK_PROP"><B>SYNTHETIC_BLOCK_PROP</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SyntheticAst.html" title="class in com.google.javascript.jscomp"><B>SyntheticAst</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>An AST generated totally by the compiler.<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#syntheticBlockEndMarker"><B>syntheticBlockEndMarker</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#syntheticBlockStartMarker"><B>syntheticBlockStartMarker</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./com/google/javascript/jscomp/jsonml/TagAttr.html" title="enum in com.google.javascript.jscomp.jsonml"><B>TagAttr</B></A> - Enum in <A HREF="./com/google/javascript/jscomp/jsonml/package-summary.html">com.google.javascript.jscomp.jsonml</A><DD>List of attributes that a JsonML element may have.<DT><A HREF="./com/google/javascript/jscomp/jsonml/TagType.html" title="enum in com.google.javascript.jscomp.jsonml"><B>TagType</B></A> - Enum in <A HREF="./com/google/javascript/jscomp/jsonml/package-summary.html">com.google.javascript.jscomp.jsonml</A><DD>List of types allowed for JsonML elements.<DT><A HREF="./com/google/javascript/rhino/jstype/TemplateType.html" title="class in com.google.javascript.rhino.jstype"><B>TemplateType</B></A> - Class in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/rhino/jstype/TernaryValue.html" title="enum in com.google.javascript.rhino.jstype"><B>TernaryValue</B></A> - Enum in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>An enum for ternary logic.<DT><A HREF="./com/google/javascript/jscomp/testing/TestErrorReporter.html" title="class in com.google.javascript.jscomp.testing"><B>TestErrorReporter</B></A> - Class in <A HREF="./com/google/javascript/jscomp/testing/package-summary.html">com.google.javascript.jscomp.testing</A><DD>An error reporter for testing that verifies that messages reported to the
reporter are expected.<DT><A HREF="./com/google/javascript/jscomp/testing/TestErrorReporter.html#TestErrorReporter(java.lang.String[], java.lang.String[])"><B>TestErrorReporter(String[], String[])</B></A> -
Constructor for class com.google.javascript.jscomp.testing.<A HREF="./com/google/javascript/jscomp/testing/TestErrorReporter.html" title="class in com.google.javascript.jscomp.testing">TestErrorReporter</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/TestErrorReporter.html" title="class in com.google.javascript.rhino.testing"><B>TestErrorReporter</B></A> - Class in <A HREF="./com/google/javascript/rhino/testing/package-summary.html">com.google.javascript.rhino.testing</A><DD>An error reporter for testing that verifies that messages reported to the
reporter are expected.<DT><A HREF="./com/google/javascript/rhino/testing/TestErrorReporter.html#TestErrorReporter(java.lang.String[], java.lang.String[])"><B>TestErrorReporter(String[], String[])</B></A> -
Constructor for class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/TestErrorReporter.html" title="class in com.google.javascript.rhino.testing">TestErrorReporter</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/AllType.html#testForEquality(com.google.javascript.rhino.jstype.JSType)"><B>testForEquality(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/AllType.html" title="class in com.google.javascript.rhino.jstype">AllType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/BooleanType.html#testForEquality(com.google.javascript.rhino.jstype.JSType)"><B>testForEquality(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/BooleanType.html" title="class in com.google.javascript.rhino.jstype">BooleanType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html#testForEquality(com.google.javascript.rhino.jstype.JSType)"><B>testForEquality(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html" title="class in com.google.javascript.rhino.jstype">EnumElementType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumType.html#testForEquality(com.google.javascript.rhino.jstype.JSType)"><B>testForEquality(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumType.html" title="class in com.google.javascript.rhino.jstype">EnumType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#testForEquality(com.google.javascript.rhino.jstype.JSType)"><B>testForEquality(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Compares <code>this</code> and <code>that</code>.
<DT><A HREF="./com/google/javascript/rhino/jstype/NullType.html#testForEquality(com.google.javascript.rhino.jstype.JSType)"><B>testForEquality(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NullType.html" title="class in com.google.javascript.rhino.jstype">NullType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NumberType.html#testForEquality(com.google.javascript.rhino.jstype.JSType)"><B>testForEquality(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NumberType.html" title="class in com.google.javascript.rhino.jstype">NumberType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#testForEquality(com.google.javascript.rhino.jstype.JSType)"><B>testForEquality(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/StringType.html#testForEquality(com.google.javascript.rhino.jstype.JSType)"><B>testForEquality(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/StringType.html" title="class in com.google.javascript.rhino.jstype">StringType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/UnionType.html#testForEquality(com.google.javascript.rhino.jstype.JSType)"><B>testForEquality(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnionType.html" title="class in com.google.javascript.rhino.jstype">UnionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/UnknownType.html#testForEquality(com.google.javascript.rhino.jstype.JSType)"><B>testForEquality(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnknownType.html" title="class in com.google.javascript.rhino.jstype">UnknownType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/VoidType.html#testForEquality(com.google.javascript.rhino.jstype.JSType)"><B>testForEquality(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/VoidType.html" title="class in com.google.javascript.rhino.jstype">VoidType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/ScriptRuntime.html#testUint32String(java.lang.String)"><B>testUint32String(String)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/ScriptRuntime.html" title="class in com.google.javascript.rhino">ScriptRuntime</A>
<DD>If str is a decimal presentation of Uint32 value, return it as long.
<DT><A HREF="./com/google/javascript/rhino/Token.html#THIS"><B>THIS</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/IR.html#thisNode()"><B>thisNode()</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#THROW"><B>THROW</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/IR.html#throwNode(com.google.javascript.rhino.Node)"><B>throwNode(Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#toAnnotationString()"><B>toAnnotationString()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>A string representation of this type, suitable for printing
in type annotations at code generation time.
<DT><A HREF="./com/google/javascript/rhino/jstype/TernaryValue.html#toBoolean(boolean)"><B>toBoolean(boolean)</B></A> -
Method in enum com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/TernaryValue.html" title="enum in com.google.javascript.rhino.jstype">TernaryValue</A>
<DD>Converts <code>this</code> ternary value to boolean.
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#toBuilder()"><B>toBuilder()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#toBuilder()"><B>toBuilder()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#toBuilder()"><B>toBuilder()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html#toBuilder()"><B>toBuilder()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#toBuilder()"><B>toBuilder()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#toBuilder()"><B>toBuilder()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/VariableMap.html#toBytes()"><B>toBytes()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/VariableMap.html" title="class in com.google.javascript.jscomp">VariableMap</A>
<DD>Serializes the variable map to a byte array.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#toDebugHashCodeString()"><B>toDebugHashCodeString()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#toDebugHashCodeString()"><B>toDebugHashCodeString()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>A hash code function for diagnosing complicated issues
around type-identity.
<DT><A HREF="./com/google/javascript/rhino/jstype/UnionType.html#toDebugHashCodeString()"><B>toDebugHashCodeString()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnionType.html" title="class in com.google.javascript.rhino.jstype">UnionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/regex/RegExpTree.html#toDebugString()"><B>toDebugString()</B></A> -
Method in class com.google.javascript.jscomp.regex.<A HREF="./com/google/javascript/jscomp/regex/RegExpTree.html" title="class in com.google.javascript.jscomp.regex">RegExpTree</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.html#toDebugString()"><B>toDebugString()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.html" title="class in com.google.javascript.jscomp">SymbolTable</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DotFormatter.html#toDot(com.google.javascript.rhino.Node)"><B>toDot(Node)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DotFormatter.html" title="class in com.google.javascript.jscomp">DotFormatter</A>
<DD>Converts an AST to dot representation.
<DT><A HREF="./com/google/javascript/jscomp/DotFormatter.html#toDot(com.google.javascript.jscomp.graph.GraphvizGraph)"><B>toDot(GraphvizGraph)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DotFormatter.html" title="class in com.google.javascript.jscomp">DotFormatter</A>
<DD>Outputs a string in DOT format that presents the graph.
<DT><A HREF="./com/google/javascript/jscomp/ErrorFormat.html#toFormatter(com.google.javascript.jscomp.SourceExcerptProvider, boolean)"><B>toFormatter(SourceExcerptProvider, boolean)</B></A> -
Method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ErrorFormat.html" title="enum in com.google.javascript.jscomp">ErrorFormat</A>
<DD>Convert to a concrete formatter.
<DT><A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino"><B>Token</B></A> - Class in <A HREF="./com/google/javascript/rhino/package-summary.html">com.google.javascript.rhino</A><DD>This class implements the JavaScript scanner.<DT><A HREF="./com/google/javascript/rhino/Token.html#Token()"><B>Token()</B></A> -
Constructor for class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/TokenStream.html" title="class in com.google.javascript.rhino"><B>TokenStream</B></A> - Class in <A HREF="./com/google/javascript/rhino/package-summary.html">com.google.javascript.rhino</A><DD>This class implements the JavaScript scanner.<DT><A HREF="./com/google/javascript/rhino/TokenStream.html#TokenStream()"><B>TokenStream()</B></A> -
Constructor for class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/TokenStream.html" title="class in com.google.javascript.rhino">TokenStream</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html#toMaybeEnumElementType()"><B>toMaybeEnumElementType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html" title="class in com.google.javascript.rhino.jstype">EnumElementType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#toMaybeEnumElementType()"><B>toMaybeEnumElementType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Downcasts this to an EnumElementType, or returns null if this is not an EnumElementType.
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumType.html#toMaybeEnumType()"><B>toMaybeEnumType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumType.html" title="class in com.google.javascript.rhino.jstype">EnumType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#toMaybeEnumType()"><B>toMaybeEnumType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Downcasts this to an EnumType, or returns null if this is not an EnumType.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#toMaybeFunctionType()"><B>toMaybeFunctionType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#toMaybeFunctionType()"><B>toMaybeFunctionType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Downcasts this to a FunctionType, or returns null if this is not
a function.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#toMaybeFunctionType(com.google.javascript.rhino.jstype.JSType)"><B>toMaybeFunctionType(JSType)</B></A> -
Static method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Null-safe version of toMaybeFunctionType().
<DT><A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html#toMaybeFunctionType()"><B>toMaybeFunctionType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html" title="class in com.google.javascript.rhino.jstype">NoObjectType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#toMaybeUnionType()"><B>toMaybeUnionType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Downcasts this to a UnionType, or returns null if this is not a UnionType.
<DT><A HREF="./com/google/javascript/rhino/jstype/UnionType.html#toMaybeUnionType()"><B>toMaybeUnionType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnionType.html" title="class in com.google.javascript.rhino.jstype">UnionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ProcessCommonJSModules.html#toModuleName(java.lang.String)"><B>toModuleName(String)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ProcessCommonJSModules.html" title="class in com.google.javascript.jscomp">ProcessCommonJSModules</A>
<DD>Turns a filename into a JS identifier that is used for moduleNames in
rewritten code.
<DT><A HREF="./com/google/javascript/jscomp/ProcessCommonJSModules.html#toModuleName(java.lang.String, java.lang.String)"><B>toModuleName(String, String)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ProcessCommonJSModules.html" title="class in com.google.javascript.jscomp">ProcessCommonJSModules</A>
<DD>Turn a filename into a moduleName with support for relative addressing
with ./ and ../ based on currentFilename;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/Validator.html#TOO_MANY_CHILDREN_FMT"><B>TOO_MANY_CHILDREN_FMT</B></A> -
Static variable in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/Validator.html" title="class in com.google.javascript.jscomp.jsonml">Validator</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#toObjectType()"><B>toObjectType()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Casts this to an ObjectType, or returns null if this is not an ObjectType.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#toSource()"><B>toSource()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Converts the main parse tree back to js code.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#toSource(com.google.javascript.jscomp.JSModule)"><B>toSource(JSModule)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Converts the parse tree for a module back to js code.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#toSource(com.google.javascript.jscomp.Compiler.CodeBuilder, int, com.google.javascript.rhino.Node)"><B>toSource(Compiler.CodeBuilder, int, Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Writes out js code from a root node.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#toSourceArray()"><B>toSourceArray()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Converts the parse tree for each input back to js code.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#toSourceArray(com.google.javascript.jscomp.JSModule)"><B>toSourceArray(JSModule)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>Converts the parse tree for each input in a module back to js code.
<DT><A HREF="./com/google/javascript/jscomp/Compiler.CodeBuilder.html#toString()"><B>toString()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.CodeBuilder.html" title="class in com.google.javascript.jscomp">Compiler.CodeBuilder</A>
<DD>Returns all text in the text buffer.
<DT><A HREF="./com/google/javascript/jscomp/CompilerInput.html#toString()"><B>toString()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerInput.html" title="class in com.google.javascript.jscomp">CompilerInput</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/ComposeWarningsGuard.html#toString()"><B>toString()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ComposeWarningsGuard.html" title="class in com.google.javascript.jscomp">ComposeWarningsGuard</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/deps/SimpleDependencyInfo.html#toString()"><B>toString()</B></A> -
Method in class com.google.javascript.jscomp.deps.<A HREF="./com/google/javascript/jscomp/deps/SimpleDependencyInfo.html" title="class in com.google.javascript.jscomp.deps">SimpleDependencyInfo</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroup.html#toString()"><B>toString()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroup.html" title="class in com.google.javascript.jscomp">DiagnosticGroup</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroupWarningsGuard.html#toString()"><B>toString()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroupWarningsGuard.html" title="class in com.google.javascript.jscomp">DiagnosticGroupWarningsGuard</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticType.html#toString()"><B>toString()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticType.html" title="class in com.google.javascript.jscomp">DiagnosticType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JSError.html#toString()"><B>toString()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSError.html" title="class in com.google.javascript.jscomp">JSError</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.PlaceholderReference.html#toString()"><B>toString()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.PlaceholderReference.html" title="class in com.google.javascript.jscomp">JsMessage.PlaceholderReference</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.html#toString()"><B>toString()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.html" title="class in com.google.javascript.jscomp">JsMessage</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/JSModule.html#toString()"><B>toString()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JSModule.html" title="class in com.google.javascript.jscomp">JSModule</A>
<DD>Returns the module name (primarily for debugging).
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html#toString()"><B>toString()</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html" title="class in com.google.javascript.jscomp.jsonml">JsonML</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/TagAttr.html#toString()"><B>toString()</B></A> -
Method in enum com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/TagAttr.html" title="enum in com.google.javascript.jscomp.jsonml">TagAttr</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/regex/RegExpTree.html#toString()"><B>toString()</B></A> -
Method in class com.google.javascript.jscomp.regex.<A HREF="./com/google/javascript/jscomp/regex/RegExpTree.html" title="class in com.google.javascript.jscomp.regex">RegExpTree</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Scope.Var.html#toString()"><B>toString()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Scope.Var.html" title="class in com.google.javascript.jscomp">Scope.Var</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.html#toString()"><B>toString()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.html" title="class in com.google.javascript.jscomp">SourceFile</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.Symbol.html#toString()"><B>toString()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.Symbol.html" title="class in com.google.javascript.jscomp">SymbolTable.Symbol</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/SymbolTable.SymbolScope.html#toString()"><B>toString()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SymbolTable.SymbolScope.html" title="class in com.google.javascript.jscomp">SymbolTable.SymbolScope</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/InputId.html#toString()"><B>toString()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/InputId.html" title="class in com.google.javascript.rhino">InputId</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.html#toString()"><B>toString()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.html" title="class in com.google.javascript.rhino">JSDocInfo</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#toString()"><B>toString()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>A string representation of this type, suitable for printing
in warnings.
<DT><A HREF="./com/google/javascript/rhino/jstype/SimpleReference.html#toString()"><B>toString()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/SimpleReference.html" title="class in com.google.javascript.rhino.jstype">SimpleReference</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/SimpleSourceFile.html#toString()"><B>toString()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/SimpleSourceFile.html" title="class in com.google.javascript.rhino.jstype">SimpleSourceFile</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#toString()"><B>toString()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Node.html#toString(boolean, boolean, boolean)"><B>toString(boolean, boolean, boolean)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html#toStringTree()"><B>toStringTree()</B></A> -
Method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/JsonML.html" title="class in com.google.javascript.jscomp.jsonml">JsonML</A>
<DD>Prints a JsonML tree in a human readable format.
<DT><A HREF="./com/google/javascript/rhino/Node.html#toStringTree()"><B>toStringTree()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Compiler.html#tracker"><B>tracker</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Compiler.html" title="class in com.google.javascript.jscomp">Compiler</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.html#traverse(com.google.javascript.rhino.Node)"><B>traverse(Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.html" title="class in com.google.javascript.jscomp">NodeTraversal</A>
<DD>Traverses a parse tree recursively.
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.html#traverse(com.google.javascript.jscomp.AbstractCompiler, com.google.javascript.rhino.Node, com.google.javascript.jscomp.NodeTraversal.Callback)"><B>traverse(AbstractCompiler, Node, NodeTraversal.Callback)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.html" title="class in com.google.javascript.jscomp">NodeTraversal</A>
<DD>Traverses a node recursively.
<DT><A HREF="./com/google/javascript/jscomp/graph/FixedPointGraphTraversal.EdgeCallback.html#traverseEdge(Node, Edge, Node)"><B>traverseEdge(Node, Edge, Node)</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/FixedPointGraphTraversal.EdgeCallback.html" title="interface in com.google.javascript.jscomp.graph">FixedPointGraphTraversal.EdgeCallback</A>
<DD>Update the state of the destination node when the given edge
is traversed.
<DT><A HREF="./com/google/javascript/jscomp/graph/GraphReachability.html#traverseEdge(N, E, N)"><B>traverseEdge(N, E, N)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/GraphReachability.html" title="class in com.google.javascript.jscomp.graph">GraphReachability</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.html#traverseInnerNode(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node, com.google.javascript.jscomp.Scope)"><B>traverseInnerNode(Node, Node, Scope)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.html" title="class in com.google.javascript.jscomp">NodeTraversal</A>
<DD>Traverses an inner node recursively with a refined scope.
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.html#traverseRoots(com.google.javascript.rhino.Node...)"><B>traverseRoots(Node...)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.html" title="class in com.google.javascript.jscomp">NodeTraversal</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.html#traverseRoots(java.util.List)"><B>traverseRoots(List&lt;Node&gt;)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.html" title="class in com.google.javascript.jscomp">NodeTraversal</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.html#traverseRoots(com.google.javascript.jscomp.AbstractCompiler, java.util.List, com.google.javascript.jscomp.NodeTraversal.Callback)"><B>traverseRoots(AbstractCompiler, List&lt;Node&gt;, NodeTraversal.Callback)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.html" title="class in com.google.javascript.jscomp">NodeTraversal</A>
<DD>Traverses a list of node trees.
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.html#traverseRoots(com.google.javascript.jscomp.AbstractCompiler, com.google.javascript.jscomp.NodeTraversal.Callback, com.google.javascript.rhino.Node...)"><B>traverseRoots(AbstractCompiler, NodeTraversal.Callback, Node...)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.html" title="class in com.google.javascript.jscomp">NodeTraversal</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#TRUE"><B>TRUE</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/IR.html#trueNode()"><B>trueNode()</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#TRY"><B>TRY</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/IR.html#tryCatch(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>tryCatch(Node, Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/IR.html#tryCatchFinally(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>tryCatchFinally(Node, Node, Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/IR.html#tryFinally(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>tryFinally(Node, Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html#TWEAKS"><B>TWEAKS</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html" title="class in com.google.javascript.jscomp">DiagnosticGroups</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#TYPE_ERROR_FUNCTION_TYPE"><B>TYPE_ERROR_FUNCTION_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#TYPE_ERROR_TYPE"><B>TYPE_ERROR_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html#TYPE_INVALIDATION"><B>TYPE_INVALIDATION</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html" title="class in com.google.javascript.jscomp">DiagnosticGroups</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.TypePair.html#typeA"><B>typeA</B></A> -
Variable in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.TypePair.html" title="class in com.google.javascript.rhino.jstype">JSType.TypePair</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.TypePair.html#typeB"><B>typeB</B></A> -
Variable in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.TypePair.html" title="class in com.google.javascript.rhino.jstype">JSType.TypePair</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/TypeCheck.html" title="class in com.google.javascript.jscomp"><B>TypeCheck</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Checks the types of JS expressions against any declared type
information.<DT><A HREF="./com/google/javascript/jscomp/TypeCheck.html#TypeCheck(com.google.javascript.jscomp.AbstractCompiler, com.google.javascript.jscomp.ReverseAbstractInterpreter, com.google.javascript.rhino.jstype.JSTypeRegistry, com.google.javascript.jscomp.Scope, com.google.javascript.jscomp.ScopeCreator, com.google.javascript.jscomp.CheckLevel, com.google.javascript.jscomp.CheckLevel)"><B>TypeCheck(AbstractCompiler, ReverseAbstractInterpreter, JSTypeRegistry, Scope, ScopeCreator, CheckLevel, CheckLevel)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/TypeCheck.html" title="class in com.google.javascript.jscomp">TypeCheck</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/TypeCheck.html#TypeCheck(com.google.javascript.jscomp.AbstractCompiler, com.google.javascript.jscomp.ReverseAbstractInterpreter, com.google.javascript.rhino.jstype.JSTypeRegistry, com.google.javascript.jscomp.CheckLevel, com.google.javascript.jscomp.CheckLevel)"><B>TypeCheck(AbstractCompiler, ReverseAbstractInterpreter, JSTypeRegistry, CheckLevel, CheckLevel)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/TypeCheck.html" title="class in com.google.javascript.jscomp">TypeCheck</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#TYPEOF"><B>TYPEOF</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#U2U_CONSTRUCTOR_TYPE"><B>U2U_CONSTRUCTOR_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#U2U_FUNCTION_TYPE"><B>U2U_FUNCTION_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#unboxesTo()"><B>unboxesTo()</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Gets the type to which this type unboxes.
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html#UNDEFINED_NAMES"><B>UNDEFINED_NAMES</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html" title="class in com.google.javascript.jscomp">DiagnosticGroups</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html#UNDEFINED_VARIABLES"><B>UNDEFINED_VARIABLES</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html" title="class in com.google.javascript.jscomp">DiagnosticGroups</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/UndiGraph.html" title="class in com.google.javascript.jscomp.graph"><B>UndiGraph</B></A>&lt;<A HREF="./com/google/javascript/jscomp/graph/UndiGraph.html" title="type parameter in UndiGraph">N</A>,<A HREF="./com/google/javascript/jscomp/graph/UndiGraph.html" title="type parameter in UndiGraph">E</A>&gt; - Class in <A HREF="./com/google/javascript/jscomp/graph/package-summary.html">com.google.javascript.jscomp.graph</A><DD>A generic undirected graph.<DT><A HREF="./com/google/javascript/jscomp/graph/UndiGraph.html#UndiGraph()"><B>UndiGraph()</B></A> -
Constructor for class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/UndiGraph.html" title="class in com.google.javascript.jscomp.graph">UndiGraph</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/UndiGraph.UndiGraphEdge.html" title="interface in com.google.javascript.jscomp.graph"><B>UndiGraph.UndiGraphEdge</B></A>&lt;<A HREF="./com/google/javascript/jscomp/graph/UndiGraph.UndiGraphEdge.html" title="type parameter in UndiGraph.UndiGraphEdge">N</A>,<A HREF="./com/google/javascript/jscomp/graph/UndiGraph.UndiGraphEdge.html" title="type parameter in UndiGraph.UndiGraphEdge">E</A>&gt; - Interface in <A HREF="./com/google/javascript/jscomp/graph/package-summary.html">com.google.javascript.jscomp.graph</A><DD>A generic undirected graph edge.<DT><A HREF="./com/google/javascript/jscomp/graph/UndiGraph.UndiGraphNode.html" title="interface in com.google.javascript.jscomp.graph"><B>UndiGraph.UndiGraphNode</B></A>&lt;<A HREF="./com/google/javascript/jscomp/graph/UndiGraph.UndiGraphNode.html" title="type parameter in UndiGraph.UndiGraphNode">N</A>,<A HREF="./com/google/javascript/jscomp/graph/UndiGraph.UndiGraphNode.html" title="type parameter in UndiGraph.UndiGraphNode">E</A>&gt; - Interface in <A HREF="./com/google/javascript/jscomp/graph/package-summary.html">com.google.javascript.jscomp.graph</A><DD>A generic undirected graph node.<DT><A HREF="./com/google/javascript/jscomp/graph/StandardUnionFind.html#union(E, E)"><B>union(E, E)</B></A> -
Method in class com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/StandardUnionFind.html" title="class in com.google.javascript.jscomp.graph">StandardUnionFind</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/graph/UnionFind.html#union(E, E)"><B>union(E, E)</B></A> -
Method in interface com.google.javascript.jscomp.graph.<A HREF="./com/google/javascript/jscomp/graph/UnionFind.html" title="interface in com.google.javascript.jscomp.graph">UnionFind</A>
<DD>Unions the equivalence classes of <code>a</code> and <code>b</code> and returns the
representative of the resulting equivalence class.
<DT><A HREF="./com/google/javascript/rhino/jstype/BooleanLiteralSet.html#union(com.google.javascript.rhino.jstype.BooleanLiteralSet)"><B>union(BooleanLiteralSet)</B></A> -
Method in enum com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/BooleanLiteralSet.html" title="enum in com.google.javascript.rhino.jstype">BooleanLiteralSet</A>
<DD>Computes the union of this set and <code>that</code>.
<DT><A HREF="./com/google/javascript/jscomp/graph/UnionFind.html" title="interface in com.google.javascript.jscomp.graph"><B>UnionFind</B></A>&lt;<A HREF="./com/google/javascript/jscomp/graph/UnionFind.html" title="type parameter in UnionFind">E</A>&gt; - Interface in <A HREF="./com/google/javascript/jscomp/graph/package-summary.html">com.google.javascript.jscomp.graph</A><DD>Union-Find is a classical algorithm used to find connected components in
graph theory.<DT><A HREF="./com/google/javascript/rhino/jstype/UnionType.html" title="class in com.google.javascript.rhino.jstype"><B>UnionType</B></A> - Class in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>The <code>UnionType</code> implements a common JavaScript idiom in which the
code is specifically designed to work with multiple input types.<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html#UNKNOWN_DEFINES"><B>UNKNOWN_DEFINES</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html" title="class in com.google.javascript.jscomp">DiagnosticGroups</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#UNKNOWN_NAME"><B>UNKNOWN_NAME</B></A> -
Static variable in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#UNKNOWN_TYPE"><B>UNKNOWN_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/UnknownType.html" title="class in com.google.javascript.rhino.jstype"><B>UnknownType</B></A> - Class in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>The <code>Unknown</code> type.<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html#unregisterPropertyOnType(java.lang.String, com.google.javascript.rhino.jstype.JSType)"><B>unregisterPropertyOnType(String, JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype">JSTypeRegistry</A>
<DD>Removes the index's reference to a property on the given type (if it is
currently registered).
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#URI_ERROR_FUNCTION_TYPE"><B>URI_ERROR_FUNCTION_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#URI_ERROR_TYPE"><B>URI_ERROR_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#URSH"><B>URSH</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/Node.html#useSourceInfoFrom(com.google.javascript.rhino.Node)"><B>useSourceInfoFrom(Node)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Overwrite all the source information in this node with
that of <code>other</code>.
<DT><A HREF="./com/google/javascript/rhino/Node.html#useSourceInfoFromForTree(com.google.javascript.rhino.Node)"><B>useSourceInfoFromForTree(Node)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Overwrite all the source information in this node and its subtree with
that of <code>other</code>.
<DT><A HREF="./com/google/javascript/rhino/Node.html#useSourceInfoIfMissingFrom(com.google.javascript.rhino.Node)"><B>useSourceInfoIfMissingFrom(Node)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Overwrite all the source information in this node with
that of <code>other</code> iff the source info is missing.
<DT><A HREF="./com/google/javascript/rhino/Node.html#useSourceInfoIfMissingFromForTree(com.google.javascript.rhino.Node)"><B>useSourceInfoIfMissingFromForTree(Node)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Overwrite all the source information in this node and its subtree with
that of <code>other</code> iff the source info is missing.
</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGenerator.html#validate(boolean)"><B>validate(boolean)</B></A> -
Method in interface com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGenerator.html" title="interface in com.google.debugging.sourcemap">SourceMapGenerator</A>
<DD>Whether to perform additional validation on the source map.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV1.html#validate(boolean)"><B>validate(boolean)</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV1.html" title="class in com.google.debugging.sourcemap">SourceMapGeneratorV1</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV2.html#validate(boolean)"><B>validate(boolean)</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV2.html" title="class in com.google.debugging.sourcemap">SourceMapGeneratorV2</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV3.html#validate(boolean)"><B>validate(boolean)</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapGeneratorV3.html" title="class in com.google.debugging.sourcemap">SourceMapGeneratorV3</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/Validator.html#validate(com.google.javascript.jscomp.jsonml.JsonML)"><B>validate(JsonML)</B></A> -
Static method in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/Validator.html" title="class in com.google.javascript.jscomp.jsonml">Validator</A>
<DD>Validates the specified JsonML element.
<DT><A HREF="./com/google/javascript/jscomp/SourceMap.html#validate(boolean)"><B>validate(boolean)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceMap.html" title="class in com.google.javascript.jscomp">SourceMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/AstValidator.html#validateCodeRoot(com.google.javascript.rhino.Node)"><B>validateCodeRoot(Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/AstValidator.html" title="class in com.google.javascript.jscomp">AstValidator</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/AstValidator.html#validateExpression(com.google.javascript.rhino.Node)"><B>validateExpression(Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/AstValidator.html" title="class in com.google.javascript.jscomp">AstValidator</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/AstValidator.html#validateRoot(com.google.javascript.rhino.Node)"><B>validateRoot(Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/AstValidator.html" title="class in com.google.javascript.jscomp">AstValidator</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/AstValidator.html#validateScript(com.google.javascript.rhino.Node)"><B>validateScript(Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/AstValidator.html" title="class in com.google.javascript.jscomp">AstValidator</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/AstValidator.html#validateStatement(com.google.javascript.rhino.Node)"><B>validateStatement(Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/AstValidator.html" title="class in com.google.javascript.jscomp">AstValidator</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/jsonml/Validator.html" title="class in com.google.javascript.jscomp.jsonml"><B>Validator</B></A> - Class in <A HREF="./com/google/javascript/jscomp/jsonml/package-summary.html">com.google.javascript.jscomp.jsonml</A><DD>Statically validates JsonML elements.<DT><A HREF="./com/google/debugging/sourcemap/SourceMapFormat.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapFormat.html" title="enum in com.google.debugging.sourcemap">SourceMapFormat</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapSection.SectionType.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapSection.SectionType.html" title="enum in com.google.debugging.sourcemap">SourceMapSection.SectionType</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/google/javascript/jscomp/AnonymousFunctionNamingPolicy.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/AnonymousFunctionNamingPolicy.html" title="enum in com.google.javascript.jscomp">AnonymousFunctionNamingPolicy</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/google/javascript/jscomp/CheckLevel.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CheckLevel.html" title="enum in com.google.javascript.jscomp">CheckLevel</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/google/javascript/jscomp/CheckLevelLegacy.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CheckLevelLegacy.html" title="enum in com.google.javascript.jscomp">CheckLevelLegacy</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.SubclassType.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.SubclassType.html" title="enum in com.google.javascript.jscomp">CodingConvention.SubclassType</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/google/javascript/jscomp/CompilationLevel.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilationLevel.html" title="enum in com.google.javascript.jscomp">CompilationLevel</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.LanguageMode.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.LanguageMode.html" title="enum in com.google.javascript.jscomp">CompilerOptions.LanguageMode</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.Reach.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.Reach.html" title="enum in com.google.javascript.jscomp">CompilerOptions.Reach</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.TracerMode.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.TracerMode.html" title="enum in com.google.javascript.jscomp">CompilerOptions.TracerMode</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.TweakProcessing.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.TweakProcessing.html" title="enum in com.google.javascript.jscomp">CompilerOptions.TweakProcessing</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/google/javascript/jscomp/CssRenamingMap.Style.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CssRenamingMap.Style.html" title="enum in com.google.javascript.jscomp">CssRenamingMap.Style</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/google/javascript/jscomp/CustomPassExecutionTime.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CustomPassExecutionTime.html" title="enum in com.google.javascript.jscomp">CustomPassExecutionTime</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/google/javascript/jscomp/ErrorFormat.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ErrorFormat.html" title="enum in com.google.javascript.jscomp">ErrorFormat</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.Style.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.Style.html" title="enum in com.google.javascript.jscomp">JsMessage.Style</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/google/javascript/jscomp/jsonml/ErrorLevel.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/ErrorLevel.html" title="enum in com.google.javascript.jscomp.jsonml">ErrorLevel</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/google/javascript/jscomp/jsonml/TagAttr.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/TagAttr.html" title="enum in com.google.javascript.jscomp.jsonml">TagAttr</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/google/javascript/jscomp/jsonml/TagType.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/TagType.html" title="enum in com.google.javascript.jscomp.jsonml">TagType</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/google/javascript/jscomp/parsing/Config.LanguageMode.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.javascript.jscomp.parsing.<A HREF="./com/google/javascript/jscomp/parsing/Config.LanguageMode.html" title="enum in com.google.javascript.jscomp.parsing">Config.LanguageMode</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/google/javascript/jscomp/PropertyRenamingPolicy.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/PropertyRenamingPolicy.html" title="enum in com.google.javascript.jscomp">PropertyRenamingPolicy</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/google/javascript/jscomp/ShowByPathWarningsGuard.ShowType.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ShowByPathWarningsGuard.ShowType.html" title="enum in com.google.javascript.jscomp">ShowByPathWarningsGuard.ShowType</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/google/javascript/jscomp/SourceExcerptProvider.SourceExcerpt.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceExcerptProvider.SourceExcerpt.html" title="enum in com.google.javascript.jscomp">SourceExcerptProvider.SourceExcerpt</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/google/javascript/jscomp/SourceMap.DetailLevel.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceMap.DetailLevel.html" title="enum in com.google.javascript.jscomp">SourceMap.DetailLevel</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/google/javascript/jscomp/SourceMap.Format.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceMap.Format.html" title="enum in com.google.javascript.jscomp">SourceMap.Format</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/google/javascript/jscomp/VariableRenamingPolicy.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/VariableRenamingPolicy.html" title="enum in com.google.javascript.jscomp">VariableRenamingPolicy</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/google/javascript/jscomp/WarningLevel.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/WarningLevel.html" title="enum in com.google.javascript.jscomp">WarningLevel</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/google/javascript/jscomp/WarningsGuard.Priority.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/WarningsGuard.Priority.html" title="enum in com.google.javascript.jscomp">WarningsGuard.Priority</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.Visibility.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.Visibility.html" title="enum in com.google.javascript.rhino">JSDocInfo.Visibility</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/google/javascript/rhino/jstype/BooleanLiteralSet.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/BooleanLiteralSet.html" title="enum in com.google.javascript.rhino.jstype">BooleanLiteralSet</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeNative.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeNative.html" title="enum in com.google.javascript.rhino.jstype">JSTypeNative</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.ResolveMode.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.ResolveMode.html" title="enum in com.google.javascript.rhino.jstype">JSTypeRegistry.ResolveMode</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/google/javascript/rhino/jstype/TernaryValue.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/TernaryValue.html" title="enum in com.google.javascript.rhino.jstype">TernaryValue</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/google/javascript/rhino/Node.SideEffectFlags.html#valueOf()"><B>valueOf()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.SideEffectFlags.html" title="class in com.google.javascript.rhino">Node.SideEffectFlags</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapFormat.html#values()"><B>values()</B></A> -
Static method in enum com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapFormat.html" title="enum in com.google.debugging.sourcemap">SourceMapFormat</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapSection.SectionType.html#values()"><B>values()</B></A> -
Static method in enum com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapSection.SectionType.html" title="enum in com.google.debugging.sourcemap">SourceMapSection.SectionType</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/google/javascript/jscomp/AnonymousFunctionNamingPolicy.html#values()"><B>values()</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/AnonymousFunctionNamingPolicy.html" title="enum in com.google.javascript.jscomp">AnonymousFunctionNamingPolicy</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/google/javascript/jscomp/CheckLevel.html#values()"><B>values()</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CheckLevel.html" title="enum in com.google.javascript.jscomp">CheckLevel</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/google/javascript/jscomp/CheckLevelLegacy.html#values()"><B>values()</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CheckLevelLegacy.html" title="enum in com.google.javascript.jscomp">CheckLevelLegacy</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/google/javascript/jscomp/CodingConvention.SubclassType.html#values()"><B>values()</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CodingConvention.SubclassType.html" title="enum in com.google.javascript.jscomp">CodingConvention.SubclassType</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/google/javascript/jscomp/CompilationLevel.html#values()"><B>values()</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilationLevel.html" title="enum in com.google.javascript.jscomp">CompilationLevel</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.LanguageMode.html#values()"><B>values()</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.LanguageMode.html" title="enum in com.google.javascript.jscomp">CompilerOptions.LanguageMode</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.Reach.html#values()"><B>values()</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.Reach.html" title="enum in com.google.javascript.jscomp">CompilerOptions.Reach</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.TracerMode.html#values()"><B>values()</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.TracerMode.html" title="enum in com.google.javascript.jscomp">CompilerOptions.TracerMode</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.TweakProcessing.html#values()"><B>values()</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.TweakProcessing.html" title="enum in com.google.javascript.jscomp">CompilerOptions.TweakProcessing</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/google/javascript/jscomp/CssRenamingMap.Style.html#values()"><B>values()</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CssRenamingMap.Style.html" title="enum in com.google.javascript.jscomp">CssRenamingMap.Style</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/google/javascript/jscomp/CustomPassExecutionTime.html#values()"><B>values()</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CustomPassExecutionTime.html" title="enum in com.google.javascript.jscomp">CustomPassExecutionTime</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/google/javascript/jscomp/ErrorFormat.html#values()"><B>values()</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ErrorFormat.html" title="enum in com.google.javascript.jscomp">ErrorFormat</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/google/javascript/jscomp/JsMessage.Style.html#values()"><B>values()</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/JsMessage.Style.html" title="enum in com.google.javascript.jscomp">JsMessage.Style</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/google/javascript/jscomp/jsonml/ErrorLevel.html#values()"><B>values()</B></A> -
Static method in enum com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/ErrorLevel.html" title="enum in com.google.javascript.jscomp.jsonml">ErrorLevel</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/google/javascript/jscomp/jsonml/TagAttr.html#values()"><B>values()</B></A> -
Static method in enum com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/TagAttr.html" title="enum in com.google.javascript.jscomp.jsonml">TagAttr</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/google/javascript/jscomp/jsonml/TagType.html#values()"><B>values()</B></A> -
Static method in enum com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/TagType.html" title="enum in com.google.javascript.jscomp.jsonml">TagType</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/google/javascript/jscomp/parsing/Config.LanguageMode.html#values()"><B>values()</B></A> -
Static method in enum com.google.javascript.jscomp.parsing.<A HREF="./com/google/javascript/jscomp/parsing/Config.LanguageMode.html" title="enum in com.google.javascript.jscomp.parsing">Config.LanguageMode</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/google/javascript/jscomp/PropertyRenamingPolicy.html#values()"><B>values()</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/PropertyRenamingPolicy.html" title="enum in com.google.javascript.jscomp">PropertyRenamingPolicy</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/google/javascript/jscomp/ShowByPathWarningsGuard.ShowType.html#values()"><B>values()</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/ShowByPathWarningsGuard.ShowType.html" title="enum in com.google.javascript.jscomp">ShowByPathWarningsGuard.ShowType</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/google/javascript/jscomp/SourceExcerptProvider.SourceExcerpt.html#values()"><B>values()</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceExcerptProvider.SourceExcerpt.html" title="enum in com.google.javascript.jscomp">SourceExcerptProvider.SourceExcerpt</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/google/javascript/jscomp/SourceMap.DetailLevel.html#values()"><B>values()</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceMap.DetailLevel.html" title="enum in com.google.javascript.jscomp">SourceMap.DetailLevel</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/google/javascript/jscomp/SourceMap.Format.html#values()"><B>values()</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceMap.Format.html" title="enum in com.google.javascript.jscomp">SourceMap.Format</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/google/javascript/jscomp/VariableRenamingPolicy.html#values()"><B>values()</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/VariableRenamingPolicy.html" title="enum in com.google.javascript.jscomp">VariableRenamingPolicy</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/google/javascript/jscomp/WarningLevel.html#values()"><B>values()</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/WarningLevel.html" title="enum in com.google.javascript.jscomp">WarningLevel</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/google/javascript/jscomp/WarningsGuard.Priority.html#values()"><B>values()</B></A> -
Static method in enum com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/WarningsGuard.Priority.html" title="enum in com.google.javascript.jscomp">WarningsGuard.Priority</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/google/javascript/rhino/JSDocInfo.Visibility.html#values()"><B>values()</B></A> -
Static method in enum com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/JSDocInfo.Visibility.html" title="enum in com.google.javascript.rhino">JSDocInfo.Visibility</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/google/javascript/rhino/jstype/BooleanLiteralSet.html#values()"><B>values()</B></A> -
Static method in enum com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/BooleanLiteralSet.html" title="enum in com.google.javascript.rhino.jstype">BooleanLiteralSet</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeNative.html#values()"><B>values()</B></A> -
Static method in enum com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeNative.html" title="enum in com.google.javascript.rhino.jstype">JSTypeNative</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.ResolveMode.html#values()"><B>values()</B></A> -
Static method in enum com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSTypeRegistry.ResolveMode.html" title="enum in com.google.javascript.rhino.jstype">JSTypeRegistry.ResolveMode</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/google/javascript/rhino/jstype/TernaryValue.html#values()"><B>values()</B></A> -
Static method in enum com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/TernaryValue.html" title="enum in com.google.javascript.rhino.jstype">TernaryValue</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/google/javascript/rhino/IR.html#var(com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>var(Node, Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/IR.html#var(com.google.javascript.rhino.Node)"><B>var(Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#VAR"><B>VAR</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/Node.html#VAR_ARGS_NAME"><B>VAR_ARGS_NAME</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Result.html#variableMap"><B>variableMap</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Result.html" title="class in com.google.javascript.jscomp">Result</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/VariableMap.html" title="class in com.google.javascript.jscomp"><B>VariableMap</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Stores the mapping from original variable name to new variable names.<DT><A HREF="./com/google/javascript/jscomp/CompilerOptions.html#variableRenaming"><B>variableRenaming</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/CompilerOptions.html" title="class in com.google.javascript.jscomp">CompilerOptions</A>
<DD>Controls which variables get renamed.
<DT><A HREF="./com/google/javascript/jscomp/VariableRenamingPolicy.html" title="enum in com.google.javascript.jscomp"><B>VariableRenamingPolicy</B></A> - Enum in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Policies to determine which variables should be renamed.<DT><A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html#VISIBILITY"><B>VISIBILITY</B></A> -
Static variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticGroups.html" title="class in com.google.javascript.jscomp">DiagnosticGroups</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV3.EntryVisitor.html#visit(java.lang.String, java.lang.String, com.google.debugging.sourcemap.FilePosition, com.google.debugging.sourcemap.FilePosition, com.google.debugging.sourcemap.FilePosition)"><B>visit(String, String, FilePosition, FilePosition, FilePosition)</B></A> -
Method in interface com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV3.EntryVisitor.html" title="interface in com.google.debugging.sourcemap">SourceMapConsumerV3.EntryVisitor</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FindExportableNodes.html#visit(com.google.javascript.jscomp.NodeTraversal, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>visit(NodeTraversal, Node, Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FindExportableNodes.html" title="class in com.google.javascript.jscomp">FindExportableNodes</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/NodeTraversal.Callback.html#visit(com.google.javascript.jscomp.NodeTraversal, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>visit(NodeTraversal, Node, Node)</B></A> -
Method in interface com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/NodeTraversal.Callback.html" title="interface in com.google.javascript.jscomp">NodeTraversal.Callback</A>
<DD>Visits a node in post order (after its children have been visited).
<DT><A HREF="./com/google/javascript/jscomp/TypeCheck.html#visit(com.google.javascript.jscomp.NodeTraversal, com.google.javascript.rhino.Node, com.google.javascript.rhino.Node)"><B>visit(NodeTraversal, Node, Node)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/TypeCheck.html" title="class in com.google.javascript.jscomp">TypeCheck</A>
<DD>This is the meat of the type checking.
<DT><A HREF="./com/google/javascript/rhino/jstype/AllType.html#visit(com.google.javascript.rhino.jstype.Visitor)"><B>visit(Visitor&lt;T&gt;)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/AllType.html" title="class in com.google.javascript.rhino.jstype">AllType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/BooleanType.html#visit(com.google.javascript.rhino.jstype.Visitor)"><B>visit(Visitor&lt;T&gt;)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/BooleanType.html" title="class in com.google.javascript.rhino.jstype">BooleanType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html#visit(com.google.javascript.rhino.jstype.Visitor)"><B>visit(Visitor&lt;T&gt;)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumElementType.html" title="class in com.google.javascript.rhino.jstype">EnumElementType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/EnumType.html#visit(com.google.javascript.rhino.jstype.Visitor)"><B>visit(Visitor&lt;T&gt;)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/EnumType.html" title="class in com.google.javascript.rhino.jstype">EnumType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionType.html#visit(com.google.javascript.rhino.jstype.Visitor)"><B>visit(Visitor&lt;T&gt;)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionType.html" title="class in com.google.javascript.rhino.jstype">FunctionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/JSType.html#visit(com.google.javascript.rhino.jstype.Visitor)"><B>visit(Visitor&lt;T&gt;)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/JSType.html" title="class in com.google.javascript.rhino.jstype">JSType</A>
<DD>Visit this type with the given visitor.
<DT><A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html#visit(com.google.javascript.rhino.jstype.Visitor)"><B>visit(Visitor&lt;T&gt;)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NoObjectType.html" title="class in com.google.javascript.rhino.jstype">NoObjectType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NoType.html#visit(com.google.javascript.rhino.jstype.Visitor)"><B>visit(Visitor&lt;T&gt;)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NoType.html" title="class in com.google.javascript.rhino.jstype">NoType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NullType.html#visit(com.google.javascript.rhino.jstype.Visitor)"><B>visit(Visitor&lt;T&gt;)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NullType.html" title="class in com.google.javascript.rhino.jstype">NullType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/NumberType.html#visit(com.google.javascript.rhino.jstype.Visitor)"><B>visit(Visitor&lt;T&gt;)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/NumberType.html" title="class in com.google.javascript.rhino.jstype">NumberType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/ObjectType.html#visit(com.google.javascript.rhino.jstype.Visitor)"><B>visit(Visitor&lt;T&gt;)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/ObjectType.html" title="class in com.google.javascript.rhino.jstype">ObjectType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/StringType.html#visit(com.google.javascript.rhino.jstype.Visitor)"><B>visit(Visitor&lt;T&gt;)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/StringType.html" title="class in com.google.javascript.rhino.jstype">StringType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/UnionType.html#visit(com.google.javascript.rhino.jstype.Visitor)"><B>visit(Visitor&lt;T&gt;)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnionType.html" title="class in com.google.javascript.rhino.jstype">UnionType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/UnknownType.html#visit(com.google.javascript.rhino.jstype.Visitor)"><B>visit(Visitor&lt;T&gt;)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/UnknownType.html" title="class in com.google.javascript.rhino.jstype">UnknownType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/VoidType.html#visit(com.google.javascript.rhino.jstype.Visitor)"><B>visit(Visitor&lt;T&gt;)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/VoidType.html" title="class in com.google.javascript.rhino.jstype">VoidType</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV3.html#visitMappings(com.google.debugging.sourcemap.SourceMapConsumerV3.EntryVisitor)"><B>visitMappings(SourceMapConsumerV3.EntryVisitor)</B></A> -
Method in class com.google.debugging.sourcemap.<A HREF="./com/google/debugging/sourcemap/SourceMapConsumerV3.html" title="class in com.google.debugging.sourcemap">SourceMapConsumerV3</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/Visitor.html" title="interface in com.google.javascript.rhino.jstype"><B>Visitor</B></A>&lt;<A HREF="./com/google/javascript/rhino/jstype/Visitor.html" title="type parameter in Visitor">T</A>&gt; - Interface in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>A type visitor.<DT><A HREF="./com/google/javascript/rhino/Token.html#VOID"><B>VOID</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html#VOID_TYPE"><B>VOID_TYPE</B></A> -
Variable in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/BaseJSTypeTestCase.html" title="class in com.google.javascript.rhino.testing">BaseJSTypeTestCase</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/IR.html#voidNode(com.google.javascript.rhino.Node)"><B>voidNode(Node)</B></A> -
Static method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/IR.html" title="class in com.google.javascript.rhino">IR</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/jstype/VoidType.html" title="class in com.google.javascript.rhino.jstype"><B>VoidType</B></A> - Class in <A HREF="./com/google/javascript/rhino/jstype/package-summary.html">com.google.javascript.rhino.jstype</A><DD>Void type whose only element is the <code>undefined</code> value.</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="./com/google/javascript/jscomp/ant/Warning.html" title="class in com.google.javascript.jscomp.ant"><B>Warning</B></A> - Class in <A HREF="./com/google/javascript/jscomp/ant/package-summary.html">com.google.javascript.jscomp.ant</A><DD>Simple representation of a warning flag in Ant<DT><A HREF="./com/google/javascript/jscomp/ant/Warning.html#Warning()"><B>Warning()</B></A> -
Constructor for class com.google.javascript.jscomp.ant.<A HREF="./com/google/javascript/jscomp/ant/Warning.html" title="class in com.google.javascript.jscomp.ant">Warning</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/DiagnosticType.html#warning(java.lang.String, java.lang.String)"><B>warning(String, String)</B></A> -
Static method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/DiagnosticType.html" title="class in com.google.javascript.jscomp">DiagnosticType</A>
<DD>Create a DiagnosticType at level CheckLevel.WARNING
<DT><A HREF="./com/google/javascript/jscomp/parsing/NullErrorReporter.html#warning(java.lang.String, java.lang.String, int, int)"><B>warning(String, String, int, int)</B></A> -
Method in class com.google.javascript.jscomp.parsing.<A HREF="./com/google/javascript/jscomp/parsing/NullErrorReporter.html" title="class in com.google.javascript.jscomp.parsing">NullErrorReporter</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/testing/TestErrorReporter.html#warning(java.lang.String, java.lang.String, int, java.lang.String, int)"><B>warning(String, String, int, String, int)</B></A> -
Method in class com.google.javascript.jscomp.testing.<A HREF="./com/google/javascript/jscomp/testing/TestErrorReporter.html" title="class in com.google.javascript.jscomp.testing">TestErrorReporter</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/ErrorReporter.html#warning(java.lang.String, java.lang.String, int, int)"><B>warning(String, String, int, int)</B></A> -
Method in interface com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/ErrorReporter.html" title="interface in com.google.javascript.rhino">ErrorReporter</A>
<DD>Report a warning.
<DT><A HREF="./com/google/javascript/rhino/SimpleErrorReporter.html#warning(java.lang.String, java.lang.String, int, int)"><B>warning(String, String, int, int)</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/SimpleErrorReporter.html" title="class in com.google.javascript.rhino">SimpleErrorReporter</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/testing/TestErrorReporter.html#warning(java.lang.String, java.lang.String, int, int)"><B>warning(String, String, int, int)</B></A> -
Method in class com.google.javascript.rhino.testing.<A HREF="./com/google/javascript/rhino/testing/TestErrorReporter.html" title="class in com.google.javascript.rhino.testing">TestErrorReporter</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/WarningLevel.html" title="enum in com.google.javascript.jscomp"><B>WarningLevel</B></A> - Enum in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Convert the warnings level to an Options object.<DT><A HREF="./com/google/javascript/jscomp/Result.html#warnings"><B>warnings</B></A> -
Variable in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Result.html" title="class in com.google.javascript.jscomp">Result</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/SimpleErrorReporter.html#warnings()"><B>warnings()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/SimpleErrorReporter.html" title="class in com.google.javascript.rhino">SimpleErrorReporter</A>
<DD>Returns the list of warnings, or <code>null</code> if there were none.
<DT><A HREF="./com/google/javascript/jscomp/WarningsGuard.html" title="class in com.google.javascript.jscomp"><B>WarningsGuard</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>Class that allows to flexibly manage what to do with a reported
warning/error.<DT><A HREF="./com/google/javascript/jscomp/WarningsGuard.html#WarningsGuard()"><B>WarningsGuard()</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/WarningsGuard.html" title="class in com.google.javascript.jscomp">WarningsGuard</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/WarningsGuard.Priority.html" title="enum in com.google.javascript.jscomp"><B>WarningsGuard.Priority</B></A> - Enum in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/rhino/Node.html#wasEmptyNode()"><B>wasEmptyNode()</B></A> -
Method in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Node.html" title="class in com.google.javascript.rhino">Node</A>
<DD>Returns whether this is a synthetic block that should not be considered
a real source block.
<DT><A HREF="./com/google/javascript/rhino/Token.html#WHILE"><B>WHILE</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.html" title="class in com.google.javascript.jscomp"><B>WhitelistWarningsGuard</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>An extension of <code>WarningsGuard</code> that provides functionality to maintain
a list of warnings (white-list).<DT><A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.html#WhitelistWarningsGuard(java.util.Set)"><B>WhitelistWarningsGuard(Set&lt;String&gt;)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.html" title="class in com.google.javascript.jscomp">WhitelistWarningsGuard</A>
<DD>This class depends on an input set that contains the white-list.
<DT><A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.WhitelistBuilder.html" title="class in com.google.javascript.jscomp"><B>WhitelistWarningsGuard.WhitelistBuilder</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>&nbsp;<DT><A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.WhitelistBuilder.html#WhitelistWarningsGuard.WhitelistBuilder()"><B>WhitelistWarningsGuard.WhitelistBuilder()</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.WhitelistBuilder.html" title="class in com.google.javascript.jscomp">WhitelistWarningsGuard.WhitelistBuilder</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/rhino/Token.html#WITH"><B>WITH</B></A> -
Static variable in class com.google.javascript.rhino.<A HREF="./com/google/javascript/rhino/Token.html" title="class in com.google.javascript.rhino">Token</A>
<DD>Token types.
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.Builder.html#withCharset(java.nio.charset.Charset)"><B>withCharset(Charset)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.Builder.html" title="class in com.google.javascript.jscomp">SourceFile.Builder</A>
<DD>Set the charset to use when reading from an input stream or file.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionBuilder.html#withInferredReturnType(com.google.javascript.rhino.jstype.JSType)"><B>withInferredReturnType(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionBuilder.html" title="class in com.google.javascript.rhino.jstype">FunctionBuilder</A>
<DD>Sets an inferred return type.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionBuilder.html#withName(java.lang.String)"><B>withName(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionBuilder.html" title="class in com.google.javascript.rhino.jstype">FunctionBuilder</A>
<DD>Set the name of the function type.
<DT><A HREF="./com/google/javascript/jscomp/SourceFile.Builder.html#withOriginalPath(java.lang.String)"><B>withOriginalPath(String)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/SourceFile.Builder.html" title="class in com.google.javascript.jscomp">SourceFile.Builder</A>
<DD>Set the original path to use.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionBuilder.html#withParams(com.google.javascript.rhino.jstype.FunctionParamBuilder)"><B>withParams(FunctionParamBuilder)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionBuilder.html" title="class in com.google.javascript.rhino.jstype">FunctionBuilder</A>
<DD>Set the parameters of the function type from a FunctionParamBuilder.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionBuilder.html#withParamsNode(com.google.javascript.rhino.Node)"><B>withParamsNode(Node)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionBuilder.html" title="class in com.google.javascript.rhino.jstype">FunctionBuilder</A>
<DD>Set the parameters of the function type with a specially-formatted node.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionBuilder.html#withReturnType(com.google.javascript.rhino.jstype.JSType)"><B>withReturnType(JSType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionBuilder.html" title="class in com.google.javascript.rhino.jstype">FunctionBuilder</A>
<DD>Set the return type.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionBuilder.html#withReturnType(com.google.javascript.rhino.jstype.JSType, boolean)"><B>withReturnType(JSType, boolean)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionBuilder.html" title="class in com.google.javascript.rhino.jstype">FunctionBuilder</A>
<DD>Set the return type and whether it's inferred.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionBuilder.html#withSourceNode(com.google.javascript.rhino.Node)"><B>withSourceNode(Node)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionBuilder.html" title="class in com.google.javascript.rhino.jstype">FunctionBuilder</A>
<DD>Set the source node of the function type.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionBuilder.html#withTemplateName(java.lang.String)"><B>withTemplateName(String)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionBuilder.html" title="class in com.google.javascript.rhino.jstype">FunctionBuilder</A>
<DD>Set the template name.
<DT><A HREF="./com/google/javascript/rhino/jstype/FunctionBuilder.html#withTypeOfThis(com.google.javascript.rhino.jstype.ObjectType)"><B>withTypeOfThis(ObjectType)</B></A> -
Method in class com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/FunctionBuilder.html" title="class in com.google.javascript.rhino.jstype">FunctionBuilder</A>
<DD>Set the "this" type.
<DT><A HREF="./com/google/javascript/jscomp/jsonml/Writer.html" title="class in com.google.javascript.jscomp.jsonml"><B>Writer</B></A> - Class in <A HREF="./com/google/javascript/jscomp/jsonml/package-summary.html">com.google.javascript.jscomp.jsonml</A><DD>Converts internal AST into JsonML tree.<DT><A HREF="./com/google/javascript/jscomp/jsonml/Writer.html#Writer()"><B>Writer()</B></A> -
Constructor for class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/Writer.html" title="class in com.google.javascript.jscomp.jsonml">Writer</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#writeReplace()"><B>writeReplace()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#writeReplace()"><B>writeReplace()</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#writeReplace()"><B>writeReplace()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html#writeReplace()"><B>writeReplace()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#writeReplace()"><B>writeReplace()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#writeReplace()"><B>writeReplace()</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html#writeTo(com.google.protobuf.CodedOutputStream)"><B>writeTo(CodedOutputStream)</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.LineMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.LineMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html#writeTo(com.google.protobuf.CodedOutputStream)"><B>writeTo(CodedOutputStream)</B></A> -
Method in class com.google.debugging.sourcemap.proto.<A HREF="./com/google/debugging/sourcemap/proto/Mapping.OriginalMapping.html" title="class in com.google.debugging.sourcemap.proto">Mapping.OriginalMapping</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html#writeTo(com.google.protobuf.CodedOutputStream)"><B>writeTo(CodedOutputStream)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Entry.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Entry</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html#writeTo(com.google.protobuf.CodedOutputStream)"><B>writeTo(CodedOutputStream)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.Module.html" title="class in com.google.javascript.jscomp">FunctionInformationMap.Module</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html#writeTo(com.google.protobuf.CodedOutputStream)"><B>writeTo(CodedOutputStream)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/FunctionInformationMap.html" title="class in com.google.javascript.jscomp">FunctionInformationMap</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/Instrumentation.html#writeTo(com.google.protobuf.CodedOutputStream)"><B>writeTo(CodedOutputStream)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/Instrumentation.html" title="class in com.google.javascript.jscomp">Instrumentation</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.WhitelistBuilder.html#writeWhitelist(java.io.File)"><B>writeWhitelist(File)</B></A> -
Method in class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/WhitelistWarningsGuard.WhitelistBuilder.html" title="class in com.google.javascript.jscomp">WhitelistWarningsGuard.WhitelistBuilder</A>
<DD>Writes the warnings collected in a format that the WhitelistWarningsGuard
can read back later.
<DT><A HREF="./com/google/javascript/jscomp/jsonml/Validator.html#WRONG_CHILD_TYPE_FMT"><B>WRONG_CHILD_TYPE_FMT</B></A> -
Static variable in class com.google.javascript.jscomp.jsonml.<A HREF="./com/google/javascript/jscomp/jsonml/Validator.html" title="class in com.google.javascript.jscomp.jsonml">Validator</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_X_"><!-- --></A><H2>
<B>X</B></H2>
<DL>
<DT><A HREF="./com/google/javascript/rhino/jstype/TernaryValue.html#xor(com.google.javascript.rhino.jstype.TernaryValue)"><B>xor(TernaryValue)</B></A> -
Method in enum com.google.javascript.rhino.jstype.<A HREF="./com/google/javascript/rhino/jstype/TernaryValue.html" title="enum in com.google.javascript.rhino.jstype">TernaryValue</A>
<DD>Gets the <code>xor</code> of <code>this</code> and <code>that</code>.
<DT><A HREF="./com/google/javascript/jscomp/XtbMessageBundle.html" title="class in com.google.javascript.jscomp"><B>XtbMessageBundle</B></A> - Class in <A HREF="./com/google/javascript/jscomp/package-summary.html">com.google.javascript.jscomp</A><DD>A MessageBundle that parses messages from an XML Translation Bundle (XTB)
file.<DT><A HREF="./com/google/javascript/jscomp/XtbMessageBundle.html#XtbMessageBundle(java.io.InputStream, java.lang.String, boolean)"><B>XtbMessageBundle(InputStream, String, boolean)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/XtbMessageBundle.html" title="class in com.google.javascript.jscomp">XtbMessageBundle</A>
<DD>&nbsp;
<DT><A HREF="./com/google/javascript/jscomp/XtbMessageBundle.html#XtbMessageBundle(java.io.InputStream, java.lang.String)"><B>XtbMessageBundle(InputStream, String)</B></A> -
Constructor for class com.google.javascript.jscomp.<A HREF="./com/google/javascript/jscomp/XtbMessageBundle.html" title="class in com.google.javascript.jscomp">XtbMessageBundle</A>
<DD>Creates an instance and initializes it with the messages in an XTB file.
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<div id="footer">
<div id="footerlogo">
<img src="http://www.google.com/images/art.gif"
alt="Google colored balls">
</div>
<div id="copyright">
<p>&copy; 2009 Google -
<a href="http://www.google.com/privacy.html">Privacy Policy</a> -
<a href="http://www.google.com/terms_of_service.html">Terms and Conditions</a> -
<a href="http://www.google.com/about.html">About Google</a>
</p>
</div>
</div>
</BODY>
</HTML>