com.svincent.smalljava
Class Examples.HelloWorld

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

public static class Examples.HelloWorld
extends BaseObject

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


Constructor Summary
Examples.HelloWorld()
           
 
Method Summary
static void main(java.lang.String[] args)
          Call this Main method to run the HelloWorld example.
static SmallClass makeHelloWorldClass()
          Actually build a HelloWorld 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.HelloWorld

public Examples.HelloWorld()
Method Detail

main

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

makeHelloWorldClass

public static SmallClass makeHelloWorldClass()
                                      throws SmallJavaBuildingException
Actually build a HelloWorld 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.