Parser
Class Compiler

java.lang.Object
  extended by Parser.Compiler

public class Compiler
extends java.lang.Object

********************** Created By: Yuval Tzur Date: 18/01/13 Time: 16:09 Description: This class will compile an instruction set template into java code. This will create the class iInstructionsUCode. ***********************


Constructor Summary
Compiler()
           
 
Method Summary
 void compile(java.lang.String templateName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Compiler

public Compiler()
Method Detail

compile

public void compile(java.lang.String templateName)