Package pnuts.compiler

This package provides Pnuts compiler that translate scripts to Java bytecode.

See:
          Description

Interface Summary
ClassFileHandler This interface defines an abstract interface to get a result of compilation.
Compiled This interface serves to identify classes which are generated by Compiler.
Constants  
Opcode  
 

Class Summary
ClassFile This class provides a way of making Java class file image.
ClassGenerator  
ClassGenerator.SuperCallProxy  
Compiler Pnuts to JVM bytecode compiler
CompilerPnutsImpl A subclass of PnutsImpl that always compiles scripts.
DynamicProxy  
DynamicProxyFactory This class is used to create a proxy class on-the-fly to replace a reflective method call.
DynamicRuntime  
DynamicRuntime.DynamicAccessor  
FileWriterHandler This class is a concrete class of ClassFileHandler.
Label  
MultiClassLoader  
ScopeAnalyzer  
ZipWriterHandler This class is a concrete class of ClassFileHandler.
 

Exception Summary
ClassFileException  
 

Package pnuts.compiler Description

This package provides Pnuts compiler that translate scripts to Java bytecode.