This file is indexed.

/usr/share/doc/libjenkins-commons-jexl-java/api/org/apache/commons/jexl/parser/SimpleNode.html is in libjenkins-commons-jexl-java-doc 1.1-hudson-20090508-1fakesync1.

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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_23) on Thu Oct 20 14:21:26 UTC 2011 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
SimpleNode (Commons JEXL 1.1-hudson-20090508 API)
</TITLE>

<META NAME="date" CONTENT="2011-10-20">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="SimpleNode (Commons JEXL 1.1-hudson-20090508 API)";
    }
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">
<HR>


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/SimpleNode.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../../org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../org/apache/commons/jexl/parser/TokenMgrError.html" title="class in org.apache.commons.jexl.parser"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../../index.html?org/apache/commons/jexl/parser/SimpleNode.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="SimpleNode.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&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>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
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>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.commons.jexl.parser</FONT>
<BR>
Class SimpleNode</H2>
<PRE>
java.lang.Object
  <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.commons.jexl.parser.SimpleNode</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser">Node</A></DD>
</DL>
<DL>
<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../../org/apache/commons/jexl/parser/ASTAddNode.html" title="class in org.apache.commons.jexl.parser">ASTAddNode</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTAndNode.html" title="class in org.apache.commons.jexl.parser">ASTAndNode</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTArrayAccess.html" title="class in org.apache.commons.jexl.parser">ASTArrayAccess</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTArrayLiteral.html" title="class in org.apache.commons.jexl.parser">ASTArrayLiteral</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTAssignment.html" title="class in org.apache.commons.jexl.parser">ASTAssignment</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTBitwiseAndNode.html" title="class in org.apache.commons.jexl.parser">ASTBitwiseAndNode</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTBitwiseComplNode.html" title="class in org.apache.commons.jexl.parser">ASTBitwiseComplNode</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTBitwiseOrNode.html" title="class in org.apache.commons.jexl.parser">ASTBitwiseOrNode</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTBitwiseXorNode.html" title="class in org.apache.commons.jexl.parser">ASTBitwiseXorNode</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTBlock.html" title="class in org.apache.commons.jexl.parser">ASTBlock</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTDivNode.html" title="class in org.apache.commons.jexl.parser">ASTDivNode</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTElvisNode.html" title="class in org.apache.commons.jexl.parser">ASTElvisNode</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTEmptyFunction.html" title="class in org.apache.commons.jexl.parser">ASTEmptyFunction</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTEQNode.html" title="class in org.apache.commons.jexl.parser">ASTEQNode</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTExpression.html" title="class in org.apache.commons.jexl.parser">ASTExpression</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTExpressionExpression.html" title="class in org.apache.commons.jexl.parser">ASTExpressionExpression</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTFalseNode.html" title="class in org.apache.commons.jexl.parser">ASTFalseNode</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTFloatLiteral.html" title="class in org.apache.commons.jexl.parser">ASTFloatLiteral</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTForeachStatement.html" title="class in org.apache.commons.jexl.parser">ASTForeachStatement</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTGENode.html" title="class in org.apache.commons.jexl.parser">ASTGENode</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTGTNode.html" title="class in org.apache.commons.jexl.parser">ASTGTNode</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTIdentifier.html" title="class in org.apache.commons.jexl.parser">ASTIdentifier</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTIfStatement.html" title="class in org.apache.commons.jexl.parser">ASTIfStatement</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTIntegerLiteral.html" title="class in org.apache.commons.jexl.parser">ASTIntegerLiteral</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTJexlScript.html" title="class in org.apache.commons.jexl.parser">ASTJexlScript</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTLENode.html" title="class in org.apache.commons.jexl.parser">ASTLENode</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTLTNode.html" title="class in org.apache.commons.jexl.parser">ASTLTNode</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTMapEntry.html" title="class in org.apache.commons.jexl.parser">ASTMapEntry</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTMapLiteral.html" title="class in org.apache.commons.jexl.parser">ASTMapLiteral</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTMethod.html" title="class in org.apache.commons.jexl.parser">ASTMethod</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTModNode.html" title="class in org.apache.commons.jexl.parser">ASTModNode</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTMulNode.html" title="class in org.apache.commons.jexl.parser">ASTMulNode</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTNENode.html" title="class in org.apache.commons.jexl.parser">ASTNENode</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTNotNode.html" title="class in org.apache.commons.jexl.parser">ASTNotNode</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTNullLiteral.html" title="class in org.apache.commons.jexl.parser">ASTNullLiteral</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTOrNode.html" title="class in org.apache.commons.jexl.parser">ASTOrNode</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTReference.html" title="class in org.apache.commons.jexl.parser">ASTReference</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTReferenceExpression.html" title="class in org.apache.commons.jexl.parser">ASTReferenceExpression</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTSizeFunction.html" title="class in org.apache.commons.jexl.parser">ASTSizeFunction</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTSizeMethod.html" title="class in org.apache.commons.jexl.parser">ASTSizeMethod</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTStatementExpression.html" title="class in org.apache.commons.jexl.parser">ASTStatementExpression</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTStringLiteral.html" title="class in org.apache.commons.jexl.parser">ASTStringLiteral</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTSubtractNode.html" title="class in org.apache.commons.jexl.parser">ASTSubtractNode</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTTernaryNode.html" title="class in org.apache.commons.jexl.parser">ASTTernaryNode</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTTrueNode.html" title="class in org.apache.commons.jexl.parser">ASTTrueNode</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTUnaryMinusNode.html" title="class in org.apache.commons.jexl.parser">ASTUnaryMinusNode</A>, <A HREF="../../../../../org/apache/commons/jexl/parser/ASTWhileStatement.html" title="class in org.apache.commons.jexl.parser">ASTWhileStatement</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>SimpleNode</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../../org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser">Node</A></DL>
</PRE>

