Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast.cpp |
Modifier and Type | Field and Description |
---|---|
static ICPPASTLiteralExpression |
ICPPASTFunctionDeclarator.NOEXCEPT_DEFAULT
Represents a 'noexcept' specification without an expression.
|
Modifier and Type | Method and Description |
---|---|
ICPPASTLiteralExpression |
ICPPASTLiteralExpression.copy() |
ICPPASTLiteralExpression |
ICPPASTLiteralExpression.copy(IASTNode.CopyStyle style) |
ICPPASTLiteralExpression |
ICPPASTStaticAssertDeclaration.getMessage()
Returns the message of the assertion.
|
ICPPASTLiteralExpression |
ICPPNodeFactory.newLiteralExpression(int kind,
java.lang.String rep) |
ICPPASTLiteralExpression |
ICPPNodeFactory.newLiteralExpression(int kind,
java.lang.String rep,
char[] numericCompilerSuffixes) |
Modifier and Type | Method and Description |
---|---|
ICPPASTStaticAssertDeclaration |
ICPPNodeFactory.newStaticAssertion(IASTExpression condition,
ICPPASTLiteralExpression message)
Creates a new static assertion declaration with the given condition and message.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.