Package org.apache.cxf.tools.corba.idlpreprocessor
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
-
ClassDescriptionA registry for #define preprocessor instructions that allows tracking whether a symbol is defined or not.A Reader that implements the #include functionality of the preprocessor.