This file is indexed.

/usr/share/doc/libclosure-compiler-java/api/com/google/javascript/rhino/jstype/package-frame.html is in libclosure-compiler-java-doc 20130227+dfsg1-9.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html>
<head>
<!-- Generated by javadoc -->
<title>com.google.javascript.rhino.jstype (Closure Compiler)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<h1 class="bar"><a href="../../../../../com/google/javascript/rhino/jstype/package-summary.html" target="classFrame">com.google.javascript.rhino.jstype</a></h1>
<div class="indexContainer">
<h2 title="Interfaces">Interfaces</h2>
<ul title="Interfaces">
<li><a href="StaticReference.html" title="interface in com.google.javascript.rhino.jstype" target="classFrame"><span class="interfaceName">StaticReference</span></a></li>
<li><a href="StaticScope.html" title="interface in com.google.javascript.rhino.jstype" target="classFrame"><span class="interfaceName">StaticScope</span></a></li>
<li><a href="StaticSlot.html" title="interface in com.google.javascript.rhino.jstype" target="classFrame"><span class="interfaceName">StaticSlot</span></a></li>
<li><a href="StaticSourceFile.html" title="interface in com.google.javascript.rhino.jstype" target="classFrame"><span class="interfaceName">StaticSourceFile</span></a></li>
<li><a href="StaticSymbolTable.html" title="interface in com.google.javascript.rhino.jstype" target="classFrame"><span class="interfaceName">StaticSymbolTable</span></a></li>
<li><a href="Visitor.html" title="interface in com.google.javascript.rhino.jstype" target="classFrame"><span class="interfaceName">Visitor</span></a></li>
</ul>
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="AllType.html" title="class in com.google.javascript.rhino.jstype" target="classFrame">AllType</a></li>
<li><a href="BooleanType.html" title="class in com.google.javascript.rhino.jstype" target="classFrame">BooleanType</a></li>
<li><a href="EnumElementType.html" title="class in com.google.javascript.rhino.jstype" target="classFrame">EnumElementType</a></li>
<li><a href="EnumType.html" title="class in com.google.javascript.rhino.jstype" target="classFrame">EnumType</a></li>
<li><a href="FunctionBuilder.html" title="class in com.google.javascript.rhino.jstype" target="classFrame">FunctionBuilder</a></li>
<li><a href="FunctionParamBuilder.html" title="class in com.google.javascript.rhino.jstype" target="classFrame">FunctionParamBuilder</a></li>
<li><a href="FunctionType.html" title="class in com.google.javascript.rhino.jstype" target="classFrame">FunctionType</a></li>
<li><a href="JSType.html" title="class in com.google.javascript.rhino.jstype" target="classFrame">JSType</a></li>
<li><a href="JSType.TypePair.html" title="class in com.google.javascript.rhino.jstype" target="classFrame">JSType.TypePair</a></li>
<li><a href="JSTypeRegistry.html" title="class in com.google.javascript.rhino.jstype" target="classFrame">JSTypeRegistry</a></li>
<li><a href="ModificationVisitor.html" title="class in com.google.javascript.rhino.jstype" target="classFrame">ModificationVisitor</a></li>
<li><a href="NoObjectType.html" title="class in com.google.javascript.rhino.jstype" target="classFrame">NoObjectType</a></li>
<li><a href="NoType.html" title="class in com.google.javascript.rhino.jstype" target="classFrame">NoType</a></li>
<li><a href="NullType.html" title="class in com.google.javascript.rhino.jstype" target="classFrame">NullType</a></li>
<li><a href="NumberType.html" title="class in com.google.javascript.rhino.jstype" target="classFrame">NumberType</a></li>
<li><a href="ObjectType.html" title="class in com.google.javascript.rhino.jstype" target="classFrame">ObjectType</a></li>
<li><a href="Property.html" title="class in com.google.javascript.rhino.jstype" target="classFrame">Property</a></li>
<li><a href="RecordTypeBuilder.html" title="class in com.google.javascript.rhino.jstype" target="classFrame">RecordTypeBuilder</a></li>
<li><a href="SimpleReference.html" title="class in com.google.javascript.rhino.jstype" target="classFrame">SimpleReference</a></li>
<li><a href="SimpleSlot.html" title="class in com.google.javascript.rhino.jstype" target="classFrame">SimpleSlot</a></li>
<li><a href="SimpleSourceFile.html" title="class in com.google.javascript.rhino.jstype" target="classFrame">SimpleSourceFile</a></li>
<li><a href="StringType.html" title="class in com.google.javascript.rhino.jstype" target="classFrame">StringType</a></li>
<li><a href="TemplateType.html" title="class in com.google.javascript.rhino.jstype" target="classFrame">TemplateType</a></li>
<li><a href="TemplateTypeMap.html" title="class in com.google.javascript.rhino.jstype" target="classFrame">TemplateTypeMap</a></li>
<li><a href="TemplatizedType.html" title="class in com.google.javascript.rhino.jstype" target="classFrame">TemplatizedType</a></li>
<li><a href="UnionType.html" title="class in com.google.javascript.rhino.jstype" target="classFrame">UnionType</a></li>
<li><a href="UnknownType.html" title="class in com.google.javascript.rhino.jstype" target="classFrame">UnknownType</a></li>
<li><a href="VoidType.html" title="class in com.google.javascript.rhino.jstype" target="classFrame">VoidType</a></li>
</ul>
<h2 title="Enums">Enums</h2>
<ul title="Enums">
<li><a href="BooleanLiteralSet.html" title="enum in com.google.javascript.rhino.jstype" target="classFrame">BooleanLiteralSet</a></li>
<li><a href="JSTypeNative.html" title="enum in com.google.javascript.rhino.jstype" target="classFrame">JSTypeNative</a></li>
<li><a href="JSTypeRegistry.ResolveMode.html" title="enum in com.google.javascript.rhino.jstype" target="classFrame">JSTypeRegistry.ResolveMode</a></li>
<li><a href="TernaryValue.html" title="enum in com.google.javascript.rhino.jstype" target="classFrame">TernaryValue</a></li>
</ul>
</div>
</body>
</html>