Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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.beginMarking(Translator translator)
          Notifies the build system that the current translator marks sources actually translated.
 void UnifiedBuildSystem.markTranslated(Translator translator, Storage source)
          Marks a source as actually translated.
 void UnifiedBuildSystem.registerTranslator(Translator translator)
          Entry point to register compiler translators, there must be no conflicting input types with any previously registered translators.
 void JCompiler.registerTranslator(Translator translator)
          Entry point to register compiler translators
 void UnifiedBuildSystem.unregisterTranslator(Translator translator)
          Entry point to unregister compiler translators.
 void JCompiler.unregisterTranslator(Translator translator)
          Entry point to remove compiler translators
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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