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
 

Methods in org.eclipse.cdt.core.dom.ast.cpp that return ICPPASTLiteralExpression
 ICPPASTLiteralExpression ICPPASTLiteralExpression.copy()
           
 ICPPASTLiteralExpression ICPPASTStaticAssertDeclaration.getMessage()
          Returns the message of the assertion, or potentially null when using content assist.
 ICPPASTLiteralExpression ICPPNodeFactory.newLiteralExpression(int kind, 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, 2010. All Rights Reserved.