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


Fields inherited from class xbn.XBNObject
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP
 
Constructor Summary
XmplRecursiveFill()
           
 
Method Summary
static void main(String[] as_cmdLineParams)
           
 
Methods inherited from class xbn.programs.XBNStatic
throwAXS
 
Methods inherited from class xbn.XBNObject
getXMsgPrefix, sop, sopl, sopl, throwAX, throwAXIfBadStr, throwAXIfNull, throwAXSpoof
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmplRecursiveFill

public XmplRecursiveFill()
Method Detail

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

 

SourceForge.net Logo