Class POPCPPParserExtensionConfiguration
- java.lang.Object
-
- org.eclipse.cdt.core.dom.parser.cpp.AbstractCPPParserExtensionConfiguration
-
- org.eclipse.cdt.core.dom.parser.cpp.GPPParserExtensionConfiguration
-
- org.eclipse.cdt.core.dom.parser.cpp.POPCPPParserExtensionConfiguration
-
- All Implemented Interfaces:
ICPPParserExtensionConfiguration
public class POPCPPParserExtensionConfiguration extends GPPParserExtensionConfiguration
Configures the parser to accept POP C++, see Documentation- Since:
- 5.1
-
-
Constructor Summary
Constructors Constructor Description POPCPPParserExtensionConfiguration()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static POPCPPParserExtensionConfiguration
getInstance()
boolean
supportParameterInfoBlock()
Skips information in brackets provided at the beginning of a parameter declaration:
void accelerate([proc=marsh] const Speed &data);-
Methods inherited from class org.eclipse.cdt.core.dom.parser.cpp.GPPParserExtensionConfiguration
allowRestrictPointerOperators, getAdditionalContextSensitiveKeywords, getBuiltinBindingsProvider, supportAlignOfUnaryExpression, supportAttributeSpecifiers, supportComplexNumbers, supportDeclspecSpecifiers, supportExtendedTemplateSyntax, supportGCCStyleDesignators, supportKnRC, supportLongLongs, supportMinAndMaxOperators, supportRestrictKeyword, supportStatementsInExpressions, supportTypeofUnaryExpressions
-
Methods inherited from class org.eclipse.cdt.core.dom.parser.cpp.AbstractCPPParserExtensionConfiguration
supportExtendedSizeofOperator, supportFunctionStyleAssembler, supportGCCOtherBuiltinSymbols, supportUserDefinedLiterals
-
-
-
-
Method Detail
-
getInstance
public static POPCPPParserExtensionConfiguration getInstance()
-
supportParameterInfoBlock
public boolean supportParameterInfoBlock()
Description copied from interface:ICPPParserExtensionConfiguration
Skips information in brackets provided at the beginning of a parameter declaration:
void accelerate([proc=marsh] const Speed &data);- Specified by:
supportParameterInfoBlock
in interfaceICPPParserExtensionConfiguration
- Overrides:
supportParameterInfoBlock
in classAbstractCPPParserExtensionConfiguration
-
-