[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[cdt-dev] ICPPASTUnaryExpression possibly missing method
|
- From: <ythrier@xxxxxx>
- Date: Fri, 17 Feb 2012 10:12:49 +0000
- Accept-language: de-CH, en-US
- Delivered-to: cdt-dev@eclipse.org
- Thread-index: AcztXLPwN4e47WWtSgyoYyQbz1ZYwg==
- Thread-topic: ICPPASTUnaryExpression possibly missing method
Hi,
In the ICPPASTUnaryExpression interface, there is probably a method missing. If I compare the ICPPASTBinaryExpression interface
with the ICPPASTUnaryExpression interface, the binary expression provide a getOverload method. This method is not available in the
unary expression interface. However, the implementation of ICPPASTUnaryExpression (CPPASTUnaryExpression) provides a public
method getOverload. Maybe the method was forgotten in the interface?
Regards,
Yves Thrier