Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] IASTLiteralExpression does not have a getValue() method

In CDT 6.0 you'll have the method getValue(). In older versions you need
to use toString(), instead.

Markus. 

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of manivannan_pk
> Sent: Wednesday, May 27, 2009 1:10 PM
> To: cdt-dev@xxxxxxxxxxx
> Subject: [cdt-dev] IASTLiteralExpression does not have a 
> getValue() method
> Importance: Low
> 
> 
> how do we access the literal value held by it?
> 
> Thanks,
> mani
> 
> 
> 
> --
> View this message in context: 
> http://www.nabble.com/IASTLiteralExpression-does-not-have-a-ge
> tValue%28%29-method-tp23740343p23740343.html
> Sent from the Eclipse CDT - Development mailing list archive 
> at Nabble.com.
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 


Back to the top