Uses of Class
ma.glasnost.orika.impl.generator.CompilerStrategy.SourceCodeGenerationException

Packages that use CompilerStrategy.SourceCodeGenerationException
ma.glasnost.orika.impl.generator   
 

Uses of CompilerStrategy.SourceCodeGenerationException in ma.glasnost.orika.impl.generator
 

Methods in ma.glasnost.orika.impl.generator that throw CompilerStrategy.SourceCodeGenerationException
 void JavassistCompilerStrategy.assureTypeIsAccessible(Class<?> type)
           
 void EclipseJdtCompilerStrategy.assureTypeIsAccessible(Class<?> type)
           
abstract  void CompilerStrategy.assureTypeIsAccessible(Class<?> type)
          Verify that the Class provided is accessible to the compiler/generator.
protected  Class<?> SourceCodeContext.compileClass()
          Compile and return the (generated) class; this will also cause the generated class to be detached from the class-pool, and any (optional) source and/or class files to be written.
 Class<?> JavassistCompilerStrategy.compileClass(SourceCodeContext sourceCode)
           
 Class<?> EclipseJdtCompilerStrategy.compileClass(SourceCodeContext sourceCode)
          Compile and return the (generated) class; this will also cause the generated class to be detached from the class-pool, and any (optional) source and/or class files to be written.
abstract  Class<?> CompilerStrategy.compileClass(SourceCodeContext sourceCode)
          Compile and return the (generated) class; this will also cause the generated class to be detached from the class-pool, and any (optional) source and/or class files to be written.
<T extends GeneratedObjectBase>
T
SourceCodeContext.getInstance()
           
 



Copyright © 2013 Glasnost. All Rights Reserved.