Subversion Repositories SmartDukaan

Rev

Rev 156 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
156 ashish 1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<!--NewPage-->
3
<HTML>
4
<HEAD>
5
<!-- Generated by javadoc (build 1.5.0_22) on Wed Jan 06 21:26:38 EST 2010 -->
6
<TITLE>
7
MemberCollector
8
</TITLE>
9
 
10
<META NAME="keywords" CONTENT="com.google.gwt.inject.rebind.util.MemberCollector class">
11
 
12
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
13
 
14
<SCRIPT type="text/javascript">
15
function windowTitle()
16
{
17
    parent.document.title="MemberCollector";
18
}
19
</SCRIPT>
20
<NOSCRIPT>
21
</NOSCRIPT>
22
 
23
</HEAD>
24
 
25
<BODY BGCOLOR="white" onload="windowTitle();">
26
 
27
 
28
<!-- ========= START OF TOP NAVBAR ======= -->
29
<A NAME="navbar_top"><!-- --></A>
30
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
31
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
32
<TR>
33
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
34
<A NAME="navbar_top_firstrow"><!-- --></A>
35
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
36
  <TR ALIGN="center" VALIGN="top">
37
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
38
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
39
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
40
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44
  </TR>
45
</TABLE>
46
</TD>
47
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48
</EM>
49
</TD>
50
</TR>
51
 
52
<TR>
53
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54
&nbsp;<A HREF="../../../../../../com/google/gwt/inject/rebind/util/KeyUtil.html" title="class in com.google.gwt.inject.rebind.util"><B>PREV CLASS</B></A>&nbsp;
55
&nbsp;<A HREF="../../../../../../com/google/gwt/inject/rebind/util/MemberCollector.FieldFilter.html" title="interface in com.google.gwt.inject.rebind.util"><B>NEXT CLASS</B></A></FONT></TD>
56
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57
  <A HREF="../../../../../../index.html?com/google/gwt/inject/rebind/util/MemberCollector.html" target="_top"><B>FRAMES</B></A>  &nbsp;
58
&nbsp;<A HREF="MemberCollector.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
59
&nbsp;<SCRIPT type="text/javascript">
60
  <!--
61
  if(window==top) {
62
    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63
  }
64
  //-->
65
</SCRIPT>
66
<NOSCRIPT>
67
  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
68
</NOSCRIPT>
69
 
70
 
71
</FONT></TD>
72
</TR>
73
<TR>
74
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75
  SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78
</TR>
79
</TABLE>
80
<A NAME="skip-navbar_top"></A>
81
<!-- ========= END OF TOP NAVBAR ========= -->
82
 
83
<HR>
84
<!-- ======== START OF CLASS DATA ======== -->
85
<H2>
86
<FONT SIZE="-1">
87
com.google.gwt.inject.rebind.util</FONT>
88
<BR>
89
Class MemberCollector</H2>
90
<PRE>
91
java.lang.Object
92
  <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>com.google.gwt.inject.rebind.util.MemberCollector</B>
93
</PRE>
94
<HR>
95
<DL>
96
<DT><PRE>public class <B>MemberCollector</B><DT>extends java.lang.Object</DL>
97
</PRE>
98
 
99
<P>
100
This class can be used to collect a type's members, including those of its
101
 (recursive) superclasses and interfaces.  The collector treats overrides
102
 correctly, i.e. it returns the method defined the closest to the provided
103
 type.
104
 <p>Note:  The collector uses internal caching and can be called with the same
105
 arguments repeatedly without repeated performance costs.
106
 <p>This class is not thread-safe.
107
<P>
108
 
109
<P>
110
<HR>
111
 
112
<P>
113
<!-- ======== NESTED CLASS SUMMARY ======== -->
114
 
115
<A NAME="nested_class_summary"><!-- --></A>
116
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
117
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
118
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
119
<B>Nested Class Summary</B></FONT></TH>
120
</TR>
121
<TR BGCOLOR="white" CLASS="TableRowColor">
122
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
123
<CODE>static&nbsp;interface</CODE></FONT></TD>
124
<TD><CODE><B><A HREF="../../../../../../com/google/gwt/inject/rebind/util/MemberCollector.FieldFilter.html" title="interface in com.google.gwt.inject.rebind.util">MemberCollector.FieldFilter</A></B></CODE>
125
 
126
<BR>
127
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Filter used during the collection of fields to restrict the kind of
128
 collected fields.</TD>
