openjava.ojc
Class GUICompiler

java.lang.Object
  |
  +--openjava.ojc.Compiler
        |
        +--openjava.ojc.GUICompiler

public class GUICompiler
extends Compiler


Field Summary
private  int callee_min
           
private  int caller_min
           
private  Object lock
           
 
Fields inherited from class openjava.ojc.Compiler
added_cu, arguments, files, java_compiler
 
Constructor Summary
(package private) GUICompiler(CommandArguments arguments)
           
 
Method Summary
(package private)  void initDebug()
           
(package private)  void outputToDebugFile(FileEnvironment[] fenv, CompilationUnit[] comp_unit, int num)
           
 void run()
           
 
Methods inherited from class openjava.ojc.Compiler
configSpecifiedMetaBind, generateAdditionalCompilationUnit, generateParseTree, initParseTree, outputToDebugFile, outputToFile, translateCalleeSide, translateCallerSide
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lock

private final Object lock

callee_min

private int callee_min

caller_min

private int caller_min
Constructor Detail

GUICompiler

GUICompiler(CommandArguments arguments)
Method Detail

run

public void run()
Overrides:
run in class Compiler

initDebug

void initDebug()
Overrides:
initDebug in class Compiler

outputToDebugFile

void outputToDebugFile(FileEnvironment[] fenv,
                       CompilationUnit[] comp_unit,
                       int num)

SourceForge.net_Logo