org.tritonus.saol.compiler
Class Compiler

java.lang.Object
  extended by org.tritonus.saol.compiler.Compiler

public class Compiler
extends java.lang.Object


Constructor Summary
Compiler(java.io.File saolFile)
           
Compiler(java.io.File saolFile, int nAction)
           
 
Method Summary
 void compile()
           
 java.util.Map getInstrumentMap()
           
static void main(java.lang.String[] arguments)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Compiler

public Compiler(java.io.File saolFile)

Compiler

public Compiler(java.io.File saolFile,
                int nAction)
Method Detail

compile

public void compile()
             throws java.lang.Exception
Throws:
java.lang.Exception

getInstrumentMap

public java.util.Map getInstrumentMap()

main

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