prolog
Class MProlog

java.lang.Object
  |
  +--prolog.MProlog

public class MProlog
extends java.lang.Object


Field Summary
static int MAJOR
           
static int MINOR
           
 
Constructor Summary
MProlog(Options options)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

MAJOR

public static final int MAJOR

MINOR

public static final int MINOR
Constructor Detail

MProlog

public MProlog(Options options)
        throws java.io.FileNotFoundException,
               SyntaxError,
               ParameterMatchingError
Method Detail

main

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