Package org.apache.cxf.tools.corba.idlpreprocessor
The preprocessor resolves IDL preprocessor instructions like define, ifdef, include, etc.
The central class in this package is the IdlPreprocessorReader.
Current limitations:
- No code replacement will take place for nonempty definitions
- Does not handle multiline definitions
-
Interface Summary Interface Description IncludeResolver -
Class Summary Class Description 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 Exception Description PreprocessingException