Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.compiler.Translator

Packages that use Translator
oracle.jdeveloper.compiler Contains classes that allow addins to integrate their own build system translator. 
 

Uses of Translator in oracle.jdeveloper.compiler
 

Classes in oracle.jdeveloper.compiler that implement Translator
 class CopyTranslator
           
 class Ojc
           
 

Methods in oracle.jdeveloper.compiler with parameters of type Translator
 void UnifiedBuildSystem.registerTranslator(Translator translator)
          Entry point to register compiler translators, there must be no conflicting input types with any previously registered translators.
 void UnifiedBuildSystem.unregisterTranslator(Translator translator)
          Entry point to unregister compiler translators.
 void JCompiler.registerTranslator(Translator translator)
          Entry point to register compiler translators
 void JCompiler.unregisterTranslator(Translator translator)
          Entry point to remove compiler translators
 


Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.