129
</TR>
130
<TR BGCOLOR="white" CLASS="TableRowColor">
131
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
132
<CODE>static&nbsp;interface</CODE></FONT></TD>
133
<TD><CODE><B><A HREF="../../../../../../com/google/gwt/inject/rebind/util/MemberCollector.MethodFilter.html" title="interface in com.google.gwt.inject.rebind.util">MemberCollector.MethodFilter</A></B></CODE>
134
 
135
<BR>
136
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Filter used during the collection of methods to restrict the kind of
137
 collected methods.</TD>
138
</TR>
139
</TABLE>
140
&nbsp;<!-- =========== FIELD SUMMARY =========== -->
141
 
142
<A NAME="field_summary"><!-- --></A>
143
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
144
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
145
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
146
<B>Field Summary</B></FONT></TH>
147
</TR>
148
<TR BGCOLOR="white" CLASS="TableRowColor">
149
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
150
<CODE>static&nbsp;<A HREF="../../../../../../com/google/gwt/inject/rebind/util/MemberCollector.MethodFilter.html" title="interface in com.google.gwt.inject.rebind.util">MemberCollector.MethodFilter</A></CODE></FONT></TD>
151
<TD><CODE><B><A HREF="../../../../../../com/google/gwt/inject/rebind/util/MemberCollector.html#ALL_METHOD_FILTER">ALL_METHOD_FILTER</A></B></CODE>
152
 
153
<BR>
154
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
155
</TR>
156
</TABLE>
157
&nbsp;
158
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
159
 
160
<A NAME="constructor_summary"><!-- --></A>
161
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
162
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
163
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
164
<B>Constructor Summary</B></FONT></TH>
165
</TR>
166
<TR BGCOLOR="white" CLASS="TableRowColor">
167
<TD><CODE><B><A HREF="../../../../../../com/google/gwt/inject/rebind/util/MemberCollector.html#MemberCollector(com.google.gwt.core.ext.TreeLogger)">MemberCollector</A></B>(com.google.gwt.core.ext.TreeLogger&nbsp;logger)</CODE>
168
 
169
<BR>
170
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
171
</TR>
172
</TABLE>
173
&nbsp;
174
<!-- ========== METHOD SUMMARY =========== -->
175
 
176
<A NAME="method_summary"><!-- --></A>
177
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
178
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
179
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
180
<B>Method Summary</B></FONT></TH>
181
</TR>
182
<TR BGCOLOR="white" CLASS="TableRowColor">
183
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
184
<CODE>&nbsp;java.util.Collection&lt;com.google.gwt.core.ext.typeinfo.JField&gt;</CODE></FONT></TD>
185
<TD><CODE><B><A HREF="../../../../../../com/google/gwt/inject/rebind/util/MemberCollector.html#getFields(com.google.gwt.core.ext.typeinfo.JClassType)">getFields</A></B>(com.google.gwt.core.ext.typeinfo.JClassType&nbsp;type)</CODE>
186
 
187
<BR>
188
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns all fields in the provided type, including those of the type's
189
 (recursive) super classes.</TD>
190
</TR>
191
<TR BGCOLOR="white" CLASS="TableRowColor">
192
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
193
<CODE>&nbsp;java.util.Collection&lt;com.google.gwt.core.ext.typeinfo.JMethod&gt;</CODE></FONT></TD>
194
<TD><CODE><B><A HREF="../../../../../../com/google/gwt/inject/rebind/util/MemberCollector.html#getMethods(com.google.gwt.core.ext.typeinfo.JClassType)">getMethods</A></B>(com.google.gwt.core.ext.typeinfo.JClassType&nbsp;type)</CODE>
195
 
196
<BR>
197
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns all methods in the provided type, including those of the type's
198
 (recursive) super classes and interfaces.</TD>
199
</TR>
200
<TR BGCOLOR="white" CLASS="TableRowColor">
201
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
202
<CODE>&nbsp;void</CODE></FONT></TD>
203
<TD><CODE><B><A HREF="../../../../../../com/google/gwt/inject/rebind/util/MemberCollector.html#setFieldFilter(com.google.gwt.inject.rebind.util.MemberCollector.FieldFilter)">setFieldFilter</A></B>(<A HREF="../../../../../../com/google/gwt/inject/rebind/util/MemberCollector.FieldFilter.html" title="interface in com.google.gwt.inject.rebind.util">MemberCollector.FieldFilter</A>&nbsp;filter)</CODE>
204
 