<P>
A Useful implementation of <A HREF="../../../../../org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser"><CODE>Node</CODE></A>. Mostly autogenerated by javacc
<P>

<P>
<DL>
<DT><B>Version:</B></DT>
  <DD>$Id: SimpleNode.java 548229 2007-06-18 06:11:32Z dion $</DD>
<DT><B>Author:</B></DT>
  <DD><a href="mailto:geirm@apache.org">Geir Magnusson Jr.</a></DD>
</DL>
<HR>

<P>
<!-- =========== FIELD SUMMARY =========== -->

<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="../../../../../org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser">Node</A>[]</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/commons/jexl/parser/SimpleNode.html#children">children</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;children of this node.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/commons/jexl/parser/SimpleNode.html#id">id</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;id of the node.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="../../../../../org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser">Node</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/commons/jexl/parser/SimpleNode.html#parent">parent</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;parent node.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;org.apache.commons.jexl.parser.Parser</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/commons/jexl/parser/SimpleNode.html#parser">parser</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;parser that created the node.</TD>
</TR>
</TABLE>
&nbsp;
<!-- ======== CONSTRUCTOR SUMMARY ======== -->

<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/apache/commons/jexl/parser/SimpleNode.html#SimpleNode(int)">SimpleNode</A></B>(int&nbsp;i)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create the node given an id.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/apache/commons/jexl/parser/SimpleNode.html#SimpleNode(org.apache.commons.jexl.parser.Parser, int)">SimpleNode</A></B>(org.apache.commons.jexl.parser.Parser&nbsp;p,
           int&nbsp;i)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a node with the given parser and id.</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->

