com.svincent.smalljava
Class Examples.Loop

java.lang.Object
  |
  +--com.svincent.util.BaseObject
        |
        +--com.svincent.smalljava.Examples.Loop
Enclosing class:
Examples

public static class Examples.Loop
extends BaseObject

Generates (in bytecode and source format), and runs, a simple counter loop program.


Constructor Summary
Examples.Loop()
           
 
Method Summary
static void main(java.lang.String[] args)
          Call this Main method to run the HelloWorld example.
static SmallClass makeLoopClass()
          Build the loop class.
 
Methods inherited from class com.svincent.util.BaseObject
dump, dump, dumpToString, tag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Examples.Loop

public Examples.Loop()
Method Detail

main

public static void main(java.lang.String[] args)
Call this Main method to run the HelloWorld example.

makeLoopClass

public static SmallClass makeLoopClass()
                                throws SmallJavaBuildingException
Build the loop class.



This is documentation for Moksa Prolog, which can be found at http://www.svincent.com/moksa/

Copyright © 1999 Shawn P. Vincent.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.