Eclipse CDT
7.0

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

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

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

Methods in org.eclipse.cdt.core.dom.ast.cpp that return ICPPASTStaticAssertDeclaration
 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.