<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.Object</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/commons/jexl/parser/SimpleNode.html#childrenAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">childrenAccept</A></B>(org.apache.commons.jexl.parser.ParserVisitor&nbsp;visitor,
               java.lang.Object&nbsp;data)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Visit all children.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/commons/jexl/parser/SimpleNode.html#dump(java.lang.String)">dump</A></B>(java.lang.String&nbsp;prefix)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dump the node and all children.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.Object</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/commons/jexl/parser/SimpleNode.html#execute(java.lang.Object, org.apache.commons.jexl.JexlContext)">execute</A></B>(java.lang.Object&nbsp;o,
        <A HREF="../../../../../org/apache/commons/jexl/JexlContext.html" title="interface in org.apache.commons.jexl">JexlContext</A>&nbsp;ctx)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Used to let a node calcuate it's value..</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="../../../../../org/apache/commons/jexl/util/introspection/Uberspect.html" title="interface in org.apache.commons.jexl.util.introspection">Uberspect</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/commons/jexl/parser/SimpleNode.html#getUberspect()">getUberspect</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/commons/jexl/parser/SimpleNode.html#interpret(org.apache.commons.jexl.JexlContext)">interpret</A></B>(<A HREF="../../../../../org/apache/commons/jexl/JexlContext.html" title="interface in org.apache.commons.jexl">JexlContext</A>&nbsp;pc)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;basic interpret - just invoke interpret on all children.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.Object</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/commons/jexl/parser/SimpleNode.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept</A></B>(org.apache.commons.jexl.parser.ParserVisitor&nbsp;visitor,
          java.lang.Object&nbsp;data)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Accept the visitor.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/commons/jexl/parser/SimpleNode.html#jjtAddChild(org.apache.commons.jexl.parser.Node, int)">jjtAddChild</A></B>(<A HREF="../../../../../org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser">Node</A>&nbsp;n,
            int&nbsp;i)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method tells the node to add its argument to the node's list of
 children.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/commons/jexl/parser/SimpleNode.html#jjtClose()">jjtClose</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End of the node.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser">Node</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/commons/jexl/parser/SimpleNode.html#jjtGetChild(int)">jjtGetChild</A></B>(int&nbsp;i)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method returns a child node.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/commons/jexl/parser/SimpleNode.html#jjtGetNumChildren()">jjtGetNumChildren</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the number of children the node has.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser">Node</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/commons/jexl/parser/SimpleNode.html#jjtGetParent()">jjtGetParent</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the parent node.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/commons/jexl/parser/SimpleNode.html#jjtOpen()">jjtOpen</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start of the node.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/commons/jexl/parser/SimpleNode.html#jjtSetParent(org.apache.commons.jexl.parser.Node)">jjtSetParent</A></B>(<A HREF="../../../../../org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser">Node</A>&nbsp;n)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This pair of methods are used to inform the node of its parent.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.Object</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/commons/jexl/parser/SimpleNode.html#setValue(org.apache.commons.jexl.JexlContext, java.lang.Object)">setValue</A></B>(<A HREF="../../../../../org/apache/commons/jexl/JexlContext.html" title="interface in org.apache.commons.jexl">JexlContext</A>&nbsp;context,
         java.lang.Object&nbsp;value)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value for the node - again, only makes sense for some nodes but
 lazyness tempts me to put it here.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/commons/jexl/parser/SimpleNode.html#toString()">toString</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets a string representation of the node.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/commons/jexl/parser/SimpleNode.html#toString(java.lang.String)">toString</A></B>(java.lang.String&nbsp;prefix)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Used during dumping to output the node with a prefix.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.Object</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/commons/jexl/parser/SimpleNode.html#value(org.apache.commons.jexl.JexlContext)">value</A></B>(<A HREF="../../../../../org/apache/commons/jexl/JexlContext.html" title="interface in org.apache.commons.jexl">JexlContext</A>&nbsp;context)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of this node.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>

<!-- ============ FIELD DETAIL =========== -->

<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Field Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="parent"><!-- --></A><H3>
parent</H3>
<PRE>
protected <A HREF="../../../../../org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser">Node</A> <B>parent</B></PRE>
<DL>
<DD>parent node.
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="children"><!-- --></A><H3>
children</H3>
<PRE>
protected <A HREF="../../../../../org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser">Node</A>[] <B>children</B></PRE>
<DL>
<DD>children of this node.
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="id"><!-- --></A><H3>
id</H3>
<PRE>
protected int <B>id</B></PRE>
<DL>
<DD>id of the node.
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="parser"><!-- --></A><H3>
parser</H3>
<PRE>
protected org.apache.commons.jexl.parser.Parser <B>parser</B></PRE>
<DL>
<DD>parser that created the node.
<P>
<DL>
</DL>
</DL>

<!-- ========= CONSTRUCTOR DETAIL ======== -->

<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="SimpleNode(int)"><!-- --></A><H3>
SimpleNode</H3>
<PRE>
public <B>SimpleNode</B>(int&nbsp;i)</PRE>
<DL>
<DD>Create the node given an id.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>i</CODE> - node id.</DL>
</DL>
<HR>

<A NAME="SimpleNode(org.apache.commons.jexl.parser.Parser, int)"><!-- --></A><H3>
SimpleNode</H3>
<PRE>
public <B>SimpleNode</B>(org.apache.commons.jexl.parser.Parser&nbsp;p,
                  int&nbsp;i)</PRE>
<DL>
<DD>Create a node with the given parser and id.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>p</CODE> - a parser.<DD><CODE>i</CODE> - node id.</DL>
</DL>

<!-- ============ METHOD DETAIL ========== -->

<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="jjtOpen()"><!-- --></A><H3>
jjtOpen</H3>
<PRE>
public void <B>jjtOpen</B>()</PRE>
<DL>
<DD>Start of the node.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/commons/jexl/parser/Node.html#jjtOpen()">jjtOpen</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser">Node</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="jjtClose()"><!-- --></A><H3>
jjtClose</H3>
<PRE>
public void <B>jjtClose</B>()</PRE>
<DL>
<DD>End of the node.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/commons/jexl/parser/Node.html#jjtClose()">jjtClose</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser">Node</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="jjtSetParent(org.apache.commons.jexl.parser.Node)"><!-- --></A><H3>
jjtSetParent</H3>
<PRE>
public void <B>jjtSetParent</B>(<A HREF="../../../../../org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser">Node</A>&nbsp;n)</PRE>
<DL>
<DD>This pair of methods are used to inform the node of its parent.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/commons/jexl/parser/Node.html#jjtSetParent(org.apache.commons.jexl.parser.Node)">jjtSetParent</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser">Node</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>n</CODE> - the parent node.</DL>
</DD>
</DL>
<HR>

