• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<!-- NewPage -->
3<html lang="en">
4<head>
5<!-- Generated by javadoc (version 1.7.0_10-ea) on Sun Jul 14 20:03:34 PDT 2013 -->
6<title>Uses of Class org.codehaus.jackson.JsonLocation (Jackson JSON Processor)</title>
7<meta name="date" content="2013-07-14">
8<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
9</head>
10<body>
11<script type="text/javascript"><!--
12    if (location.href.indexOf('is-external=true') == -1) {
13        parent.document.title="Uses of Class org.codehaus.jackson.JsonLocation (Jackson JSON Processor)";
14    }
15//-->
16</script>
17<noscript>
18<div>JavaScript is disabled on your browser.</div>
19</noscript>
20<!-- ========= START OF TOP NAVBAR ======= -->
21<div class="topNav"><a name="navbar_top">
22<!--   -->
23</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
24<!--   -->
25</a>
26<ul class="navList" title="Navigation">
27<li><a href="../../../../overview-summary.html">Overview</a></li>
28<li><a href="../package-summary.html">Package</a></li>
29<li><a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">Class</a></li>
30<li class="navBarCell1Rev">Use</li>
31<li><a href="../package-tree.html">Tree</a></li>
32<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
33<li><a href="../../../../index-all.html">Index</a></li>
34<li><a href="../../../../help-doc.html">Help</a></li>
35</ul>
36</div>
37<div class="subNav">
38<ul class="navList">
39<li>Prev</li>
40<li>Next</li>
41</ul>
42<ul class="navList">
43<li><a href="../../../../index.html?org/codehaus/jackson/class-use/JsonLocation.html" target="_top">Frames</a></li>
44<li><a href="JsonLocation.html" target="_top">No Frames</a></li>
45</ul>
46<ul class="navList" id="allclasses_navbar_top">
47<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
48</ul>
49<div>
50<script type="text/javascript"><!--
51  allClassesLink = document.getElementById("allclasses_navbar_top");
52  if(window==top) {
53    allClassesLink.style.display = "block";
54  }
55  else {
56    allClassesLink.style.display = "none";
57  }
58  //-->
59</script>
60</div>
61<a name="skip-navbar_top">
62<!--   -->
63</a></div>
64<!-- ========= END OF TOP NAVBAR ========= -->
65<div class="header">
66<h2 title="Uses of Class org.codehaus.jackson.JsonLocation" class="title">Uses of Class<br>org.codehaus.jackson.JsonLocation</h2>
67</div>
68<div class="classUseContainer">
69<ul class="blockList">
70<li class="blockList">
71<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
72<caption><span>Packages that use <a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a></span><span class="tabEnd">&nbsp;</span></caption>
73<tr>
74<th class="colFirst" scope="col">Package</th>
75<th class="colLast" scope="col">Description</th>
76</tr>
77<tbody>
78<tr class="altColor">
79<td class="colFirst"><a href="#org.codehaus.jackson">org.codehaus.jackson</a></td>
80<td class="colLast">
81<div class="block">Main public API classes of the core streaming JSON
82 processor: most importantly <a href="../../../../org/codehaus/jackson/JsonFactory.html" title="class in org.codehaus.jackson"><code>JsonFactory</code></a>
83 used for constructing
84 JSON parser (<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson"><code>JsonParser</code></a>)
85 and generator
86 (<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson"><code>JsonParser</code></a>)
87 instances.</div>
88</td>
89</tr>
90<tr class="rowColor">
91<td class="colFirst"><a href="#org.codehaus.jackson.impl">org.codehaus.jackson.impl</a></td>
92<td class="colLast">
93<div class="block">Parser and generator implementation classes that Jackson
94 defines and uses.</div>
95</td>
96</tr>
97<tr class="altColor">
98<td class="colFirst"><a href="#org.codehaus.jackson.map">org.codehaus.jackson.map</a></td>
99<td class="colLast">
100<div class="block">Contains basic mapper (conversion) functionality that
101allows for converting between regular streaming json content and
102Java objects (beans or Tree Model: support for both is via
103<a href="../../../../org/codehaus/jackson/map/ObjectMapper.html" title="class in org.codehaus.jackson.map"><code>ObjectMapper</code></a> class, as well
104as convenience methods included in
105<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson"><code>JsonParser</code></a></div>
106</td>
107</tr>
108<tr class="rowColor">
109<td class="colFirst"><a href="#org.codehaus.jackson.map.exc">org.codehaus.jackson.map.exc</a></td>
110<td class="colLast">&nbsp;</td>
111</tr>
112<tr class="altColor">
113<td class="colFirst"><a href="#org.codehaus.jackson.node">org.codehaus.jackson.node</a></td>
114<td class="colLast">
115<div class="block">Contains concrete <a href="../../../../org/codehaus/jackson/JsonNode.html" title="class in org.codehaus.jackson"><code>JsonNode</code></a> implementations
116 Jackson uses for the Tree model.</div>
117</td>
118</tr>
119<tr class="rowColor">
120<td class="colFirst"><a href="#org.codehaus.jackson.smile">org.codehaus.jackson.smile</a></td>
121<td class="colLast">
122<div class="block">Package that contains experimental implementation of
123 "Binary-Encoded JSON-Like" data format handlers (parser,
124 generator, factory produce both, supporting constants).</div>
125</td>
126</tr>
127<tr class="altColor">
128<td class="colFirst"><a href="#org.codehaus.jackson.util">org.codehaus.jackson.util</a></td>
129<td class="colLast">
130<div class="block">Utility classes used by Jackson Core functionality.</div>
131</td>
132</tr>
133</tbody>
134</table>
135</li>
136<li class="blockList">
137<ul class="blockList">
138<li class="blockList"><a name="org.codehaus.jackson">
139<!--   -->
140</a>
141<h3>Uses of <a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a> in <a href="../../../../org/codehaus/jackson/package-summary.html">org.codehaus.jackson</a></h3>
142<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
143<caption><span>Fields in <a href="../../../../org/codehaus/jackson/package-summary.html">org.codehaus.jackson</a> declared as <a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a></span><span class="tabEnd">&nbsp;</span></caption>
144<tr>
145<th class="colFirst" scope="col">Modifier and Type</th>
146<th class="colLast" scope="col">Field and Description</th>
147</tr>
148<tbody>
149<tr class="altColor">
150<td class="colFirst"><code>protected <a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a></code></td>
151<td class="colLast"><span class="strong">JsonProcessingException.</span><code><strong><a href="../../../../org/codehaus/jackson/JsonProcessingException.html#mLocation">mLocation</a></strong></code>&nbsp;</td>
152</tr>
153<tr class="rowColor">
154<td class="colFirst"><code>static <a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a></code></td>
155<td class="colLast"><span class="strong">JsonLocation.</span><code><strong><a href="../../../../org/codehaus/jackson/JsonLocation.html#NA">NA</a></strong></code>
156<div class="block">Shared immutable "N/A location" that can be returned to indicate
157 that no location information is available</div>
158</td>
159</tr>
160</tbody>
161</table>
162<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
163<caption><span>Methods in <a href="../../../../org/codehaus/jackson/package-summary.html">org.codehaus.jackson</a> that return <a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a></span><span class="tabEnd">&nbsp;</span></caption>
164<tr>
165<th class="colFirst" scope="col">Modifier and Type</th>
166<th class="colLast" scope="col">Method and Description</th>
167</tr>
168<tbody>
169<tr class="altColor">
170<td class="colFirst"><code>abstract <a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a></code></td>
171<td class="colLast"><span class="strong">JsonParser.</span><code><strong><a href="../../../../org/codehaus/jackson/JsonParser.html#getCurrentLocation()">getCurrentLocation</a></strong>()</code>
172<div class="block">Method that returns location of the last processed character;
173 usually for error reporting purposes.</div>
174</td>
175</tr>
176<tr class="rowColor">
177<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a></code></td>
178<td class="colLast"><span class="strong">JsonProcessingException.</span><code><strong><a href="../../../../org/codehaus/jackson/JsonProcessingException.html#getLocation()">getLocation</a></strong>()</code>&nbsp;</td>
179</tr>
180<tr class="altColor">
181<td class="colFirst"><code>abstract <a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a></code></td>
182<td class="colLast"><span class="strong">JsonParser.</span><code><strong><a href="../../../../org/codehaus/jackson/JsonParser.html#getTokenLocation()">getTokenLocation</a></strong>()</code>
183<div class="block">Method that return the <b>starting</b> location of the current
184 token; that is, position of the first character from input
185 that starts the current token.</div>
186</td>
187</tr>
188</tbody>
189</table>
190<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
191<caption><span>Constructors in <a href="../../../../org/codehaus/jackson/package-summary.html">org.codehaus.jackson</a> with parameters of type <a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a></span><span class="tabEnd">&nbsp;</span></caption>
192<tr>
193<th class="colOne" scope="col">Constructor and Description</th>
194</tr>
195<tbody>
196<tr class="altColor">
197<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/JsonParseException.html#JsonParseException(java.lang.String, org.codehaus.jackson.JsonLocation)">JsonParseException</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg,
198                  <a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a>&nbsp;loc)</code>&nbsp;</td>
199</tr>
200<tr class="rowColor">
201<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/JsonParseException.html#JsonParseException(java.lang.String, org.codehaus.jackson.JsonLocation, java.lang.Throwable)">JsonParseException</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg,
202                  <a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a>&nbsp;loc,
203                  <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;root)</code>&nbsp;</td>
204</tr>
205<tr class="altColor">
206<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/JsonProcessingException.html#JsonProcessingException(java.lang.String, org.codehaus.jackson.JsonLocation)">JsonProcessingException</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg,
207                       <a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a>&nbsp;loc)</code>&nbsp;</td>
208</tr>
209<tr class="rowColor">
210<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/JsonProcessingException.html#JsonProcessingException(java.lang.String, org.codehaus.jackson.JsonLocation, java.lang.Throwable)">JsonProcessingException</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg,
211                       <a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a>&nbsp;loc,
212                       <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;rootCause)</code>&nbsp;</td>
213</tr>
214</tbody>
215</table>
216</li>
217<li class="blockList"><a name="org.codehaus.jackson.impl">
218<!--   -->
219</a>
220<h3>Uses of <a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a> in <a href="../../../../org/codehaus/jackson/impl/package-summary.html">org.codehaus.jackson.impl</a></h3>
221<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
222<caption><span>Methods in <a href="../../../../org/codehaus/jackson/impl/package-summary.html">org.codehaus.jackson.impl</a> that return <a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a></span><span class="tabEnd">&nbsp;</span></caption>
223<tr>
224<th class="colFirst" scope="col">Modifier and Type</th>
225<th class="colLast" scope="col">Method and Description</th>
226</tr>
227<tbody>
228<tr class="altColor">
229<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a></code></td>
230<td class="colLast"><span class="strong">JsonParserBase.</span><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserBase.html#getCurrentLocation()">getCurrentLocation</a></strong>()</code>
231<div class="block">Method that returns location of the last processed character;
232 usually for error reporting purposes</div>
233</td>
234</tr>
235<tr class="rowColor">
236<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a></code></td>
237<td class="colLast"><span class="strong">JsonReadContext.</span><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonReadContext.html#getStartLocation(java.lang.Object)">getStartLocation</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;srcRef)</code>&nbsp;</td>
238</tr>
239<tr class="altColor">
240<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a></code></td>
241<td class="colLast"><span class="strong">JsonParserBase.</span><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserBase.html#getTokenLocation()">getTokenLocation</a></strong>()</code>
242<div class="block">Method that return the <b>starting</b> location of the current
243 token; that is, position of the first character from input
244 that starts the current token.</div>
245</td>
246</tr>
247</tbody>
248</table>
249</li>
250<li class="blockList"><a name="org.codehaus.jackson.map">
251<!--   -->
252</a>
253<h3>Uses of <a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a> in <a href="../../../../org/codehaus/jackson/map/package-summary.html">org.codehaus.jackson.map</a></h3>
254<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
255<caption><span>Constructors in <a href="../../../../org/codehaus/jackson/map/package-summary.html">org.codehaus.jackson.map</a> with parameters of type <a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a></span><span class="tabEnd">&nbsp;</span></caption>
256<tr>
257<th class="colOne" scope="col">Constructor and Description</th>
258</tr>
259<tbody>
260<tr class="altColor">
261<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/JsonMappingException.html#JsonMappingException(java.lang.String, org.codehaus.jackson.JsonLocation)">JsonMappingException</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg,
262                    <a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a>&nbsp;loc)</code>&nbsp;</td>
263</tr>
264<tr class="rowColor">
265<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/JsonMappingException.html#JsonMappingException(java.lang.String, org.codehaus.jackson.JsonLocation, java.lang.Throwable)">JsonMappingException</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg,
266                    <a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a>&nbsp;loc,
267                    <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;rootCause)</code>&nbsp;</td>
268</tr>
269</tbody>
270</table>
271</li>
272<li class="blockList"><a name="org.codehaus.jackson.map.exc">
273<!--   -->
274</a>
275<h3>Uses of <a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a> in <a href="../../../../org/codehaus/jackson/map/exc/package-summary.html">org.codehaus.jackson.map.exc</a></h3>
276<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
277<caption><span>Constructors in <a href="../../../../org/codehaus/jackson/map/exc/package-summary.html">org.codehaus.jackson.map.exc</a> with parameters of type <a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a></span><span class="tabEnd">&nbsp;</span></caption>
278<tr>
279<th class="colOne" scope="col">Constructor and Description</th>
280</tr>
281<tbody>
282<tr class="altColor">
283<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/exc/UnrecognizedPropertyException.html#UnrecognizedPropertyException(java.lang.String, org.codehaus.jackson.JsonLocation, java.lang.Class, java.lang.String)">UnrecognizedPropertyException</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg,
284                             <a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a>&nbsp;loc,
285                             <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;referringClass,
286                             <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;propName)</code>&nbsp;</td>
287</tr>
288</tbody>
289</table>
290</li>
291<li class="blockList"><a name="org.codehaus.jackson.node">
292<!--   -->
293</a>
294<h3>Uses of <a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a> in <a href="../../../../org/codehaus/jackson/node/package-summary.html">org.codehaus.jackson.node</a></h3>
295<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
296<caption><span>Methods in <a href="../../../../org/codehaus/jackson/node/package-summary.html">org.codehaus.jackson.node</a> that return <a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a></span><span class="tabEnd">&nbsp;</span></caption>
297<tr>
298<th class="colFirst" scope="col">Modifier and Type</th>
299<th class="colLast" scope="col">Method and Description</th>
300</tr>
301<tbody>
302<tr class="altColor">
303<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a></code></td>
304<td class="colLast"><span class="strong">TreeTraversingParser.</span><code><strong><a href="../../../../org/codehaus/jackson/node/TreeTraversingParser.html#getCurrentLocation()">getCurrentLocation</a></strong>()</code>&nbsp;</td>
305</tr>
306<tr class="rowColor">
307<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a></code></td>
308<td class="colLast"><span class="strong">TreeTraversingParser.</span><code><strong><a href="../../../../org/codehaus/jackson/node/TreeTraversingParser.html#getTokenLocation()">getTokenLocation</a></strong>()</code>&nbsp;</td>
309</tr>
310</tbody>
311</table>
312</li>
313<li class="blockList"><a name="org.codehaus.jackson.smile">
314<!--   -->
315</a>
316<h3>Uses of <a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a> in <a href="../../../../org/codehaus/jackson/smile/package-summary.html">org.codehaus.jackson.smile</a></h3>
317<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
318<caption><span>Methods in <a href="../../../../org/codehaus/jackson/smile/package-summary.html">org.codehaus.jackson.smile</a> that return <a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a></span><span class="tabEnd">&nbsp;</span></caption>
319<tr>
320<th class="colFirst" scope="col">Modifier and Type</th>
321<th class="colLast" scope="col">Method and Description</th>
322</tr>
323<tbody>
324<tr class="altColor">
325<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a></code></td>
326<td class="colLast"><span class="strong">SmileParser.</span><code><strong><a href="../../../../org/codehaus/jackson/smile/SmileParser.html#getCurrentLocation()">getCurrentLocation</a></strong>()</code>
327<div class="block">Overridden since we do not really have character-based locations,
328 but we do have byte offset to specify.</div>
329</td>
330</tr>
331<tr class="rowColor">
332<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a></code></td>
333<td class="colLast"><span class="strong">SmileParser.</span><code><strong><a href="../../../../org/codehaus/jackson/smile/SmileParser.html#getTokenLocation()">getTokenLocation</a></strong>()</code>
334<div class="block">Overridden since we do not really have character-based locations,
335 but we do have byte offset to specify.</div>
336</td>
337</tr>
338</tbody>
339</table>
340</li>
341<li class="blockList"><a name="org.codehaus.jackson.util">
342<!--   -->
343</a>
344<h3>Uses of <a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a> in <a href="../../../../org/codehaus/jackson/util/package-summary.html">org.codehaus.jackson.util</a></h3>
345<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
346<caption><span>Fields in <a href="../../../../org/codehaus/jackson/util/package-summary.html">org.codehaus.jackson.util</a> declared as <a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a></span><span class="tabEnd">&nbsp;</span></caption>
347<tr>
348<th class="colFirst" scope="col">Modifier and Type</th>
349<th class="colLast" scope="col">Field and Description</th>
350</tr>
351<tbody>
352<tr class="altColor">
353<td class="colFirst"><code>protected <a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a></code></td>
354<td class="colLast"><span class="strong">TokenBuffer.Parser.</span><code><strong><a href="../../../../org/codehaus/jackson/util/TokenBuffer.Parser.html#_location">_location</a></strong></code>&nbsp;</td>
355</tr>
356</tbody>
357</table>
358<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
359<caption><span>Methods in <a href="../../../../org/codehaus/jackson/util/package-summary.html">org.codehaus.jackson.util</a> that return <a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a></span><span class="tabEnd">&nbsp;</span></caption>
360<tr>
361<th class="colFirst" scope="col">Modifier and Type</th>
362<th class="colLast" scope="col">Method and Description</th>
363</tr>
364<tbody>
365<tr class="altColor">
366<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a></code></td>
367<td class="colLast"><span class="strong">TokenBuffer.Parser.</span><code><strong><a href="../../../../org/codehaus/jackson/util/TokenBuffer.Parser.html#getCurrentLocation()">getCurrentLocation</a></strong>()</code>&nbsp;</td>
368</tr>
369<tr class="rowColor">
370<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a></code></td>
371<td class="colLast"><span class="strong">JsonParserDelegate.</span><code><strong><a href="../../../../org/codehaus/jackson/util/JsonParserDelegate.html#getCurrentLocation()">getCurrentLocation</a></strong>()</code>&nbsp;</td>
372</tr>
373<tr class="altColor">
374<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a></code></td>
375<td class="colLast"><span class="strong">TokenBuffer.Parser.</span><code><strong><a href="../../../../org/codehaus/jackson/util/TokenBuffer.Parser.html#getTokenLocation()">getTokenLocation</a></strong>()</code>&nbsp;</td>
376</tr>
377<tr class="rowColor">
378<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a></code></td>
379<td class="colLast"><span class="strong">JsonParserDelegate.</span><code><strong><a href="../../../../org/codehaus/jackson/util/JsonParserDelegate.html#getTokenLocation()">getTokenLocation</a></strong>()</code>&nbsp;</td>
380</tr>
381</tbody>
382</table>
383<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
384<caption><span>Methods in <a href="../../../../org/codehaus/jackson/util/package-summary.html">org.codehaus.jackson.util</a> with parameters of type <a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a></span><span class="tabEnd">&nbsp;</span></caption>
385<tr>
386<th class="colFirst" scope="col">Modifier and Type</th>
387<th class="colLast" scope="col">Method and Description</th>
388</tr>
389<tbody>
390<tr class="altColor">
391<td class="colFirst"><code>void</code></td>
392<td class="colLast"><span class="strong">TokenBuffer.Parser.</span><code><strong><a href="../../../../org/codehaus/jackson/util/TokenBuffer.Parser.html#setLocation(org.codehaus.jackson.JsonLocation)">setLocation</a></strong>(<a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">JsonLocation</a>&nbsp;l)</code>&nbsp;</td>
393</tr>
394</tbody>
395</table>
396</li>
397</ul>
398</li>
399</ul>
400</div>
401<!-- ======= START OF BOTTOM NAVBAR ====== -->
402<div class="bottomNav"><a name="navbar_bottom">
403<!--   -->
404</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
405<!--   -->
406</a>
407<ul class="navList" title="Navigation">
408<li><a href="../../../../overview-summary.html">Overview</a></li>
409<li><a href="../package-summary.html">Package</a></li>
410<li><a href="../../../../org/codehaus/jackson/JsonLocation.html" title="class in org.codehaus.jackson">Class</a></li>
411<li class="navBarCell1Rev">Use</li>
412<li><a href="../package-tree.html">Tree</a></li>
413<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
414<li><a href="../../../../index-all.html">Index</a></li>
415<li><a href="../../../../help-doc.html">Help</a></li>
416</ul>
417</div>
418<div class="subNav">
419<ul class="navList">
420<li>Prev</li>
421<li>Next</li>
422</ul>
423<ul class="navList">
424<li><a href="../../../../index.html?org/codehaus/jackson/class-use/JsonLocation.html" target="_top">Frames</a></li>
425<li><a href="JsonLocation.html" target="_top">No Frames</a></li>
426</ul>
427<ul class="navList" id="allclasses_navbar_bottom">
428<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
429</ul>
430<div>
431<script type="text/javascript"><!--
432  allClassesLink = document.getElementById("allclasses_navbar_bottom");
433  if(window==top) {
434    allClassesLink.style.display = "block";
435  }
436  else {
437    allClassesLink.style.display = "none";
438  }
439  //-->
440</script>
441</div>
442<a name="skip-navbar_bottom">
443<!--   -->
444</a></div>
445<!-- ======== END OF BOTTOM NAVBAR ======= -->
446</body>
447</html>
448