This file is indexed.

/usr/share/doc/libcobertura-java/api/src-html/net/sourceforge/cobertura/javancss/parser/java15/Token.html is in libcobertura-java-doc 1.9.4.1+dfsg-3.

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
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<HTML>
<BODY BGCOLOR="white">
<PRE>
<FONT color="green">001</FONT>    /*<a name="line.1"></a>
<FONT color="green">002</FONT>     * Cobertura - http://cobertura.sourceforge.net/<a name="line.2"></a>
<FONT color="green">003</FONT>     *<a name="line.3"></a>
<FONT color="green">004</FONT>     * This file was taken from JavaNCSS<a name="line.4"></a>
<FONT color="green">005</FONT>     * http://www.kclee.com/clemens/java/javancss/<a name="line.5"></a>
<FONT color="green">006</FONT>     * Copyright (C) 2000 Chr. Clemens Lee &lt;clemens a.t kclee d.o.t com&gt;<a name="line.6"></a>
<FONT color="green">007</FONT>     *<a name="line.7"></a>
<FONT color="green">008</FONT>     * Cobertura is free software; you can redistribute it and/or modify<a name="line.8"></a>
<FONT color="green">009</FONT>     * it under the terms of the GNU General Public License as published<a name="line.9"></a>
<FONT color="green">010</FONT>     * by the Free Software Foundation; either version 2 of the License,<a name="line.10"></a>
<FONT color="green">011</FONT>     * or (at your option) any later version.<a name="line.11"></a>
<FONT color="green">012</FONT>     *<a name="line.12"></a>
<FONT color="green">013</FONT>     * Cobertura is distributed in the hope that it will be useful, but<a name="line.13"></a>
<FONT color="green">014</FONT>     * WITHOUT ANY WARRANTY; without even the implied warranty of<a name="line.14"></a>
<FONT color="green">015</FONT>     * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU<a name="line.15"></a>
<FONT color="green">016</FONT>     * General Public License for more details.<a name="line.16"></a>
<FONT color="green">017</FONT>     *<a name="line.17"></a>
<FONT color="green">018</FONT>     * You should have received a copy of the GNU General Public License<a name="line.18"></a>
<FONT color="green">019</FONT>     * along with Cobertura; if not, write to the Free Software<a name="line.19"></a>
<FONT color="green">020</FONT>     * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307<a name="line.20"></a>
<FONT color="green">021</FONT>     * USA<a name="line.21"></a>
<FONT color="green">022</FONT>     */<a name="line.22"></a>
<FONT color="green">023</FONT>    <a name="line.23"></a>
<FONT color="green">024</FONT>    <a name="line.24"></a>
<FONT color="green">025</FONT>    /*<a name="line.25"></a>
<FONT color="green">026</FONT>     *<a name="line.26"></a>
<FONT color="green">027</FONT>     * WARNING   WARNING   WARNING   WARNING   WARNING   WARNING   WARNING   WARNING   WARNING  <a name="line.27"></a>
<FONT color="green">028</FONT>     *<a name="line.28"></a>
<FONT color="green">029</FONT>     * WARNING TO COBERTURA DEVELOPERS<a name="line.29"></a>
<FONT color="green">030</FONT>     *<a name="line.30"></a>
<FONT color="green">031</FONT>     * DO NOT MODIFY THIS FILE!<a name="line.31"></a>
<FONT color="green">032</FONT>     *<a name="line.32"></a>
<FONT color="green">033</FONT>     * MODIFY THE FILES UNDER THE JAVANCSS DIRECTORY LOCATED AT THE ROOT OF THE COBERTURA PROJECT.<a name="line.33"></a>
<FONT color="green">034</FONT>     *<a name="line.34"></a>
<FONT color="green">035</FONT>     * FOLLOW THE PROCEDURE FOR MERGING THE LATEST JAVANCSS INTO COBERTURA LOCATED AT<a name="line.35"></a>
<FONT color="green">036</FONT>     * javancss/coberturaREADME.txt<a name="line.36"></a>
<FONT color="green">037</FONT>     *<a name="line.37"></a>
<FONT color="green">038</FONT>     * WARNING   WARNING   WARNING   WARNING   WARNING   WARNING   WARNING   WARNING   WARNING   <a name="line.38"></a>
<FONT color="green">039</FONT>     */<a name="line.39"></a>
<FONT color="green">040</FONT>    /* Generated By:JavaCC: Do not edit this line. Token.java Version 3.0 */<a name="line.40"></a>
<FONT color="green">041</FONT>    /**<a name="line.41"></a>
<FONT color="green">042</FONT>     * Describes the input token stream.<a name="line.42"></a>
<FONT color="green">043</FONT>     */<a name="line.43"></a>
<FONT color="green">044</FONT>    <a name="line.44"></a>
<FONT color="green">045</FONT>    package net.sourceforge.cobertura.javancss.parser.java15;<a name="line.45"></a>
<FONT color="green">046</FONT>    <a name="line.46"></a>
<FONT color="green">047</FONT>    public class Token {<a name="line.47"></a>
<FONT color="green">048</FONT>    <a name="line.48"></a>
<FONT color="green">049</FONT>      /**<a name="line.49"></a>
<FONT color="green">050</FONT>       * An integer that describes the kind of this token.  This numbering<a name="line.50"></a>
<FONT color="green">051</FONT>       * system is determined by JavaCCParser, and a table of these numbers is<a name="line.51"></a>
<FONT color="green">052</FONT>       * stored in the file ...Constants.java.<a name="line.52"></a>
<FONT color="green">053</FONT>       */<a name="line.53"></a>
<FONT color="green">054</FONT>      public int kind;<a name="line.54"></a>
<FONT color="green">055</FONT>    <a name="line.55"></a>
<FONT color="green">056</FONT>      /**<a name="line.56"></a>
<FONT color="green">057</FONT>       * beginLine and beginColumn describe the position of the first character<a name="line.57"></a>
<FONT color="green">058</FONT>       * of this token; endLine and endColumn describe the position of the<a name="line.58"></a>
<FONT color="green">059</FONT>       * last character of this token.<a name="line.59"></a>
<FONT color="green">060</FONT>       */<a name="line.60"></a>
<FONT color="green">061</FONT>      public int beginLine, beginColumn, endLine, endColumn;<a name="line.61"></a>
<FONT color="green">062</FONT>    <a name="line.62"></a>
<FONT color="green">063</FONT>      /**<a name="line.63"></a>
<FONT color="green">064</FONT>       * The string image of the token.<a name="line.64"></a>
<FONT color="green">065</FONT>       */<a name="line.65"></a>
<FONT color="green">066</FONT>      public String image;<a name="line.66"></a>
<FONT color="green">067</FONT>    <a name="line.67"></a>
<FONT color="green">068</FONT>      /**<a name="line.68"></a>
<FONT color="green">069</FONT>       * A reference to the next regular (non-special) token from the input<a name="line.69"></a>
<FONT color="green">070</FONT>       * stream.  If this is the last token from the input stream, or if the<a name="line.70"></a>
<FONT color="green">071</FONT>       * token manager has not read tokens beyond this one, this field is<a name="line.71"></a>
<FONT color="green">072</FONT>       * set to null.  This is true only if this token is also a regular<a name="line.72"></a>
<FONT color="green">073</FONT>       * token.  Otherwise, see below for a description of the contents of<a name="line.73"></a>
<FONT color="green">074</FONT>       * this field.<a name="line.74"></a>
<FONT color="green">075</FONT>       */<a name="line.75"></a>
<FONT color="green">076</FONT>      public Token next;<a name="line.76"></a>
<FONT color="green">077</FONT>    <a name="line.77"></a>
<FONT color="green">078</FONT>      /**<a name="line.78"></a>
<FONT color="green">079</FONT>       * This field is used to access special tokens that occur prior to this<a name="line.79"></a>
<FONT color="green">080</FONT>       * token, but after the immediately preceding regular (non-special) token.<a name="line.80"></a>
<FONT color="green">081</FONT>       * If there are no such special tokens, this field is set to null.<a name="line.81"></a>
<FONT color="green">082</FONT>       * When there are more than one such special token, this field refers<a name="line.82"></a>
<FONT color="green">083</FONT>       * to the last of these special tokens, which in turn refers to the next<a name="line.83"></a>
<FONT color="green">084</FONT>       * previous special token through its specialToken field, and so on<a name="line.84"></a>
<FONT color="green">085</FONT>       * until the first special token (whose specialToken field is null).<a name="line.85"></a>
<FONT color="green">086</FONT>       * The next fields of special tokens refer to other special tokens that<a name="line.86"></a>
<FONT color="green">087</FONT>       * immediately follow it (without an intervening regular token).  If there<a name="line.87"></a>
<FONT color="green">088</FONT>       * is no such token, this field is null.<a name="line.88"></a>
<FONT color="green">089</FONT>       */<a name="line.89"></a>
<FONT color="green">090</FONT>      public Token specialToken;<a name="line.90"></a>
<FONT color="green">091</FONT>    <a name="line.91"></a>
<FONT color="green">092</FONT>      /**<a name="line.92"></a>
<FONT color="green">093</FONT>       * Returns the image.<a name="line.93"></a>
<FONT color="green">094</FONT>       */<a name="line.94"></a>
<FONT color="green">095</FONT>      public String toString()<a name="line.95"></a>
<FONT color="green">096</FONT>      {<a name="line.96"></a>
<FONT color="green">097</FONT>         return image;<a name="line.97"></a>
<FONT color="green">098</FONT>      }<a name="line.98"></a>
<FONT color="green">099</FONT>    <a name="line.99"></a>
<FONT color="green">100</FONT>      /**<a name="line.100"></a>
<FONT color="green">101</FONT>       * Returns a new Token object, by default. However, if you want, you<a name="line.101"></a>
<FONT color="green">102</FONT>       * can create and return subclass objects based on the value of ofKind.<a name="line.102"></a>
<FONT color="green">103</FONT>       * Simply add the cases to the switch for all those special cases.<a name="line.103"></a>
<FONT color="green">104</FONT>       * For example, if you have a subclass of Token called IDToken that<a name="line.104"></a>
<FONT color="green">105</FONT>       * you want to create if ofKind is ID, simlpy add something like :<a name="line.105"></a>
<FONT color="green">106</FONT>       *<a name="line.106"></a>
<FONT color="green">107</FONT>       *    case MyParserConstants.ID : return new IDToken();<a name="line.107"></a>
<FONT color="green">108</FONT>       *<a name="line.108"></a>
<FONT color="green">109</FONT>       * to the following switch statement. Then you can cast matchedToken<a name="line.109"></a>
<FONT color="green">110</FONT>       * variable to the appropriate type and use it in your lexical actions.<a name="line.110"></a>
<FONT color="green">111</FONT>       */<a name="line.111"></a>
<FONT color="green">112</FONT>      public static final Token newToken(int ofKind)<a name="line.112"></a>
<FONT color="green">113</FONT>      {<a name="line.113"></a>
<FONT color="green">114</FONT>         switch(ofKind)<a name="line.114"></a>
<FONT color="green">115</FONT>         {<a name="line.115"></a>
<FONT color="green">116</FONT>           default : return new Token();<a name="line.116"></a>
<FONT color="green">117</FONT>           case JavaParser15Constants.RUNSIGNEDSHIFT:<a name="line.117"></a>
<FONT color="green">118</FONT>           case JavaParser15Constants.RSIGNEDSHIFT:<a name="line.118"></a>
<FONT color="green">119</FONT>           case JavaParser15Constants.GT:<a name="line.119"></a>
<FONT color="green">120</FONT>              return new GTToken();<a name="line.120"></a>
<FONT color="green">121</FONT>         }<a name="line.121"></a>
<FONT color="green">122</FONT>      }<a name="line.122"></a>
<FONT color="green">123</FONT>    <a name="line.123"></a>
<FONT color="green">124</FONT>      public static class GTToken extends Token<a name="line.124"></a>
<FONT color="green">125</FONT>      {<a name="line.125"></a>
<FONT color="green">126</FONT>         int realKind = JavaParser15Constants.GT;<a name="line.126"></a>
<FONT color="green">127</FONT>      }<a name="line.127"></a>
<FONT color="green">128</FONT>    }<a name="line.128"></a>




























































</PRE>
</BODY>
</HTML>