<A NAME="jjtGetParent()"><!-- --></A><H3>
jjtGetParent</H3>
<PRE>
public <A HREF="../../../../../org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser">Node</A> <B>jjtGetParent</B>()</PRE>
<DL>
<DD>Gets the parent node.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/commons/jexl/parser/Node.html#jjtGetParent()">jjtGetParent</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser">Node</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the parent to this node.</DL>
</DD>
</DL>
<HR>

<A NAME="jjtAddChild(org.apache.commons.jexl.parser.Node, int)"><!-- --></A><H3>
jjtAddChild</H3>
<PRE>
public void <B>jjtAddChild</B>(<A HREF="../../../../../org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser">Node</A>&nbsp;n,
                        int&nbsp;i)</PRE>
<DL>
<DD>This method tells the node to add its argument to the node's list of
 children.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/commons/jexl/parser/Node.html#jjtAddChild(org.apache.commons.jexl.parser.Node, int)">jjtAddChild</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser">Node</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>n</CODE> - the child node to add<DD><CODE>i</CODE> - the index to add it at.</DL>
</DD>
</DL>
<HR>

<A NAME="jjtGetChild(int)"><!-- --></A><H3>
jjtGetChild</H3>
<PRE>
public <A HREF="../../../../../org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser">Node</A> <B>jjtGetChild</B>(int&nbsp;i)</PRE>
<DL>
<DD>This method returns a child node. The children are numbered from zero,
 left to right.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/commons/jexl/parser/Node.html#jjtGetChild(int)">jjtGetChild</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser">Node</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>i</CODE> - the index of the child to get.
<DT><B>Returns:</B><DD>the child at the given index.</DL>
</DD>
</DL>
<HR>

<A NAME="jjtGetNumChildren()"><!-- --></A><H3>
jjtGetNumChildren</H3>
<PRE>
public int <B>jjtGetNumChildren</B>()</PRE>
<DL>
<DD>Gets the number of children the node has.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/commons/jexl/parser/Node.html#jjtGetNumChildren()">jjtGetNumChildren</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser">Node</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the number of children the node has.</DL>
</DD>
</DL>
<HR>

<A NAME="jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><!-- --></A><H3>
jjtAccept</H3>
<PRE>
public java.lang.Object <B>jjtAccept</B>(org.apache.commons.jexl.parser.ParserVisitor&nbsp;visitor,
                                  java.lang.Object&nbsp;data)</PRE>
<DL>
<DD>Accept the visitor.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/commons/jexl/parser/Node.html#jjtAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)">jjtAccept</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/commons/jexl/parser/Node.html" title="interface in org.apache.commons.jexl.parser">Node</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>visitor</CODE> - a <CODE>ParserVisitor</CODE>.<DD><CODE>data</CODE> - data to be passed along to the visitor.
<DT><B>Returns:</B><DD>the value from visiting.<DT><B>See Also:</B><DD><CODE>ParserVisitor.visit(org.apache.commons.jexl.parser.SimpleNode, java.lang.Object)</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="childrenAccept(org.apache.commons.jexl.parser.ParserVisitor, java.lang.Object)"><!-- --></A><H3>
childrenAccept</H3>
<PRE>
public java.lang.Object <B>childrenAccept</B>(org.apache.commons.jexl.parser.ParserVisitor&nbsp;visitor,
                                       java.lang.Object&nbsp;data)</PRE>
<DL>
<DD>Visit all children.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>visitor</CODE> - a <CODE>ParserVisitor</CODE>.<DD><CODE>data</CODE> - data to be passed along to the visitor.
<DT><B>Returns:</B><DD>the value from visiting.<DT><B>See Also:</B><DD><CODE>ParserVisitor.visit(org.apache.commons.jexl.parser.SimpleNode, java.lang.Object)</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="toString()"><!-- --></A><H3>
toString</H3>
<PRE>
public java.lang.String <B>toString</B>()</PRE>
<DL>
<DD>Gets a string representation of the node.
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE>toString</CODE> in class <CODE>java.lang.Object</CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the node name.</DL>
</DD>
</DL>
<HR>

