xbn_examples.template.util
Class XmplRecursiveFill
java.lang.Object
|
+--xbn.XBNObject
|
+--xbn.programs.XBNStatic
|
+--xbn_examples.template.util.XmplRecursiveFill
- public class XmplRecursiveFill
- extends XBNStatic
Demonstrates UtilTemplate.getRecursivelyFilled()
.
Source code: XmplRecursiveFill.java
The template source text
4__3= ~V~3__2~EV~ FOUR
5__2= ~V~2__1~EV~ FIVE
6= SIX
7__6= ~V~6~EV~ SEVEN
8__7_7= ~V~7__6~EV~ ~V~7__6~EV~ EIGHT
9__8_1= ~V~8__7_7~EV~ ~V~1~EV~ NINE
10= TEN
11= ELEVEN
1= ONE
2__1= ~V~1~EV~ TWO
3__2= ~V~2__1~EV~ THREE
|
|
Method Summary |
static void |
main(String[] as_cmdLineParams)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmplRecursiveFill
public XmplRecursiveFill()
main
public static void main(String[] as_cmdLineParams)
Copyright 1997-2003, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.
http://sourceforge.net/projects/xbnjava