This file is indexed.

/usr/share/doc/libcobertura-java/api/src-html/net/sourceforge/cobertura/javancss/parser/debug/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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
<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 4.1 */<a name="line.40"></a>
<FONT color="green">041</FONT>    /* JavaCCOptions:TOKEN_EXTENDS=,KEEP_LINE_COL=null */<a name="line.41"></a>
<FONT color="green">042</FONT>    //cobertura - put the import on its own line - otherwise, it messes up the script that changes the package.<a name="line.42"></a>
<FONT color="green">043</FONT>    package net.sourceforge.cobertura.javancss.parser.debug;<a name="line.43"></a>
<FONT color="green">044</FONT>    <a name="line.44"></a>
<FONT color="green">045</FONT>    /**<a name="line.45"></a>
<FONT color="green">046</FONT>     * Describes the input token stream.<a name="line.46"></a>
<FONT color="green">047</FONT>     */<a name="line.47"></a>
<FONT color="green">048</FONT>    <a name="line.48"></a>
<FONT color="green">049</FONT>    public class Token {<a name="line.49"></a>
<FONT color="green">050</FONT>    <a name="line.50"></a>
<FONT color="green">051</FONT>      /**<a name="line.51"></a>
<FONT color="green">052</FONT>       * An integer that describes the kind of this token.  This numbering<a name="line.52"></a>
<FONT color="green">053</FONT>       * system is determined by JavaCCParser, and a table of these numbers is<a name="line.53"></a>
<FONT color="green">054</FONT>       * stored in the file ...Constants.java.<a name="line.54"></a>
<FONT color="green">055</FONT>       */<a name="line.55"></a>
<FONT color="green">056</FONT>      public int kind;<a name="line.56"></a>
<FONT color="green">057</FONT>    <a name="line.57"></a>
<FONT color="green">058</FONT>      /** The line number of the first character of this Token. */<a name="line.58"></a>
<FONT color="green">059</FONT>      public int beginLine;<a name="line.59"></a>
<FONT color="green">060</FONT>      /** The column number of the first character of this Token. */<a name="line.60"></a>
<FONT color="green">061</FONT>      public int beginColumn;<a name="line.61"></a>
<FONT color="green">062</FONT>      /** The line number of the last character of this Token. */<a name="line.62"></a>
<FONT color="green">063</FONT>      public int endLine;<a name="line.63"></a>
<FONT color="green">064</FONT>      /** The column number of the last character of this Token. */<a name="line.64"></a>
<FONT color="green">065</FONT>      public int endColumn;<a name="line.65"></a>
<FONT color="green">066</FONT>    <a name="line.66"></a>
<FONT color="green">067</FONT>      /**<a name="line.67"></a>
<FONT color="green">068</FONT>       * The string image of the token.<a name="line.68"></a>
<FONT color="green">069</FONT>       */<a name="line.69"></a>
<FONT color="green">070</FONT>      public String image;<a name="line.70"></a>
<FONT color="green">071</FONT>    <a name="line.71"></a>
<FONT color="green">072</FONT>      /**<a name="line.72"></a>
<FONT color="green">073</FONT>       * A reference to the next regular (non-special) token from the input<a name="line.73"></a>
<FONT color="green">074</FONT>       * stream.  If this is the last token from the input stream, or if the<a name="line.74"></a>
<FONT color="green">075</FONT>       * token manager has not read tokens beyond this one, this field is<a name="line.75"></a>
<FONT color="green">076</FONT>       * set to null.  This is true only if this token is also a regular<a name="line.76"></a>
<FONT color="green">077</FONT>       * token.  Otherwise, see below for a description of the contents of<a name="line.77"></a>
<FONT color="green">078</FONT>       * this field.<a name="line.78"></a>
<FONT color="green">079</FONT>       */<a name="line.79"></a>
<FONT color="green">080</FONT>      public Token next;<a name="line.80"></a>
<FONT color="green">081</FONT>    <a name="line.81"></a>
<FONT color="green">082</FONT>      /**<a name="line.82"></a>
<FONT color="green">083</FONT>       * This field is used to access special tokens that occur prior to this<a name="line.83"></a>
<FONT color="green">084</FONT>       * token, but after the immediately preceding regular (non-special) token.<a name="line.84"></a>
<FONT color="green">085</FONT>       * If there are no such special tokens, this field is set to null.<a name="line.85"></a>
<FONT color="green">086</FONT>       * When there are more than one such special token, this field refers<a name="line.86"></a>
<FONT color="green">087</FONT>       * to the last of these special tokens, which in turn refers to the next<a name="line.87"></a>
<FONT color="green">088</FONT>       * previous special token through its specialToken field, and so on<a name="line.88"></a>
<FONT color="green">089</FONT>       * until the first special token (whose specialToken field is null).<a name="line.89"></a>
<FONT color="green">090</FONT>       * The next fields of special tokens refer to other special tokens that<a name="line.90"></a>
<FONT color="green">091</FONT>       * immediately follow it (without an intervening regular token).  If there<a name="line.91"></a>
<FONT color="green">092</FONT>       * is no such token, this field is null.<a name="line.92"></a>
<FONT color="green">093</FONT>       */<a name="line.93"></a>
<FONT color="green">094</FONT>      public Token specialToken;<a name="line.94"></a>
<FONT color="green">095</FONT>    <a name="line.95"></a>
<FONT color="green">096</FONT>      /**<a name="line.96"></a>
<FONT color="green">097</FONT>       * An optional attribute value of the Token.<a name="line.97"></a>
<FONT color="green">098</FONT>       * Tokens which are not used as syntactic sugar will often contain<a name="line.98"></a>
<FONT color="green">099</FONT>       * meaningful values that will be used later on by the compiler or<a name="line.99"></a>
<FONT color="green">100</FONT>       * interpreter. This attribute value is often different from the image.<a name="line.100"></a>
<FONT color="green">101</FONT>       * Any subclass of Token that actually wants to return a non-null value can<a name="line.101"></a>
<FONT color="green">102</FONT>       * override this method as appropriate.<a name="line.102"></a>
<FONT color="green">103</FONT>       */<a name="line.103"></a>
<FONT color="green">104</FONT>      public Object getValue() {<a name="line.104"></a>
<FONT color="green">105</FONT>        return null;<a name="line.105"></a>
<FONT color="green">106</FONT>      }<a name="line.106"></a>
<FONT color="green">107</FONT>    <a name="line.107"></a>
<FONT color="green">108</FONT>      /**<a name="line.108"></a>
<FONT color="green">109</FONT>       * No-argument constructor<a name="line.109"></a>
<FONT color="green">110</FONT>       */<a name="line.110"></a>
<FONT color="green">111</FONT>      public Token() {}<a name="line.111"></a>
<FONT color="green">112</FONT>    <a name="line.112"></a>
<FONT color="green">113</FONT>      /**<a name="line.113"></a>
<FONT color="green">114</FONT>       * Constructs a new token for the specified Image.<a name="line.114"></a>
<FONT color="green">115</FONT>       */<a name="line.115"></a>
<FONT color="green">116</FONT>      public Token(int kind)<a name="line.116"></a>
<FONT color="green">117</FONT>      {<a name="line.117"></a>
<FONT color="green">118</FONT>         this(kind, null);<a name="line.118"></a>
<FONT color="green">119</FONT>      }<a name="line.119"></a>
<FONT color="green">120</FONT>    <a name="line.120"></a>
<FONT color="green">121</FONT>      /**<a name="line.121"></a>
<FONT color="green">122</FONT>       * Constructs a new token for the specified Image and Kind.<a name="line.122"></a>
<FONT color="green">123</FONT>       */<a name="line.123"></a>
<FONT color="green">124</FONT>      public Token(int kind, String image)<a name="line.124"></a>
<FONT color="green">125</FONT>      {<a name="line.125"></a>
<FONT color="green">126</FONT>         this.kind = kind;<a name="line.126"></a>
<FONT color="green">127</FONT>         this.image = image;<a name="line.127"></a>
<FONT color="green">128</FONT>      }<a name="line.128"></a>
<FONT color="green">129</FONT>    <a name="line.129"></a>
<FONT color="green">130</FONT>      /**<a name="line.130"></a>
<FONT color="green">131</FONT>       * Returns the image.<a name="line.131"></a>
<FONT color="green">132</FONT>       */<a name="line.132"></a>
<FONT color="green">133</FONT>      public String toString()<a name="line.133"></a>
<FONT color="green">134</FONT>      {<a name="line.134"></a>
<FONT color="green">135</FONT>         return image;<a name="line.135"></a>
<FONT color="green">136</FONT>      }<a name="line.136"></a>
<FONT color="green">137</FONT>    <a name="line.137"></a>
<FONT color="green">138</FONT>      /**<a name="line.138"></a>
<FONT color="green">139</FONT>       * Returns a new Token object, by default. However, if you want, you<a name="line.139"></a>
<FONT color="green">140</FONT>       * can create and return subclass objects based on the value of ofKind.<a name="line.140"></a>
<FONT color="green">141</FONT>       * Simply add the cases to the switch for all those special cases.<a name="line.141"></a>
<FONT color="green">142</FONT>       * For example, if you have a subclass of Token called IDToken that<a name="line.142"></a>
<FONT color="green">143</FONT>       * you want to create if ofKind is ID, simply add something like :<a name="line.143"></a>
<FONT color="green">144</FONT>       *<a name="line.144"></a>
<FONT color="green">145</FONT>       *    case MyParserConstants.ID : return new IDToken(ofKind, image);<a name="line.145"></a>
<FONT color="green">146</FONT>       *<a name="line.146"></a>
<FONT color="green">147</FONT>       * to the following switch statement. Then you can cast matchedToken<a name="line.147"></a>
<FONT color="green">148</FONT>       * variable to the appropriate type and use sit in your lexical actions.<a name="line.148"></a>
<FONT color="green">149</FONT>       */<a name="line.149"></a>
<FONT color="green">150</FONT>      public static Token newToken(int ofKind, String image)<a name="line.150"></a>
<FONT color="green">151</FONT>      {<a name="line.151"></a>
<FONT color="green">152</FONT>         switch(ofKind)<a name="line.152"></a>
<FONT color="green">153</FONT>         {<a name="line.153"></a>
<FONT color="green">154</FONT>           default : return new Token(ofKind, image);<a name="line.154"></a>
<FONT color="green">155</FONT>         }<a name="line.155"></a>
<FONT color="green">156</FONT>      }<a name="line.156"></a>
<FONT color="green">157</FONT>    <a name="line.157"></a>
<FONT color="green">158</FONT>      public static Token newToken(int ofKind)<a name="line.158"></a>
<FONT color="green">159</FONT>      {<a name="line.159"></a>
<FONT color="green">160</FONT>         return newToken(ofKind, null);<a name="line.160"></a>
<FONT color="green">161</FONT>      }<a name="line.161"></a>
<FONT color="green">162</FONT>    <a name="line.162"></a>
<FONT color="green">163</FONT>    }<a name="line.163"></a>
<FONT color="green">164</FONT>    /* JavaCC - OriginalChecksum=15522ecc409e4693bb99cff1a147148b (do not edit this line) */<a name="line.164"></a>




























































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