<A NAME="toString(java.lang.String)"><!-- --></A><H3>
toString</H3>
<PRE>
public java.lang.String <B>toString</B>(java.lang.String&nbsp;prefix)</PRE>
<DL>
<DD>Used during dumping to output the node with a prefix.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>prefix</CODE> - text to prefix <A HREF="../../../../../org/apache/commons/jexl/parser/SimpleNode.html#toString()"><CODE>toString()</CODE></A>
<DT><B>Returns:</B><DD>text.</DL>
</DD>
</DL>
<HR>

<A NAME="dump(java.lang.String)"><!-- --></A><H3>
dump</H3>
<PRE>
public void <B>dump</B>(java.lang.String&nbsp;prefix)</PRE>
<DL>
<DD>Dump the node and all children.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>prefix</CODE> - text to prefix the node output.</DL>
</DD>
</DL>
<HR>

<A NAME="interpret(org.apache.commons.jexl.JexlContext)"><!-- --></A><H3>
interpret</H3>
<PRE>
public boolean <B>interpret</B>(<A HREF="../../../../../org/apache/commons/jexl/JexlContext.html" title="interface in org.apache.commons.jexl">JexlContext</A>&nbsp;pc)
                  throws java.lang.Exception</PRE>
<DL>
<DD>basic interpret - just invoke interpret on all children.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>pc</CODE> - the <A HREF="../../../../../org/apache/commons/jexl/JexlContext.html" title="interface in org.apache.commons.jexl"><CODE>context</CODE></A> to interpret against.
<DT><B>Returns:</B><DD>true if interpretation worked.
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE> - on any error.</DL>
</DD>
</DL>
<HR>

<A NAME="value(org.apache.commons.jexl.JexlContext)"><!-- --></A><H3>
value</H3>
<PRE>
public java.lang.Object <B>value</B>(<A HREF="../../../../../org/apache/commons/jexl/JexlContext.html" title="interface in org.apache.commons.jexl">JexlContext</A>&nbsp;context)
                       throws java.lang.Exception</PRE>
<DL>
<DD>Gets the value of this node.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>context</CODE> - the context to retrieve values from.
<DT><B>Returns:</B><DD>the value of the node.
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE> - when evaluating the operands fails.</DL>
</DD>
</DL>
<HR>

<A NAME="setValue(org.apache.commons.jexl.JexlContext, java.lang.Object)"><!-- --></A><H3>
setValue</H3>
<PRE>
public java.lang.Object <B>setValue</B>(<A HREF="../../../../../org/apache/commons/jexl/JexlContext.html" title="interface in org.apache.commons.jexl">JexlContext</A>&nbsp;context,
                                 java.lang.Object&nbsp;value)
                          throws java.lang.Exception</PRE>
<DL>
<DD>Sets the value for the node - again, only makes sense for some nodes but
 lazyness tempts me to put it here. Keeps things simple.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>context</CODE> - the context to retrieve values from.<DD><CODE>value</CODE> - the value.
<DT><B>Returns:</B><DD>the result.
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE> - when evaluating the operands fails.</DL>
</DD>
</DL>
<HR>

<A NAME="execute(java.lang.Object, org.apache.commons.jexl.JexlContext)"><!-- --></A><H3>
execute</H3>
<PRE>
public java.lang.Object <B>execute</B>(java.lang.Object&nbsp;o,
                                <A HREF="../../../../../org/apache/commons/jexl/JexlContext.html" title="interface in org.apache.commons.jexl">JexlContext</A>&nbsp;ctx)
                         throws java.lang.Exception</PRE>
<DL>
<DD>Used to let a node calcuate it's value..
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>o</CODE> - the object to calculate with.<DD><CODE>ctx</CODE> - the context to retrieve values from.
<DT><B>Returns:</B><DD>the result of the calculation.
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE> - when calculating the value fails.</DL>
</DD>
</DL>
<HR>

<A NAME="getUberspect()"><!-- --></A><H3>
getUberspect</H3>
<PRE>
protected <A HREF="../../../../../org/apache/commons/jexl/util/introspection/Uberspect.html" title="interface in org.apache.commons.jexl.util.introspection">Uberspect</A> <B>getUberspect</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/SimpleNode.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../../org/apache/commons/jexl/parser/SimpleCharStream.html" title="class in org.apache.commons.jexl.parser"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../org/apache/commons/jexl/parser/TokenMgrError.html" title="class in org.apache.commons.jexl.parser"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../../index.html?org/apache/commons/jexl/parser/SimpleNode.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="SimpleNode.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&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>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
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>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>
Copyright &#169; 2011 <a href="http://jakarta.apache.org">The Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>