Class IParserSettings2.Default

java.lang.Object
org.eclipse.cdt.core.parser.ParserSettings
org.eclipse.cdt.core.parser.IParserSettings2.Default
All Implemented Interfaces:
IParserSettings, IParserSettings2
Enclosing interface:
IParserSettings2

public static class IParserSettings2.Default extends ParserSettings implements IParserSettings2
An default implementation to be used as a base class by clients that want to contribute parser settings. This base provides default values for all methods so that clients will still compile when methods are added to the interface.
Restriction:
This class is not intended to be instantiated by clients.