Package org.eclipse.cdt.core.dom
Interface IParserConfiguration
-
@Deprecated public interface IParserConfigurationDeprecated.Used only by other deprecated interfaces- Restriction:
- This interface is not intended to be referenced by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetParserDialect()Deprecated.IScannerInfogetScannerInfo()Deprecated.
-
-
-
Method Detail
-
getScannerInfo
IScannerInfo getScannerInfo()
Deprecated.- Returns:
- IScannerInfo representing the build information required to parse.
-
getParserDialect
java.lang.String getParserDialect()
Deprecated.- Returns:
- String representing dialect name for the language
-
-