kmy.jint.tools
Class Compiler.DumpFactory

java.lang.Object
  |
  +--kmy.jint.compiler.CodeGeneratorFactory
        |
        +--kmy.jint.tools.Compiler.DumpFactory
Enclosing class:
Compiler

class Compiler.DumpFactory
extends CodeGeneratorFactory


Constructor Summary
(package private) Compiler.DumpFactory()
           
 
Method Summary
 void close(CodeGenerator gen, java.lang.String name)
           
 CodeGenerator createCodeGenerator(int accFlags, java.lang.String name, java.lang.String ext)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

Compiler.DumpFactory

Compiler.DumpFactory()
Method Detail

createCodeGenerator

public CodeGenerator createCodeGenerator(int accFlags,
                                         java.lang.String name,
                                         java.lang.String ext)
Overrides:
createCodeGenerator in class CodeGeneratorFactory

close

public void close(CodeGenerator gen,
                  java.lang.String name)
Overrides:
close in class CodeGeneratorFactory