Eclipse CDT
7.0

Uses of Interface
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTLiteralExpression

Packages that use ICPPASTLiteralExpression
org.eclipse.cdt.core.dom.ast.cpp   
 

Uses of ICPPASTLiteralExpression in org.eclipse.cdt.core.dom.ast.cpp
 

Fields in org.eclipse.cdt.core.dom.ast.cpp declared as ICPPASTLiteralExpression
static ICPPASTLiteralExpression ICPPASTFunctionDeclarator.NOEXCEPT_DEFAULT
          Represents a 'noexcept' specification without an expression.
 

Methods in org.eclipse.cdt.core.dom.ast.cpp that return ICPPASTLiteralExpression
 ICPPASTLiteralExpression ICPPASTLiteralExpression.copy()
           
 ICPPASTLiteralExpression ICPPASTLiteralExpression.copy(IASTNode.CopyStyle style)
           
 ICPPASTLiteralExpression ICPPASTStaticAssertDeclaration.getMessage()
          Returns the message of the assertion, or potentially null when using content assist.
 ICPPASTLiteralExpression ICPPNodeFactory.newLiteralExpression(int kind, java.lang.String rep)
           
 

Methods in org.eclipse.cdt.core.dom.ast.cpp with parameters of type ICPPASTLiteralExpression
 ICPPASTStaticAssertDeclaration ICPPNodeFactory.newStaticAssertion(IASTExpression condition, ICPPASTLiteralExpression message)
          Creates a new static assertion declaration with the given condition and message.
 


Eclipse CDT
7.0

Copyright (c) IBM Corp. and others 2004, 2012. All Rights Reserved.