mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-20 15:35:24 +02:00
Update incorrect Javadoc
This commit is contained in:
parent
001dc097d9
commit
32b01dbe7e
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ public interface IExpressions2 extends IExpressions {
|
||||||
* <p>An implementation may provide its own semantics for viewing other data as arrays, if so desired.
|
* <p>An implementation may provide its own semantics for viewing other data as arrays, if so desired.
|
||||||
* @param context an existing expression
|
* @param context an existing expression
|
||||||
* @param castInfo the casting information
|
* @param castInfo the casting information
|
||||||
* @param rm request monitor returning a casted expression data model context object that must be passed to the appropriate
|
* @return a casted expression data model context object that must be passed to the appropriate
|
||||||
* data retrieval routine to obtain the value of the expression. The object must
|
* data retrieval routine to obtain the value of the expression. The object must
|
||||||
* report the casted type (if any) via {@link #getExpressionData(IExpressionDMContext, DataRequestMonitor)}
|
* report the casted type (if any) via {@link #getExpressionData(IExpressionDMContext, DataRequestMonitor)}
|
||||||
* and report alternate children according to the array casting context via
|
* and report alternate children according to the array casting context via
|
||||||
|
|
Loading…
Add table
Reference in a new issue