koala.dynamicjava.interpreter
Class Main

java.lang.Object
  |
  +--koala.dynamicjava.interpreter.Main

public class Main
extends java.lang.Object

This file contains the entry point of the interpreter


Field Summary
static Interpreter interpreter
           
 
Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main function
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

interpreter

public static Interpreter interpreter
Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
The main function


Copyright © 2001 Stephane Hillion. All Rights Reserved.