com.svincent.smalljava
Class Examples

java.lang.Object
  |
  +--com.svincent.util.BaseObject
        |
        +--com.svincent.smalljava.Examples

public class Examples
extends BaseObject

Provides a number of informative examples of how to use the Smalljava framework.


Inner Class Summary
static class Examples.HelloWorld
          Generates (in bytecode and source format), and runs, a simple HelloWorld program.
static class Examples.Loop
          Generates (in bytecode and source format), and runs, a simple counter loop program.
 
Constructor Summary
Examples()
           
 
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

public Examples()



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.