Uses of Interface
org.codehaus.janino.UnitCompiler.ErrorHandler

Packages that use UnitCompiler.ErrorHandler
org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. 
 

Uses of UnitCompiler.ErrorHandler in org.codehaus.janino
 

Methods in org.codehaus.janino with parameters of type UnitCompiler.ErrorHandler
 void JavaSourceClassLoader.setCompileErrorHandler(UnitCompiler.ErrorHandler optionalCompileErrorHandler)
           
 void UnitCompiler.setCompileErrorHandler(UnitCompiler.ErrorHandler optionalCompileErrorHandler)
          By default, CompileExceptions are thrown on compile errors, but an application my install its own (thread-local) UnitCompiler.ErrorHandler.
 void JavaSourceIClassLoader.setCompileErrorHandler(UnitCompiler.ErrorHandler optionalCompileErrorHandler)
           
 void Compiler.setCompileErrorHandler(UnitCompiler.ErrorHandler optionalCompileErrorHandler)
          Install a custom UnitCompiler.ErrorHandler.
 



Copyright © 2001-2011. All Rights Reserved.