205
<BR>
206
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets this collector's field filter.</TD>
207
</TR>
208
<TR BGCOLOR="white" CLASS="TableRowColor">
209
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
210
<CODE>&nbsp;void</CODE></FONT></TD>
211
<TD><CODE><B><A HREF="../../../../../../com/google/gwt/inject/rebind/util/MemberCollector.html#setMethodFilter(com.google.gwt.inject.rebind.util.MemberCollector.MethodFilter)">setMethodFilter</A></B>(<A HREF="../../../../../../com/google/gwt/inject/rebind/util/MemberCollector.MethodFilter.html" title="interface in com.google.gwt.inject.rebind.util">MemberCollector.MethodFilter</A>&nbsp;filter)</CODE>
212
 
213
<BR>
214
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets this collector's method filter.</TD>
215
</TR>
216
</TABLE>
217
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
218
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
219
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
220
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
221
</TR>
222
<TR BGCOLOR="white" CLASS="TableRowColor">
223
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
224
</TR>
225
</TABLE>
226
&nbsp;
227
<P>
228
 
229
<!-- ============ FIELD DETAIL =========== -->
230
 
231
<A NAME="field_detail"><!-- --></A>
232
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
233
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
234
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
235
<B>Field Detail</B></FONT></TH>
236
</TR>
237
</TABLE>
238
 
239
<A NAME="ALL_METHOD_FILTER"><!-- --></A><H3>
240
ALL_METHOD_FILTER</H3>
241
<PRE>
242
public static final <A HREF="../../../../../../com/google/gwt/inject/rebind/util/MemberCollector.MethodFilter.html" title="interface in com.google.gwt.inject.rebind.util">MemberCollector.MethodFilter</A> <B>ALL_METHOD_FILTER</B></PRE>
243
<DL>
244
<DL>
245
</DL>
246
</DL>
247
 
248
<!-- ========= CONSTRUCTOR DETAIL ======== -->
249
 
250
<A NAME="constructor_detail"><!-- --></A>
251
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
252
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
253
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
254
<B>Constructor Detail</B></FONT></TH>
255
</TR>
256
</TABLE>
257
 
258
<A NAME="MemberCollector(com.google.gwt.core.ext.TreeLogger)"><!-- --></A><H3>
259
MemberCollector</H3>
260
<PRE>
261
<FONT SIZE="-1"><A HREF="http://google-guice.googlecode.com/svn/trunk/javadoc/com/google/inject/Inject.html" title="class or interface in com.google.inject">@Inject</A>
262
</FONT>public <B>MemberCollector</B>(com.google.gwt.core.ext.TreeLogger&nbsp;logger)</PRE>
263
<DL>
264
</DL>
265
 
266
<!-- ============ METHOD DETAIL ========== -->
267
 
268
<A NAME="method_detail"><!-- --></A>
269
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
270
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
271
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
272
<B>Method Detail</B></FONT></TH>
273
</TR>
274
</TABLE>
275
 
276
<A NAME="setMethodFilter(com.google.gwt.inject.rebind.util.MemberCollector.MethodFilter)"><!-- --></A><H3>
277
setMethodFilter</H3>
278
<PRE>
279
public void <B>setMethodFilter</B>(<A HREF="../../../../../../com/google/gwt/inject/rebind/util/MemberCollector.MethodFilter.html" title="interface in com.google.gwt.inject.rebind.util">MemberCollector.MethodFilter</A>&nbsp;filter)
280
                     throws java.lang.IllegalStateException</PRE>
281
<DL>
282
<DD>Sets this collector's method filter.  This method can only be called
283
 before members are requested.
284
<P>
285
<DD><DL>
286
<DT><B>Parameters:</B><DD><CODE>filter</CODE> - new method filter for this collector
287
<DT><B>Throws:</B>
288
<DD><CODE>java.lang.IllegalStateException</CODE> - if the filter is set after members have been
289
           requested</DL>
290
</DD>
291
</DL>
292
<HR>
293
 
294
<A NAME="setFieldFilter(com.google.gwt.inject.rebind.util.MemberCollector.FieldFilter)"><!-- --></A><H3>
295
setFieldFilter</H3>
296
<PRE>
297
public void <B>setFieldFilter</B>(<A HREF="../../../../../../com/google/gwt/inject/rebind/util/MemberCollector.FieldFilter.html" title="interface in com.google.gwt.inject.rebind.util">MemberCollector.FieldFilter</A>&nbsp;filter)
298
                    throws java.lang.IllegalStateException</PRE>
