Apache CXF API

Package org.apache.cxf.tools.corba.idlpreprocessor

The preprocessor resolves IDL preprocessor instructions like define, ifdef, include, etc.

See:
          Description

Interface Summary
IncludeResolver  
 

Class Summary
DefaultIncludeResolver  
DefineState A registry for #define preprocessor instructions that allows tracking whether a symbol is defined or not.
IdlPreprocessorReader A Reader that implements the #include functionality of the preprocessor.
 

Exception Summary
PreprocessingException  
 

Package org.apache.cxf.tools.corba.idlpreprocessor Description

The preprocessor resolves IDL preprocessor instructions like define, ifdef, include, etc. The central class in this package is the IdlPreprocessorReader. Current limitations:


Apache CXF API

Apache CXF