public class Preprocessor
extends Object
This class should be extended if new pragmas are desired. If the
preprocessor encounters a pragma name which it doesn't recognize
(anything other than ID, prefix, or version), it calls the method
otherPragmas. This is the only method which need be overridden.
The Preprocessor base class has a number of utility-like methods
which can be used by the overridden otherPragmas method.