299
<DL>
300
<DD>Sets this collector's field filter.  This method can only be called before
301
 members are requested.
302
<P>
303
<DD><DL>
304
<DT><B>Parameters:</B><DD><CODE>filter</CODE> - new field filter for this collector
305
<DT><B>Throws:</B>
306
<DD><CODE>java.lang.IllegalStateException</CODE> - if the filter is set after members have been
307
           requested</DL>
308
</DD>
309
</DL>
310
<HR>
311
 
312
<A NAME="getMethods(com.google.gwt.core.ext.typeinfo.JClassType)"><!-- --></A><H3>
313
getMethods</H3>
314
<PRE>
315
public java.util.Collection&lt;com.google.gwt.core.ext.typeinfo.JMethod&gt; <B>getMethods</B>(com.google.gwt.core.ext.typeinfo.JClassType&nbsp;type)</PRE>
316
<DL>
317
<DD>Returns all methods in the provided type, including those of the type's
318
 (recursive) super classes and interfaces.  Treats overloads correctly.  If
319
 no method filter is set will return an empty set.
320
<P>
321
<DD><DL>
322
<DT><B>Parameters:</B><DD><CODE>type</CODE> - type for which methods are collected
323
<DT><B>Returns:</B><DD>all methods for the given type</DL>
324
</DD>
325
</DL>
326
<HR>
327
 
328
<A NAME="getFields(com.google.gwt.core.ext.typeinfo.JClassType)"><!-- --></A><H3>
329
getFields</H3>
330
<PRE>
331
public java.util.Collection&lt;com.google.gwt.core.ext.typeinfo.JField&gt; <B>getFields</B>(com.google.gwt.core.ext.typeinfo.JClassType&nbsp;type)</PRE>
332
<DL>
333
<DD>Returns all fields in the provided type, including those of the type's
334
 (recursive) super classes.  If no field filter is set will return an empty
335
 set.
336
<P>
337
<DD><DL>
338
<DT><B>Parameters:</B><DD><CODE>type</CODE> - type for which fields are collected
339
<DT><B>Returns:</B><DD>all fields for the given type</DL>
340
</DD>
341
</DL>
342
<!-- ========= END OF CLASS DATA ========= -->
343
<HR>
344
 
345
 
346
<!-- ======= START OF BOTTOM NAVBAR ====== -->
347
<A NAME="navbar_bottom"><!-- --></A>
348
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
349
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
350
<TR>
351
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
352
<A NAME="navbar_bottom_firstrow"><!-- --></A>
353
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
354
  <TR ALIGN="center" VALIGN="top">
355
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
356
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
357
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
358
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
359
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
360
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
361
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
362
  </TR>
363
</TABLE>
364
</TD>
365
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
366
</EM>
367
</TD>
368
</TR>
369
 
370
<TR>
371
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
372
&nbsp;<A HREF="../../../../../../com/google/gwt/inject/rebind/util/KeyUtil.html" title="class in com.google.gwt.inject.rebind.util"><B>PREV CLASS</B></A>&nbsp;
373
&nbsp;<A HREF="../../../../../../com/google/gwt/inject/rebind/util/MemberCollector.FieldFilter.html" title="interface in com.google.gwt.inject.rebind.util"><B>NEXT CLASS</B></A></FONT></TD>
374
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
375
  <A HREF="../../../../../../index.html?com/google/gwt/inject/rebind/util/MemberCollector.html" target="_top"><B>FRAMES</B></A>  &nbsp;
376
&nbsp;<A HREF="MemberCollector.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
377
&nbsp;<SCRIPT type="text/javascript">
378
  <!--
379
  if(window==top) {
380
    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
381
  }
382
  //-->
383
</SCRIPT>
384
<NOSCRIPT>
385
  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
386
</NOSCRIPT>
387
 
388
 
389
</FONT></TD>
390
</TR>
391
<TR>
392
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
393
  SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
394
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
395
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
396
</TR>
397
</TABLE>
398
<A NAME="skip-navbar_bottom"></A>
399
<!-- ======== END OF BOTTOM NAVBAR ======= -->
400
 
401
<HR>
402
 
403
</BODY>
404
</HTML>